Name: Role

This is the interface for the Role object.

Data Structure
{
   "typeId": "com.tintri.rbac.model.Role",
   "externalGroups": java.util.Collection,
   "forbiddenAPIClients": [<String>],
   "id": <String>,
   "privileges": java.util.Collection,
   "restrictedAccesses": java.util.Collection,
   "roleName": <String>,
}

Elements
NameTypeDescription
externalGroupsjava.util.Collection
forbiddenAPIClientsxsd:list[xsd:string]
idxsd:string
privilegesjava.util.Collection
restrictedAccessesjava.util.Collection
roleNamexsd:string