| ||
detail: element | attribute | value |
Data Structure { "typeId": "com.tintri.api.rest.vcommon.dto.rbac.GenericRestApiRole", "lastUpdatedTime": DateTime, "localAlias": <String>, "roleName": <String>, "typeId": <String>, "restrictedAccesses": java.util.Collection, "externalGroups": java.util.Collection, "id": <String>, "privileges": java.util.Collection, "uuid": Uuid, } |
Name | Type | Description |
---|---|---|
access (wrapped by restrictedAccesses) | java.util.Collection | The restricted access of the role |
externalGroups (wrapped by externalGroups) | java.util.Collection | The external groups attached to the role. |
id | xsd:string | |
privilege (wrapped by privileges) | java.util.Collection | The privilege of the role |
uuid | Uuid | Unique Tintri UUID for the object |
Name | Type | Description |
---|---|---|
lastUpdatedTime | DateTime | Last time the entity is updated in the format YYYY-MM-DDThh:mm:ss.ms-/+zz:zz |
localAlias | xsd:string | Alias used for the entity instance in this Tintri API server. If an alias is not set, then localAlias is not returned. |
roleName | xsd:string | The name of the role. |
typeId | xsd:string |
| ||
detail: element | attribute | value |