Name: AuthRoles

Used to associated IdP roles with TGC users. The IdP roles are configured by the IdP administrator and are often retrieved via the groups claim.

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.AuthRoles",
   "adminRole": <String>,
   "dbaRole": <String>,
   "readRole": <String>,
   "storageAdminRole": <String>,
}

Attributes
NameTypeDescription
adminRolexsd:stringRequired:

IdP role associated with TGC Super Admin user Default: "Tintri Admin"
dbaRolexsd:stringOptional

IdP role associated with TGC Super DBA user Default: "Tintri DBA"
readRolexsd:stringOptional

IdP role associated with TGC Read Only user Default: "Tintri Readonly"
storageAdminRolexsd:stringOptional:

IdP role associated with TGC Super Admin user Default: "Tintri Storage Admin"