Data Object - UserHomeSiteResolutionData

Class
VMware.Hv.UserHomeSiteResolutionData
Property of
UserHomeSiteResolutionInfo
See also
SiteId, UserHomeSiteId, UserOrGroupId
Since
Horizon 7.8

Data Object Description

User home site resolution for the GlobalEntitlement.

Data Object Properties

Properties

Name Type Description
idUserHomeSiteId

Id of the user home site configuration
  • This property cannot be updated.
groupUserOrGroupId

The group via which the user gets this site as the home site.
  • This property need not be set.
  • This property cannot be updated.
groupNamexsd:string

Name of the group via which the user gets this site as the home site.
  • This property need not be set.
  • This property cannot be updated.
siteSiteId

Home Site Id
  • This property cannot be updated.
siteNamexsd:string

Name of the home site.
  • This property cannot be updated.
typexsd:string

Indicates whether the home site is assigned to the user or a group and is associate with the global entitlement or not
  • This property cannot be updated.
  • This property will be one of:
    Value Description
    "DIRECT_USER"If the home site override is associated with the global entitlement for the user.
    "DIRECT_GROUP"If the home site override is associated with the global entitlement for the group.
    "DEFAULT_USER"If the home site is assigned to the user.
    "DEFAULT_GROUP"If the home site is assigned to the group.