VcdUser
User Spec object.
Properties
User name of the user.
The role(s) of the user. If isGroupRole is true, this user inherits their role(s) from group membership(s)
Name of the user in its source.
Enabled state of the user. Defaults to true.
Full name (display name) of the user.
Unique id for the user.
Determines if this user’s role is inherited from a group. Defaults to false.
True if the user account has been locked due to too many invalid login attempts. An administrator can unlock a locked user account by setting this flag to false. A user may not be explicitly locked. Instead, disable the user, if user’s access must be revoked temporarily.
A user’s email address. Based on org email preferences, notifications can be sent to the user via email.
Password for the user. Must be null for external users.
Provider type of the user. It must be one of: LOCAL, LDAP, SAML, OAUTH.
Description of the user.
The stored VM quota for this user. Defaults to 0 which means unlimited. This property is deprecated in 35.0. Use user quotas API.
True if the user account has been stranded, meaning it is unable to be accessed due to its original identity source being removed.
The deployed VM quota for this user. Defaults to 0 which means unlimited. This property is deprecated in 35.0. Use user quotas API.
JSON Example
{
"roleEntityRefs": [
{}
],
"username": "string"
}
Vendor Extensions
x-vcloud-property-annotations:
orgEntityRef:
x-vcloud-constraints:
- args:
- arg: org
constraint: Urn
- constraint: ReadOnly
Availability
Property Of
InlineVcdUsers1
Parameter To
Create User
Update User
Returned By
Create User
Get User
Update User
What's changed in latest?
Added Properties
stranded
locked
roleEntityRefs