Name: AdminRole

All operations on all resources allowed, including user account resource. Access control role that provides read and write capability to all managed resources. Including the security related resources like user accounts, external directory service configuration.

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.beans.rbac.role.AdminRole",
   "lastUpdatedTime": DateTime,
   "localAlias": <String>,
   "roleName": <String>,
   "typeId": <String>,
   "restrictedAccesses": java.util.Collection,
   "externalGroups": java.util.Collection,
   "id": <String>,
   "privileges": java.util.Collection,
   "uuid": Uuid,
}

Elements
NameTypeDescription
access (wrapped by restrictedAccesses)java.util.CollectionThe restricted access of the role
externalGroups (wrapped by externalGroups)java.util.CollectionThe external groups attached to the role.
idxsd:string
privilege (wrapped by privileges)java.util.CollectionThe privilege of the role
uuidUuidUnique Tintri UUID for the object

Attributes
NameTypeDescription
lastUpdatedTimeDateTimeLast time the entity is updated in the format YYYY-MM-DDThh:mm:ss.ms-/+zz:zz
localAliasxsd:stringAlias used for the entity instance in this Tintri API server. If an alias is not set, then localAlias is not returned.
roleNamexsd:stringThe name of the role.
typeIdxsd:string