HomeSiteResolutionData

HomeSiteResolutionData
HomeSiteResolutionData

Information representing data for a home site resolution.

JSON Example
{
    "group_id": "S-1-5-32-568",
    "id": "28deeb70-97d5-409e-abb4-497196f1ee18",
    "resolved": true,
    "site_id": "52457bcd-9641-48b1-a1ac-a8c58069ef48",
    "type": "USER_DEFAULT"
}
string
group_id
Optional

SID of the group through which the user gets this home site.

string
id
Optional

ID of the Home Site Configuration.

boolean
resolved
Optional

Indicates whether this is the resolved home site.

string
site_id
Optional

ID of the Site configured as Home Site.

string
type
Optional

Indicates whether the home site is directly assigned to the user or group and whether it is associated with a global entitlement.

  • USER_OVERRIDE: Indicates that a home site override is associated with a global entitlement for the user.
  • GROUP_OVERRIDE: Indicates that a home site override is associated with a global entitlement for a group that the user belongs to.
  • USER_DEFAULT: Indicates that a home site is directly assigned to the user.
  • GROUP_DEFAULT: Indicates that a home site is directly assigned to a group that the user belongs to.
Possible values are : USER_OVERRIDE, GROUP_OVERRIDE, USER_DEFAULT, GROUP_DEFAULT,