Data Object - ADUserCredentialSpec

Class
VMware.Hv.ADUserCredentialSpec
Parameter to
ADUserOrGroup_ValidateCredentials
See also
SecureString
Since
Horizon 7.7

Data Object Description

AD User Credential

Data Object Properties

Properties

Name Type Description
domainxsd:string

The domain of user. Note that domain is optional if UPN is supplied.
  • This property need not be set.
usernamexsd:string

The username or UPN.
passwordSecureString

The password.
protectedPasswordKeyxsd:string

Decryption key for the password. This key is itself encrypted with cluster's SSO keypair. Pls note that if this key is specified, it means password is sent in encrypted form else it is in plain text.

Since Horizon 7.11
  • This property need not be set.
keyIdxsd:string

The keyId of the cluster's SSO KeyPair used to encrypt the protectedPasswordKey. Pls note that this is required if protectedPasswordKey is specified.

Since Horizon 7.11
  • This property need not be set.