Name | Type | Description | Notes |
---|---|---|---|
AllowMultipleSessionsPerUser | Pointer to bool | Indicates whether users can have multiple sessions when accessed from different client devices, this is also called Class room mode and applicable only to floating user assignment. If value is set to true, the desktop pools that are associated with this Global Desktop Entitlement must also allow users to have multiple sessions with allowMultipleSessionsPerUser Supported Filters: 'Equals'. | [optional] |
AllowUsersToChooseProtocol | Pointer to bool | Indicates whether the users can choose the protocol used. If set to true, the desktop pools that are associated with this Global Desktop Entitlement must also allow users to choose display protocol with allowUsersToChooseProtocol. Supported Filters: 'Equals'. | [optional] |
AllowUsersToResetMachines | Pointer to bool | Indicates whether users are allowed to reset/restart their machines. If set to true, the desktop pools that are associated with this Global Desktop Entitlement must also allow users to reset/restart machines with allowUsersToResetMachines. Supported Filters: 'Equals'. | [optional] |
BackupGdeId | Pointer to string | Indicates the Global Desktop Entitlement that can be used as backup for this Global Desktop Entitlement. Supported Filters: 'Equals'. | [optional] |
CategoryFolderName | Pointer to string | Name of the category folder in the user's OS containing a shortcut to the entitlement. Unset if the entitlement does not belong to a category. | [optional] |
CloudManaged | Pointer to bool | Indicates whether this global desktop entitlement is managed from cloud. Supported Filters: 'Equals'. | [optional] |
CsRestrictionTags | Pointer to []string | Connection server restrictions. This is a list of tags that access to the entitlement is restricted to. No list means that the entitlement can be accessed from any connection server. | [optional] |
Dedicated | Pointer to bool | Indicates whether global desktop entitlement is dedicated. If so, only dedicated desktop pools can be associated with this Global Desktop Entitlement. Otherwise, only floating desktop pools, can be associated with it. Can only be set at time of creation. Supported Filters: 'Equals'. | [optional] |
DefaultDisplayProtocol | Pointer to string | The default display protocol for the Global Desktop Entitlement. Must be a protocol in the supportedDisplayProtocols list. Clients connecting through this Global Desktop Entitlement that do not specify a protocol will use this value, not the value specified directly on the desktop pool to which they connect (if different). Supported Filters: 'Equals'. * RDP: Microsoft Remote Desktop Protocol. * PCOIP: PCoIP protocol. * BLAST: BLAST protocol. | [optional] |
Description | Pointer to string | Description of Global Desktop Entitlement. This property has a maximum length of 1024 characters. Supported Filters: 'Equals', 'StartsWith' and 'Contains'. | [optional] |
DisplayAssignedMachineName | Pointer to bool | Indicates whether users should see the hostname of the machine assigned to them instead of displayName when they connect using Horizon Client. This is applicable for dedicated Global Desktop Entitlements only. If no machine is assigned to the user then "display_name (No machine assigned)" will be displayed in the client. Supported Filters: 'Equals'. | [optional] |
DisplayMachineAlias | Pointer to bool | Decides the visibility of the machine alias to the user. | [optional] |
DisplayName | Pointer to string | Name that users will see when they connect using Horizon Client. If the display name is left blank, while creating or updating the Global Desktop Entitlement display name value will be same as name. This property has a maximum length of 64 characters. Supported Filters: 'Equals', 'StartsWith' and 'Contains'. | [optional] |
EnableClientRestrictions | Pointer to bool | Indicates whether client restrictions to be applied to Global Desktop Entitlement. Currently it is valid for RDSH pools. Supported Filters: 'Equals'. | [optional] |
Enabled | Pointer to bool | Indicates if this Global Desktop Entitlement is enabled. Supported Filters: 'Equals'. | [optional] |
Id | Pointer to string | Unique ID representing this Global Desktop Entitlement. Supported Filters: 'Equals'. | [optional] |
MultipleSessionAutoClean | Pointer to bool | Indicates if automatic session clean up is enabled. This cannot be enabled when this Global Desktop Entitlement is associated with a Desktop pool that has dedicated user assignment. Supported Filters: 'Equals'. | [optional] |
Name | Pointer to string | Unique name used to identify the Global Desktop Entitlement. This property has a maximum length of 64 characters. Supported Filters: 'Equals', 'StartsWith' and 'Contains'. | [optional] |
PrimaryGdeId | Pointer to string | Indicates the Global Desktop Entitlement for which this Global Desktop Entitlement acts as backup. | [optional] |
RequireHomeSite | Pointer to bool | Indicates whether we fail if a home site isn't defined for this Global Desktop Entitlement. Supported Filters: 'Equals'. | [optional] |
Scope | Pointer to string | Scope for this global desktop entitlement. Visibility and Placement policies are defined by this value. Supported Filters: 'Equals'. * WITHIN_POD: Within POD Policy: Local pod will be used for this policy. If this policy is for visibility, search for existing session will happen only in local pod. If this policy is for placement, session will always be placed on local pod. * WITHIN_SITE: Within Site Policy: Site will be used for this policy. If this policy is for visibility, search for existing session will happen only from site. If this policy is for placement, session will be placed on site. * ALL_SITES: All Sites Policy: Any pod can be used for this action. If this policy is for visibility, search for existing session will span all pods in LMV set. If this policy is for placement, session can be placed on any pod in LMV set. | [optional] |
SessionCollaborationEnabled | Pointer to bool | Session collaboration allows a user to share their remote session with other users. Blast must be configured as a supported protocol in supportedDisplayProtocols. Indicates if the desktop pools that are associated with this Global Desktop Entitlement must also have session collaboration enabled with enableCollaboration. Supported Filters: 'Equals'. | [optional] |
ShortcutLocations | Pointer to []string | Locations of the category folder in the user's OS containing a shortcut to the desktop. The value must be set if categoryFolderName is provided. | [optional] |
SupportedDisplayProtocols | Pointer to []string | The set of supported display protocols for the Global Desktop Entitlement. All the desktop pools associated with this Global Desktop Entitlement must support these protocols supportedDisplayProtocols . Clients connecting through this Global Desktop Entitlement that are allowed to select their protocol will see these display protocol options. | [optional] |
UseHomeSite | Pointer to bool | Indicates whether a pod in the user's home site is used to start the search or the current site is used. Supported Filters: 'Equals'. | [optional] |
func NewGlobalDesktopEntitlementSummary() *GlobalDesktopEntitlementSummary
NewGlobalDesktopEntitlementSummary instantiates a new GlobalDesktopEntitlementSummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGlobalDesktopEntitlementSummaryWithDefaults() *GlobalDesktopEntitlementSummary
NewGlobalDesktopEntitlementSummaryWithDefaults instantiates a new GlobalDesktopEntitlementSummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *GlobalDesktopEntitlementSummary) GetAllowMultipleSessionsPerUser() bool
GetAllowMultipleSessionsPerUser returns the AllowMultipleSessionsPerUser field if non-nil, zero value otherwise.
func (o *GlobalDesktopEntitlementSummary) GetAllowMultipleSessionsPerUserOk() (*bool, bool)
GetAllowMultipleSessionsPerUserOk returns a tuple with the AllowMultipleSessionsPerUser field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GlobalDesktopEntitlementSummary) SetAllowMultipleSessionsPerUser(v bool)
SetAllowMultipleSessionsPerUser sets AllowMultipleSessionsPerUser field to given value.
func (o *GlobalDesktopEntitlementSummary) HasAllowMultipleSessionsPerUser() bool
HasAllowMultipleSessionsPerUser returns a boolean if a field has been set.
func (o *GlobalDesktopEntitlementSummary) GetAllowUsersToChooseProtocol() bool
GetAllowUsersToChooseProtocol returns the AllowUsersToChooseProtocol field if non-nil, zero value otherwise.
func (o *GlobalDesktopEntitlementSummary) GetAllowUsersToChooseProtocolOk() (*bool, bool)
GetAllowUsersToChooseProtocolOk returns a tuple with the AllowUsersToChooseProtocol field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GlobalDesktopEntitlementSummary) SetAllowUsersToChooseProtocol(v bool)
SetAllowUsersToChooseProtocol sets AllowUsersToChooseProtocol field to given value.
func (o *GlobalDesktopEntitlementSummary) HasAllowUsersToChooseProtocol() bool
HasAllowUsersToChooseProtocol returns a boolean if a field has been set.
func (o *GlobalDesktopEntitlementSummary) GetAllowUsersToResetMachines() bool
GetAllowUsersToResetMachines returns the AllowUsersToResetMachines field if non-nil, zero value otherwise.
func (o *GlobalDesktopEntitlementSummary) GetAllowUsersToResetMachinesOk() (*bool, bool)
GetAllowUsersToResetMachinesOk returns a tuple with the AllowUsersToResetMachines field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GlobalDesktopEntitlementSummary) SetAllowUsersToResetMachines(v bool)
SetAllowUsersToResetMachines sets AllowUsersToResetMachines field to given value.
func (o *GlobalDesktopEntitlementSummary) HasAllowUsersToResetMachines() bool
HasAllowUsersToResetMachines returns a boolean if a field has been set.
func (o *GlobalDesktopEntitlementSummary) GetBackupGdeId() string
GetBackupGdeId returns the BackupGdeId field if non-nil, zero value otherwise.
func (o *GlobalDesktopEntitlementSummary) GetBackupGdeIdOk() (*string, bool)
GetBackupGdeIdOk returns a tuple with the BackupGdeId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GlobalDesktopEntitlementSummary) SetBackupGdeId(v string)
SetBackupGdeId sets BackupGdeId field to given value.
func (o *GlobalDesktopEntitlementSummary) HasBackupGdeId() bool
HasBackupGdeId returns a boolean if a field has been set.
func (o *GlobalDesktopEntitlementSummary) GetCategoryFolderName() string
GetCategoryFolderName returns the CategoryFolderName field if non-nil, zero value otherwise.
func (o *GlobalDesktopEntitlementSummary) GetCategoryFolderNameOk() (*string, bool)
GetCategoryFolderNameOk returns a tuple with the CategoryFolderName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GlobalDesktopEntitlementSummary) SetCategoryFolderName(v string)
SetCategoryFolderName sets CategoryFolderName field to given value.
func (o *GlobalDesktopEntitlementSummary) HasCategoryFolderName() bool
HasCategoryFolderName returns a boolean if a field has been set.
func (o *GlobalDesktopEntitlementSummary) GetCloudManaged() bool
GetCloudManaged returns the CloudManaged field if non-nil, zero value otherwise.
func (o *GlobalDesktopEntitlementSummary) GetCloudManagedOk() (*bool, bool)
GetCloudManagedOk returns a tuple with the CloudManaged field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GlobalDesktopEntitlementSummary) SetCloudManaged(v bool)
SetCloudManaged sets CloudManaged field to given value.
func (o *GlobalDesktopEntitlementSummary) HasCloudManaged() bool
HasCloudManaged returns a boolean if a field has been set.
func (o *GlobalDesktopEntitlementSummary) GetCsRestrictionTags() []string
GetCsRestrictionTags returns the CsRestrictionTags field if non-nil, zero value otherwise.
func (o *GlobalDesktopEntitlementSummary) GetCsRestrictionTagsOk() (*[]string, bool)
GetCsRestrictionTagsOk returns a tuple with the CsRestrictionTags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GlobalDesktopEntitlementSummary) SetCsRestrictionTags(v []string)
SetCsRestrictionTags sets CsRestrictionTags field to given value.
func (o *GlobalDesktopEntitlementSummary) HasCsRestrictionTags() bool
HasCsRestrictionTags returns a boolean if a field has been set.
func (o *GlobalDesktopEntitlementSummary) GetDedicated() bool
GetDedicated returns the Dedicated field if non-nil, zero value otherwise.
func (o *GlobalDesktopEntitlementSummary) GetDedicatedOk() (*bool, bool)
GetDedicatedOk returns a tuple with the Dedicated field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GlobalDesktopEntitlementSummary) SetDedicated(v bool)
SetDedicated sets Dedicated field to given value.
func (o *GlobalDesktopEntitlementSummary) HasDedicated() bool
HasDedicated returns a boolean if a field has been set.
func (o *GlobalDesktopEntitlementSummary) GetDefaultDisplayProtocol() string
GetDefaultDisplayProtocol returns the DefaultDisplayProtocol field if non-nil, zero value otherwise.
func (o *GlobalDesktopEntitlementSummary) GetDefaultDisplayProtocolOk() (*string, bool)
GetDefaultDisplayProtocolOk returns a tuple with the DefaultDisplayProtocol field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GlobalDesktopEntitlementSummary) SetDefaultDisplayProtocol(v string)
SetDefaultDisplayProtocol sets DefaultDisplayProtocol field to given value.
func (o *GlobalDesktopEntitlementSummary) HasDefaultDisplayProtocol() bool
HasDefaultDisplayProtocol returns a boolean if a field has been set.
func (o *GlobalDesktopEntitlementSummary) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *GlobalDesktopEntitlementSummary) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GlobalDesktopEntitlementSummary) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *GlobalDesktopEntitlementSummary) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *GlobalDesktopEntitlementSummary) GetDisplayAssignedMachineName() bool
GetDisplayAssignedMachineName returns the DisplayAssignedMachineName field if non-nil, zero value otherwise.
func (o *GlobalDesktopEntitlementSummary) GetDisplayAssignedMachineNameOk() (*bool, bool)
GetDisplayAssignedMachineNameOk returns a tuple with the DisplayAssignedMachineName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GlobalDesktopEntitlementSummary) SetDisplayAssignedMachineName(v bool)
SetDisplayAssignedMachineName sets DisplayAssignedMachineName field to given value.
func (o *GlobalDesktopEntitlementSummary) HasDisplayAssignedMachineName() bool
HasDisplayAssignedMachineName returns a boolean if a field has been set.
func (o *GlobalDesktopEntitlementSummary) GetDisplayMachineAlias() bool
GetDisplayMachineAlias returns the DisplayMachineAlias field if non-nil, zero value otherwise.
func (o *GlobalDesktopEntitlementSummary) GetDisplayMachineAliasOk() (*bool, bool)
GetDisplayMachineAliasOk returns a tuple with the DisplayMachineAlias field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GlobalDesktopEntitlementSummary) SetDisplayMachineAlias(v bool)
SetDisplayMachineAlias sets DisplayMachineAlias field to given value.
func (o *GlobalDesktopEntitlementSummary) HasDisplayMachineAlias() bool
HasDisplayMachineAlias returns a boolean if a field has been set.
func (o *GlobalDesktopEntitlementSummary) GetDisplayName() string
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
func (o *GlobalDesktopEntitlementSummary) GetDisplayNameOk() (*string, bool)
GetDisplayNameOk returns a tuple with the DisplayName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GlobalDesktopEntitlementSummary) SetDisplayName(v string)
SetDisplayName sets DisplayName field to given value.
func (o *GlobalDesktopEntitlementSummary) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (o *GlobalDesktopEntitlementSummary) GetEnableClientRestrictions() bool
GetEnableClientRestrictions returns the EnableClientRestrictions field if non-nil, zero value otherwise.
func (o *GlobalDesktopEntitlementSummary) GetEnableClientRestrictionsOk() (*bool, bool)
GetEnableClientRestrictionsOk returns a tuple with the EnableClientRestrictions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GlobalDesktopEntitlementSummary) SetEnableClientRestrictions(v bool)
SetEnableClientRestrictions sets EnableClientRestrictions field to given value.
func (o *GlobalDesktopEntitlementSummary) HasEnableClientRestrictions() bool
HasEnableClientRestrictions returns a boolean if a field has been set.
func (o *GlobalDesktopEntitlementSummary) GetEnabled() bool
GetEnabled returns the Enabled field if non-nil, zero value otherwise.
func (o *GlobalDesktopEntitlementSummary) GetEnabledOk() (*bool, bool)
GetEnabledOk returns a tuple with the Enabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GlobalDesktopEntitlementSummary) SetEnabled(v bool)
SetEnabled sets Enabled field to given value.
func (o *GlobalDesktopEntitlementSummary) HasEnabled() bool
HasEnabled returns a boolean if a field has been set.
func (o *GlobalDesktopEntitlementSummary) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *GlobalDesktopEntitlementSummary) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GlobalDesktopEntitlementSummary) SetId(v string)
SetId sets Id field to given value.
func (o *GlobalDesktopEntitlementSummary) HasId() bool
HasId returns a boolean if a field has been set.
func (o *GlobalDesktopEntitlementSummary) GetMultipleSessionAutoClean() bool
GetMultipleSessionAutoClean returns the MultipleSessionAutoClean field if non-nil, zero value otherwise.
func (o *GlobalDesktopEntitlementSummary) GetMultipleSessionAutoCleanOk() (*bool, bool)
GetMultipleSessionAutoCleanOk returns a tuple with the MultipleSessionAutoClean field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GlobalDesktopEntitlementSummary) SetMultipleSessionAutoClean(v bool)
SetMultipleSessionAutoClean sets MultipleSessionAutoClean field to given value.
func (o *GlobalDesktopEntitlementSummary) HasMultipleSessionAutoClean() bool
HasMultipleSessionAutoClean returns a boolean if a field has been set.
func (o *GlobalDesktopEntitlementSummary) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *GlobalDesktopEntitlementSummary) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GlobalDesktopEntitlementSummary) SetName(v string)
SetName sets Name field to given value.
func (o *GlobalDesktopEntitlementSummary) HasName() bool
HasName returns a boolean if a field has been set.
func (o *GlobalDesktopEntitlementSummary) GetPrimaryGdeId() string
GetPrimaryGdeId returns the PrimaryGdeId field if non-nil, zero value otherwise.
func (o *GlobalDesktopEntitlementSummary) GetPrimaryGdeIdOk() (*string, bool)
GetPrimaryGdeIdOk returns a tuple with the PrimaryGdeId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GlobalDesktopEntitlementSummary) SetPrimaryGdeId(v string)
SetPrimaryGdeId sets PrimaryGdeId field to given value.
func (o *GlobalDesktopEntitlementSummary) HasPrimaryGdeId() bool
HasPrimaryGdeId returns a boolean if a field has been set.
func (o *GlobalDesktopEntitlementSummary) GetRequireHomeSite() bool
GetRequireHomeSite returns the RequireHomeSite field if non-nil, zero value otherwise.
func (o *GlobalDesktopEntitlementSummary) GetRequireHomeSiteOk() (*bool, bool)
GetRequireHomeSiteOk returns a tuple with the RequireHomeSite field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GlobalDesktopEntitlementSummary) SetRequireHomeSite(v bool)
SetRequireHomeSite sets RequireHomeSite field to given value.
func (o *GlobalDesktopEntitlementSummary) HasRequireHomeSite() bool
HasRequireHomeSite returns a boolean if a field has been set.
func (o *GlobalDesktopEntitlementSummary) GetScope() string
GetScope returns the Scope field if non-nil, zero value otherwise.
func (o *GlobalDesktopEntitlementSummary) GetScopeOk() (*string, bool)
GetScopeOk returns a tuple with the Scope field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GlobalDesktopEntitlementSummary) SetScope(v string)
SetScope sets Scope field to given value.
func (o *GlobalDesktopEntitlementSummary) HasScope() bool
HasScope returns a boolean if a field has been set.
func (o *GlobalDesktopEntitlementSummary) GetSessionCollaborationEnabled() bool
GetSessionCollaborationEnabled returns the SessionCollaborationEnabled field if non-nil, zero value otherwise.
func (o *GlobalDesktopEntitlementSummary) GetSessionCollaborationEnabledOk() (*bool, bool)
GetSessionCollaborationEnabledOk returns a tuple with the SessionCollaborationEnabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GlobalDesktopEntitlementSummary) SetSessionCollaborationEnabled(v bool)
SetSessionCollaborationEnabled sets SessionCollaborationEnabled field to given value.
func (o *GlobalDesktopEntitlementSummary) HasSessionCollaborationEnabled() bool
HasSessionCollaborationEnabled returns a boolean if a field has been set.
func (o *GlobalDesktopEntitlementSummary) GetShortcutLocations() []string
GetShortcutLocations returns the ShortcutLocations field if non-nil, zero value otherwise.
func (o *GlobalDesktopEntitlementSummary) GetShortcutLocationsOk() (*[]string, bool)
GetShortcutLocationsOk returns a tuple with the ShortcutLocations field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GlobalDesktopEntitlementSummary) SetShortcutLocations(v []string)
SetShortcutLocations sets ShortcutLocations field to given value.
func (o *GlobalDesktopEntitlementSummary) HasShortcutLocations() bool
HasShortcutLocations returns a boolean if a field has been set.
func (o *GlobalDesktopEntitlementSummary) GetSupportedDisplayProtocols() []string
GetSupportedDisplayProtocols returns the SupportedDisplayProtocols field if non-nil, zero value otherwise.
func (o *GlobalDesktopEntitlementSummary) GetSupportedDisplayProtocolsOk() (*[]string, bool)
GetSupportedDisplayProtocolsOk returns a tuple with the SupportedDisplayProtocols field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GlobalDesktopEntitlementSummary) SetSupportedDisplayProtocols(v []string)
SetSupportedDisplayProtocols sets SupportedDisplayProtocols field to given value.
func (o *GlobalDesktopEntitlementSummary) HasSupportedDisplayProtocols() bool
HasSupportedDisplayProtocols returns a boolean if a field has been set.
func (o *GlobalDesktopEntitlementSummary) GetUseHomeSite() bool
GetUseHomeSite returns the UseHomeSite field if non-nil, zero value otherwise.
func (o *GlobalDesktopEntitlementSummary) GetUseHomeSiteOk() (*bool, bool)
GetUseHomeSiteOk returns a tuple with the UseHomeSite field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GlobalDesktopEntitlementSummary) SetUseHomeSite(v bool)
SetUseHomeSite sets UseHomeSite field to given value.
func (o *GlobalDesktopEntitlementSummary) HasUseHomeSite() bool
HasUseHomeSite returns a boolean if a field has been set.