VcdUser
User Spec object.
Properties
Immutable 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.
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 is immutable and 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.
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"
}
Availability
Property Of
InlineVcdUsers1
Parameter To
Create User
Update User
Returned By
Create User
Get User
Update User