Status¶
Example Json Object
1{
2 "name": "ACTIVE",
3 "captionKey": "enum.objectStatus.active",
4 "active": true,
5 "caption": "Active"
6}
📄 Description: Represents the object status with localized captions and activity state.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
name |
string |
false |
none |
Enum name representing the object status. |
captionKey |
string |
false |
none |
Localization key for the object status caption. |
active |
boolean |
false |
none |
Indicates whether the status is active. |
caption |
string |
false |
none |
Localized caption of the object status. |
Enumerated Values
Attribute |
Value |
|---|---|
name |
ACTIVE, CREATED, DECOMMISSIONED, DISABLED |