Data Object - UnauthenticatedAccessUserData

Class
VMware.Hv.UnauthenticatedAccessUserData
Property of
UnauthenticatedAccessUserInfo
Parameter to
UnauthenticatedAccessUser_Create, UnauthenticatedAccessUser_Update
See also
SecureString, UserOrGroupId

Data Object Description

Unauthenticated Access User Data Object.

Data Object Properties

Properties

Name Type Description
loginNamexsd:string

Login name which is used for login from client. If the value is null then loginName of the AD user would be used.
  • This property need not be set.
userIdUserOrGroupId

AD user id to associate with Unauthenticated Access.
  • This property cannot be updated.
descriptionxsd:string

Description of the Unauthenticated Access log on user.
  • This property need not be set.
hybridLogonConfigxsd:string

Hybrid logon config value. If the value is null then hybrid logon is disabled

Since Horizon 7.7
  • This property need not be set.
  • This property will be one of:
    Value Description
    "password"PASSWORD: Authentication via user name and password
    "truesso"TRUESSO: Authentication via TrueSSO
    "unknown"UNKNOWN: Authentication method is unknown
hybridLogonPasswordSecureString

User's domain password in encrypted format. This is used if we setup Hybrid logon to use username & password. This is null when Hybrid logon is disabled or used in modes other than password

Since Horizon 7.7
  • This property need not be set.
  • This property is required if hybridLogonConfig is set to "password".