name | data type | constraints | description |
---|---|---|---|
name | string | Name | |
description | string | Description | |
groupType | number | required | Type of group This attribute is of type enum CommonEnums::XAGroupType |
groupSource | number | required | |
credStoreId | number | Id of the credential store | |
isVisible | number | Group visibility | |
otherAttributes | string | Additional store attributes. | |
syncSource | string | Sync Source Attribute | |
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" : "...", "groupType" : 12345, "groupSource" : 12345, "credStoreId" : 12345, "isVisible" : 12345, "otherAttributes" : "...", "syncSource" : "...", "id" : 12345, "createDate" : { }, "updateDate" : { }, "owner" : "...", "updatedBy" : "..." }