| name | data type | constraints | description |
|---|---|---|---|
| name | string | Name | |
| description | string | Description | |
| activeStatus | number | required | Status This attribute is of type enum CommonEnums::ActiveStatus |
| assetType | number | required | Type of asset This attribute is of type enum CommonEnums::AssetType |
| config | string | Config in json format | |
| supportNative | boolean | required | Support native authorization |
Properties inherited from VXDataObject |
|||
| id | number | Id of the data | |
| createDate | object | Date when this data was created | |
| updateDate | object | Date when this data was updated | |
| owner | string | Owner | |
| updatedBy | string | Updated By | |
Example
{
"name" : "...",
"description" : "...",
"activeStatus" : 12345,
"assetType" : 12345,
"config" : "...",
"supportNative" : true,
"id" : 12345,
"createDate" : { },
"updateDate" : { },
"owner" : "...",
"updatedBy" : "..."
}