Name: VmStoreCredentials

Represents credentials used in VmStore.

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.beans.VmStoreCredentials",
   "password": <String>,
   "username": <String>,
   "newPassword": <String>,
   "roles": [<String>],
}

Elements
NameTypeDescription
newPasswordxsd:string
rolesxsd:list[xsd:string]

Attributes
NameTypeDescription
passwordxsd:stringThe password to log into the vmStore.
usernamexsd:stringThe user name to log into the vmStore.