HomeSiteCreateSpec

HomeSiteCreateSpec
HomeSiteCreateSpec

Information required to create a Home Site in the pod federation.
If both Global Desktop Entitlement ID and Global Application Entitlement ID are unset, then this site is the global home site.

JSON Example
{
    "ad_user_or_group_id": "S-1-5-32-551",
    "global_application_entitlement_id": "e285ebe1-194b-4563-80e0-0ad21134c503",
    "global_desktop_entitlement_id": "7493bfc7-834a-4d9b-ac7d-b5f60893a3a6",
    "site_id": "32a5ea06-cd09-4609-b3e5-df8379e99c13"
}
string
ad_user_or_group_id
Required

SID of the user or group for whom the home site is to be configured.

string
global_application_entitlement_id
Optional

ID of the Global Application Entitlement for which this site is the overriding home site.

string
global_desktop_entitlement_id
Optional

ID of the Global Desktop Entitlement for which this site is the overriding home site.

string
site_id
Required

ID of the site for this home site configuration.

Parameter To