The schema for the User resource contains the following elements:
Click this link to view the XSD file.
Name | Type | Description |
---|---|---|
User |
Represents a user type in vCenter Chargeback Manager. |
Name | Type | Description |
---|---|---|
UserTypeEnum |
xs:string |
Value of user type. Can be local, ldapuser, ldapgroup, or vcuser. |
Name |
Type |
Description |
---|---|---|
Name |
NameType |
Represents the name of a user. |
Password |
PasswordType |
Represents the password of the user. |
LdapServer |
ResourceBaseType |
Represents an LDAP Server type. |
vCenterServer |
ResourceBaseType |
Represents a vCenter Server type. |
Role |
ResourceBaseType |
Represents a role type. |
Type |
UserTypeEnum |
Represents the type of the user. Type can be local, vcuser, ldapgroup or ldapuser. |
OldPassword |
xs:string |
The existing password of the user. |
NewPassword |
xs:string |
The new password of the user. |