Name | Type | Description | Notes |
---|---|---|---|
AllowUsersToChooseProtocol | Pointer to bool | Indicates whether the users can choose the protocol used. If set to true, the application pools that are associated with this Global Application Entitlement must also allow users to choose display protocol with allowUsersToChooseProtocol. Supported Filters: 'Equals'. | [optional] |
BackupGaeId | Pointer to string | Indicates the Global Application Entitlement that can be used as backup for this Global Application 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] |
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] |
DefaultDisplayProtocol | Pointer to string | The default display protocol for the Global Application Entitlement. Must be a protocol in the supportedDisplayProtocols list. Clients connecting through this Global Application Entitlement that do not specify a protocol will use this value, not the value specified directly on the application pool to which they connect (if different). Supported Filters: 'Equals'. * PCOIP: PCoIP protocol. * BLAST: BLAST protocol. | [optional] |
Description | Pointer to string | Description of Global Application Entitlement. This property has a maximum length of 1024 characters. Supported Filters: 'Equals', 'StartsWith' and 'Contains'. | [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 Application 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 Application Entitlement. Currently it is valid for RDSH pools. Supported Filters: 'Equals'. | [optional] |
EnablePreLaunch | Pointer to bool | Indicates whether Global Application Entitlement can be pre-launched Supported Filters: 'Equals'. | [optional] |
Enabled | Pointer to bool | Indicates if this Global Application Entitlement is enabled. Supported Filters: 'Equals'. | [optional] |
FederatedAccessGroupId | Pointer to string | This represents id of the federated access group associated with the global application entitlement.<br> Supported Filters: 'Equals'. | [optional] |
Id | Pointer to string | Unique ID representing this Global Application Entitlement. Supported Filters: 'Equals'. | [optional] |
MultiSessionMode | Pointer to string | Multi-session mode for the application pool. An application launched in multi-session mode does not support reconnect behavior when user logs in from a different client instance. Multi-session mode should be disabled when pre-launch is enabled. Supported Filters: 'Equals'. * DISABLED: Multi-session is not supported for this application. * ENABLED_DEFAULT_OFF: Multi-session is supported for this application but is disabled by default. The client would need to explicitly request multi-session launch, if wanted. If a legacy client is used, this will always result in a single-session application launch. * ENABLED_DEFAULT_ON: Multi-session mode is supported for this application and is enabled by default. The client can request explicitly for single-session launch, if wanted. If a legacy client is used, this will always result in a multi-session application launch. * ENABLED_ENFORCED: Multi-session is supported for this application and it is enforced. The client can not select to launch this application as a single-session application. | [optional] |
MultipleSessionAutoClean | Pointer to bool | Indicates if automatic session clean up is enabled. This cannot be enabled when this Global Application Entitlement is associated with a Application pool that has dedicated user assignment. Supported Filters: 'Equals'. | [optional] |
Name | Pointer to string | Unique name used to identify the Global Application Entitlement. This property has a maximum length of 64 characters. Supported Filters: 'Equals', 'StartsWith' and 'Contains'. | [optional] |
PrimaryGaeId | Pointer to string | Indicates the Global Application Entitlement for which this Global Application Entitlement acts as backup. | [optional] |
RequireHomeSite | Pointer to bool | Indicates whether we fail if a home site isn't defined for this Global Application Entitlement. Supported Filters: 'Equals'. | [optional] |
Scope | Pointer to string | Scope for this global application 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] |
ShortcutLocationsV2 | Pointer to []string | Locations of the category folder in the user's OS containing a shortcut to the application. | [optional] |
SupportedDisplayProtocols | Pointer to []string | The set of supported display protocols for the Global Application Entitlement. All the application pools associated with this Global Application Entitlement must support these protocols supportedDisplayProtocols . Clients connecting through this Global Application 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 NewGlobalApplicationEntitlementSummaryV2() *GlobalApplicationEntitlementSummaryV2
NewGlobalApplicationEntitlementSummaryV2 instantiates a new GlobalApplicationEntitlementSummaryV2 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 NewGlobalApplicationEntitlementSummaryV2WithDefaults() *GlobalApplicationEntitlementSummaryV2
NewGlobalApplicationEntitlementSummaryV2WithDefaults instantiates a new GlobalApplicationEntitlementSummaryV2 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 *GlobalApplicationEntitlementSummaryV2) GetAllowUsersToChooseProtocol() bool
GetAllowUsersToChooseProtocol returns the AllowUsersToChooseProtocol field if non-nil, zero value otherwise.
func (o *GlobalApplicationEntitlementSummaryV2) 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 *GlobalApplicationEntitlementSummaryV2) SetAllowUsersToChooseProtocol(v bool)
SetAllowUsersToChooseProtocol sets AllowUsersToChooseProtocol field to given value.
func (o *GlobalApplicationEntitlementSummaryV2) HasAllowUsersToChooseProtocol() bool
HasAllowUsersToChooseProtocol returns a boolean if a field has been set.
func (o *GlobalApplicationEntitlementSummaryV2) GetBackupGaeId() string
GetBackupGaeId returns the BackupGaeId field if non-nil, zero value otherwise.
func (o *GlobalApplicationEntitlementSummaryV2) GetBackupGaeIdOk() (*string, bool)
GetBackupGaeIdOk returns a tuple with the BackupGaeId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GlobalApplicationEntitlementSummaryV2) SetBackupGaeId(v string)
SetBackupGaeId sets BackupGaeId field to given value.
func (o *GlobalApplicationEntitlementSummaryV2) HasBackupGaeId() bool
HasBackupGaeId returns a boolean if a field has been set.
func (o *GlobalApplicationEntitlementSummaryV2) GetCategoryFolderName() string
GetCategoryFolderName returns the CategoryFolderName field if non-nil, zero value otherwise.
func (o *GlobalApplicationEntitlementSummaryV2) 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 *GlobalApplicationEntitlementSummaryV2) SetCategoryFolderName(v string)
SetCategoryFolderName sets CategoryFolderName field to given value.
func (o *GlobalApplicationEntitlementSummaryV2) HasCategoryFolderName() bool
HasCategoryFolderName returns a boolean if a field has been set.
func (o *GlobalApplicationEntitlementSummaryV2) GetCsRestrictionTags() []string
GetCsRestrictionTags returns the CsRestrictionTags field if non-nil, zero value otherwise.
func (o *GlobalApplicationEntitlementSummaryV2) 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 *GlobalApplicationEntitlementSummaryV2) SetCsRestrictionTags(v []string)
SetCsRestrictionTags sets CsRestrictionTags field to given value.
func (o *GlobalApplicationEntitlementSummaryV2) HasCsRestrictionTags() bool
HasCsRestrictionTags returns a boolean if a field has been set.
func (o *GlobalApplicationEntitlementSummaryV2) GetDefaultDisplayProtocol() string
GetDefaultDisplayProtocol returns the DefaultDisplayProtocol field if non-nil, zero value otherwise.
func (o *GlobalApplicationEntitlementSummaryV2) 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 *GlobalApplicationEntitlementSummaryV2) SetDefaultDisplayProtocol(v string)
SetDefaultDisplayProtocol sets DefaultDisplayProtocol field to given value.
func (o *GlobalApplicationEntitlementSummaryV2) HasDefaultDisplayProtocol() bool
HasDefaultDisplayProtocol returns a boolean if a field has been set.
func (o *GlobalApplicationEntitlementSummaryV2) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *GlobalApplicationEntitlementSummaryV2) 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 *GlobalApplicationEntitlementSummaryV2) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *GlobalApplicationEntitlementSummaryV2) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *GlobalApplicationEntitlementSummaryV2) GetDisplayName() string
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
func (o *GlobalApplicationEntitlementSummaryV2) 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 *GlobalApplicationEntitlementSummaryV2) SetDisplayName(v string)
SetDisplayName sets DisplayName field to given value.
func (o *GlobalApplicationEntitlementSummaryV2) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (o *GlobalApplicationEntitlementSummaryV2) GetEnableClientRestrictions() bool
GetEnableClientRestrictions returns the EnableClientRestrictions field if non-nil, zero value otherwise.
func (o *GlobalApplicationEntitlementSummaryV2) 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 *GlobalApplicationEntitlementSummaryV2) SetEnableClientRestrictions(v bool)
SetEnableClientRestrictions sets EnableClientRestrictions field to given value.
func (o *GlobalApplicationEntitlementSummaryV2) HasEnableClientRestrictions() bool
HasEnableClientRestrictions returns a boolean if a field has been set.
func (o *GlobalApplicationEntitlementSummaryV2) GetEnablePreLaunch() bool
GetEnablePreLaunch returns the EnablePreLaunch field if non-nil, zero value otherwise.
func (o *GlobalApplicationEntitlementSummaryV2) GetEnablePreLaunchOk() (*bool, bool)
GetEnablePreLaunchOk returns a tuple with the EnablePreLaunch field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GlobalApplicationEntitlementSummaryV2) SetEnablePreLaunch(v bool)
SetEnablePreLaunch sets EnablePreLaunch field to given value.
func (o *GlobalApplicationEntitlementSummaryV2) HasEnablePreLaunch() bool
HasEnablePreLaunch returns a boolean if a field has been set.
func (o *GlobalApplicationEntitlementSummaryV2) GetEnabled() bool
GetEnabled returns the Enabled field if non-nil, zero value otherwise.
func (o *GlobalApplicationEntitlementSummaryV2) 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 *GlobalApplicationEntitlementSummaryV2) SetEnabled(v bool)
SetEnabled sets Enabled field to given value.
func (o *GlobalApplicationEntitlementSummaryV2) HasEnabled() bool
HasEnabled returns a boolean if a field has been set.
func (o *GlobalApplicationEntitlementSummaryV2) GetFederatedAccessGroupId() string
GetFederatedAccessGroupId returns the FederatedAccessGroupId field if non-nil, zero value otherwise.
func (o *GlobalApplicationEntitlementSummaryV2) GetFederatedAccessGroupIdOk() (*string, bool)
GetFederatedAccessGroupIdOk returns a tuple with the FederatedAccessGroupId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GlobalApplicationEntitlementSummaryV2) SetFederatedAccessGroupId(v string)
SetFederatedAccessGroupId sets FederatedAccessGroupId field to given value.
func (o *GlobalApplicationEntitlementSummaryV2) HasFederatedAccessGroupId() bool
HasFederatedAccessGroupId returns a boolean if a field has been set.
func (o *GlobalApplicationEntitlementSummaryV2) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *GlobalApplicationEntitlementSummaryV2) 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 *GlobalApplicationEntitlementSummaryV2) SetId(v string)
SetId sets Id field to given value.
func (o *GlobalApplicationEntitlementSummaryV2) HasId() bool
HasId returns a boolean if a field has been set.
func (o *GlobalApplicationEntitlementSummaryV2) GetMultiSessionMode() string
GetMultiSessionMode returns the MultiSessionMode field if non-nil, zero value otherwise.
func (o *GlobalApplicationEntitlementSummaryV2) GetMultiSessionModeOk() (*string, bool)
GetMultiSessionModeOk returns a tuple with the MultiSessionMode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GlobalApplicationEntitlementSummaryV2) SetMultiSessionMode(v string)
SetMultiSessionMode sets MultiSessionMode field to given value.
func (o *GlobalApplicationEntitlementSummaryV2) HasMultiSessionMode() bool
HasMultiSessionMode returns a boolean if a field has been set.
func (o *GlobalApplicationEntitlementSummaryV2) GetMultipleSessionAutoClean() bool
GetMultipleSessionAutoClean returns the MultipleSessionAutoClean field if non-nil, zero value otherwise.
func (o *GlobalApplicationEntitlementSummaryV2) 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 *GlobalApplicationEntitlementSummaryV2) SetMultipleSessionAutoClean(v bool)
SetMultipleSessionAutoClean sets MultipleSessionAutoClean field to given value.
func (o *GlobalApplicationEntitlementSummaryV2) HasMultipleSessionAutoClean() bool
HasMultipleSessionAutoClean returns a boolean if a field has been set.
func (o *GlobalApplicationEntitlementSummaryV2) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *GlobalApplicationEntitlementSummaryV2) 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 *GlobalApplicationEntitlementSummaryV2) SetName(v string)
SetName sets Name field to given value.
func (o *GlobalApplicationEntitlementSummaryV2) HasName() bool
HasName returns a boolean if a field has been set.
func (o *GlobalApplicationEntitlementSummaryV2) GetPrimaryGaeId() string
GetPrimaryGaeId returns the PrimaryGaeId field if non-nil, zero value otherwise.
func (o *GlobalApplicationEntitlementSummaryV2) GetPrimaryGaeIdOk() (*string, bool)
GetPrimaryGaeIdOk returns a tuple with the PrimaryGaeId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GlobalApplicationEntitlementSummaryV2) SetPrimaryGaeId(v string)
SetPrimaryGaeId sets PrimaryGaeId field to given value.
func (o *GlobalApplicationEntitlementSummaryV2) HasPrimaryGaeId() bool
HasPrimaryGaeId returns a boolean if a field has been set.
func (o *GlobalApplicationEntitlementSummaryV2) GetRequireHomeSite() bool
GetRequireHomeSite returns the RequireHomeSite field if non-nil, zero value otherwise.
func (o *GlobalApplicationEntitlementSummaryV2) 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 *GlobalApplicationEntitlementSummaryV2) SetRequireHomeSite(v bool)
SetRequireHomeSite sets RequireHomeSite field to given value.
func (o *GlobalApplicationEntitlementSummaryV2) HasRequireHomeSite() bool
HasRequireHomeSite returns a boolean if a field has been set.
func (o *GlobalApplicationEntitlementSummaryV2) GetScope() string
GetScope returns the Scope field if non-nil, zero value otherwise.
func (o *GlobalApplicationEntitlementSummaryV2) 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 *GlobalApplicationEntitlementSummaryV2) SetScope(v string)
SetScope sets Scope field to given value.
func (o *GlobalApplicationEntitlementSummaryV2) HasScope() bool
HasScope returns a boolean if a field has been set.
func (o *GlobalApplicationEntitlementSummaryV2) GetShortcutLocationsV2() []string
GetShortcutLocationsV2 returns the ShortcutLocationsV2 field if non-nil, zero value otherwise.
func (o *GlobalApplicationEntitlementSummaryV2) GetShortcutLocationsV2Ok() (*[]string, bool)
GetShortcutLocationsV2Ok returns a tuple with the ShortcutLocationsV2 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GlobalApplicationEntitlementSummaryV2) SetShortcutLocationsV2(v []string)
SetShortcutLocationsV2 sets ShortcutLocationsV2 field to given value.
func (o *GlobalApplicationEntitlementSummaryV2) HasShortcutLocationsV2() bool
HasShortcutLocationsV2 returns a boolean if a field has been set.
func (o *GlobalApplicationEntitlementSummaryV2) GetSupportedDisplayProtocols() []string
GetSupportedDisplayProtocols returns the SupportedDisplayProtocols field if non-nil, zero value otherwise.
func (o *GlobalApplicationEntitlementSummaryV2) 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 *GlobalApplicationEntitlementSummaryV2) SetSupportedDisplayProtocols(v []string)
SetSupportedDisplayProtocols sets SupportedDisplayProtocols field to given value.
func (o *GlobalApplicationEntitlementSummaryV2) HasSupportedDisplayProtocols() bool
HasSupportedDisplayProtocols returns a boolean if a field has been set.
func (o *GlobalApplicationEntitlementSummaryV2) GetUseHomeSite() bool
GetUseHomeSite returns the UseHomeSite field if non-nil, zero value otherwise.
func (o *GlobalApplicationEntitlementSummaryV2) 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 *GlobalApplicationEntitlementSummaryV2) SetUseHomeSite(v bool)
SetUseHomeSite sets UseHomeSite field to given value.
func (o *GlobalApplicationEntitlementSummaryV2) HasUseHomeSite() bool
HasUseHomeSite returns a boolean if a field has been set.