Name: TintriInternalRole

Reserved for Tintri Global Center access to VMstore. It has full access to all resources. It also has full access to unpublished APIs. Hence it extends SystemAdminRole.

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

Elements
NameTypeDescription
externalGroupsjava.util.CollectionThe external groups attached to the role.
idxsd:string
privilegesjava.util.CollectionThe privilege of the role
restrictedAccessesjava.util.CollectionThe restricted access of the role
uuidUuidUnique Tintri UUID for the object

Attributes
NameTypeDescription
lastUpdatedComponentxsd:stringThe latest component name updated based on lastUpdatedTIme.
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.