| ||
| detail: element | attribute | value | ||
Data Structure {
"typeId": "com.tintri.api.rest.vcommon.dto.rbac.RestApiAuthorization",
"expiresOn": <Date>,
"localUser": <Boolean>,
"perpetual": <Boolean>,
"typeId": <String>,
"role": Role,
"userAccountUuid": Uuid,
"userName": <String>,
}
|
| Name | Type | Description |
|---|---|---|
| role | Role | |
| userAccountUuid | Uuid | |
| userName | xsd:string |
| Name | Type | Description |
|---|---|---|
| expiresOn | xsd:datetime | |
| localUser | xsd:boolean | |
| perpetual | xsd:boolean | |
| typeId | xsd:string |
| ||
| detail: element | attribute | value | ||