[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director

User

LDAP User Spec object.


Properties

string
alertEmail Optional
Deprecated in 36.0

string
alertEmailPrefix Optional
Deprecated in 36.0

integer
delayAfterPowerOnSeconds Optional

integer
deployedVMQuota Optional

The deployed VM quota for this user. Defaults to 0 which means unlimited. This property is deprecated in 35.0. Use user quotas API.

Added in 35.0 | Deprecated in 35.0 | Removed in 37.0

string
description Optional

string
email Optional

boolean
enabled Optional

boolean
external Optional

string
fullname Optional

string
im Optional

boolean
inSync Optional

boolean
locked Optional

string
nameInSource Optional

orgEntityRef Optional

Entity reference used to describe VCD entities


string
phoneNumber Optional

roleEntityRef Optional

Entity reference used to describe VCD entities


boolean
roleInherited Optional

sourceEntityRef Optional

This field is under accelerated deprecation and will be removed next release.


integer
storedVMQuota Optional

The stored VM quota for this user. Defaults to 0 which means unlimited. This property is deprecated in 35.0. Use user quotas API.

Added in 35.0 | Deprecated in 35.0 | Removed in 37.0

string
username Optional

JSON Example

{
	"alertEmail": "string",
	"alertEmailPrefix": "string",
	"delayAfterPowerOnSeconds": 0,
	"deployedVMQuota": 0,
	"description": "string",
	"email": "string",
	"enabled": false,
	"external": false,
	"fullname": "string",
	"im": "string",
	"inSync": false,
	"locked": false,
	"nameInSource": "string",
	"orgEntityRef": {
		"id": "string",
		"name": "string"
	},
	"phoneNumber": "string",
	"roleEntityRef": {
		"id": "string",
		"name": "string"
	},
	"roleInherited": false,
	"sourceEntityRef": {
		"id": "string",
		"name": "string"
	},
	"storedVMQuota": 0,
	"username": "string"
}

Vendor Extensions

This class contains the following vendor extensions defined in the spec:
x-vcloud-property-annotations:
    sourceEntityRef:
        x-vcloud-deprecated-alternative: This field is unused.
        x-vcloud-deprecated-in: "36.0"
[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director
Returned By

Search LDAP Users

Feedback

Was this page helpful?