| ||
| detail: element | attribute | value | ||
Data Structure {
"typeId": "com.tintri.api.rest.vcommon.dto.rbac.RestApiCredentials",
"fullApiVersion": <String>,
"newPassword": <String>,
"password": <String>,
"typeId": <String>,
"username": <String>,
"roles": [<String>],
}
|
| Name | Type | Description |
|---|---|---|
| roles | xsd:list[xsd:string] |
| Name | Type | Description |
|---|---|---|
| fullApiVersion | xsd:string | Full API Version of the client. For example, "v310.21" This version would include both, the API family version (for example v310) and the minor version (for example .21). |
| newPassword | xsd:string | New password required for reset password operation. |
| password | xsd:string | Password required for authorization for user. |
| typeId | xsd:string | |
| username | xsd:string | Username required for authorization related operations. |
| ||
| detail: element | attribute | value | ||