Name: RestApiCredentials

RestApiCredentials is used in access control related operations.

Data Structure
{
   "typeId": "com.tintri.api.rest.vcommon.dto.rbac.RestApiCredentials",
   "fullApiVersion": <String>,
   "newPassword": <String>,
   "password": <String>,
   "typeId": <String>,
   "username": <String>,
   "roles": [<String>],
}

Elements
NameTypeDescription
rolesxsd:list[xsd:string]

Attributes
NameTypeDescription
fullApiVersionxsd:stringFull 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).
newPasswordxsd:stringNew password required for reset password operation.
passwordxsd:stringPassword required for authorization for user.
typeIdxsd:string
usernamexsd:stringUsername required for authorization related operations.