Data Object - ADUserOrGroupBase

Class
VMware.Hv.ADUserOrGroupBase
Property of
AdminUserOrGroupInfo, ADUserOrGroupInfo, ADUserOrGroupSummaryView, ADUserOrGroupView, EntitledUserOrGroupGlobalSummaryView, EntitledUserOrGroupInfo, EntitledUserOrGroupLocalSummaryView
Since
Horizon View 6.0

Data Object Description

Basic active directory data for a user or group. This is populated from locally or globally cached LDAP FSPs if available, otherwise it is obtained from AD.

Data Object Properties

Properties

Name Type Description
sidxsd:string

Security id of this user or group.
  • This property cannot be updated.
groupxsd:boolean

Whether or not this is a group or a user.
  • This property cannot be updated.
domainxsd:string

The domain the user or group is in. This will be the DNS name of the domain.
  • This property need not be set.
  • This property cannot be updated.
adDistinguishedNamexsd:string

Active Directory distinguished name for this user or group.
  • This property need not be set.
  • This property cannot be updated.
namexsd:string

Name of the user or group.
  • This property need not be set.
  • This property cannot be updated.
firstNamexsd:string

First name of the user or group.
  • This property need not be set.
  • This property cannot be updated.
lastNamexsd:string

Last name of the user or group.
  • This property need not be set.
  • This property cannot be updated.
loginNamexsd:string

Login name of this user or group.
  • This property need not be set.
  • This property cannot be updated.
displayNamexsd:string

Login name with domain of this user or group.
  • This property need not be set.
  • This property cannot be updated.
longDisplayNamexsd:string

Name and login name for a user, display name otherwise.
  • This property need not be set.
  • This property cannot be updated.
userDisplayNamexsd:string

User display name. This corresponds with displayName attribute in AD.

Since Horizon 7.3
  • This property need not be set.
  • This property cannot be updated.
emailxsd:string

Email address of the user or group.
  • This property need not be set.
  • This property cannot be updated.
kioskUserxsd:boolean

If this user is a "kiosk user" that supports client authentication. Client authentication is the process of supporting client devices directly logging into resources.
  • This property cannot be updated.
unauthenticatedAccessUserxsd:boolean

Whether or not this is unauthenticated access user.

Since Horizon 7.4
  • This property need not be set.
  • This property cannot be updated.
phonexsd:string

Phone number of the user or group. Only available if obtained directly from AD (not cached in LDAP), such as returned by a refresh or with the ADUserOrGroup query interface. Otherwise this will be null.
  • This property need not be set.
  • This property cannot be updated.
descriptionxsd:string

Description of the user or group. Only available if obtained directly from AD (not cached in LDAP), such as returned by a refresh or with the ADUserOrGroup query interface. Otherwise this will be null.
  • This property need not be set.
  • This property cannot be updated.
inFolderxsd:string

AD folder for the user or group. Only available if obtained directly from AD (not cached in LDAP), such as returned by a refresh or with the ADUserOrGroup query interface. Otherwise this will be null.
  • This property need not be set.
  • This property cannot be updated.
userPrincipalNamexsd:string

User Principal name(UPN) of the user.

Since Horizon 7.1
  • This property need not be set.
  • This property cannot be updated.