Skip to content

Latest commit

 

History

History
680 lines (367 loc) · 27.8 KB

GlobalDesktopEntitlementSummary.md

File metadata and controls

680 lines (367 loc) · 27.8 KB

GlobalDesktopEntitlementSummary

Properties

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]

Methods

NewGlobalDesktopEntitlementSummary

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

NewGlobalDesktopEntitlementSummaryWithDefaults

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

GetAllowMultipleSessionsPerUser

func (o *GlobalDesktopEntitlementSummary) GetAllowMultipleSessionsPerUser() bool

GetAllowMultipleSessionsPerUser returns the AllowMultipleSessionsPerUser field if non-nil, zero value otherwise.

GetAllowMultipleSessionsPerUserOk

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.

SetAllowMultipleSessionsPerUser

func (o *GlobalDesktopEntitlementSummary) SetAllowMultipleSessionsPerUser(v bool)

SetAllowMultipleSessionsPerUser sets AllowMultipleSessionsPerUser field to given value.

HasAllowMultipleSessionsPerUser

func (o *GlobalDesktopEntitlementSummary) HasAllowMultipleSessionsPerUser() bool

HasAllowMultipleSessionsPerUser returns a boolean if a field has been set.

GetAllowUsersToChooseProtocol

func (o *GlobalDesktopEntitlementSummary) GetAllowUsersToChooseProtocol() bool

GetAllowUsersToChooseProtocol returns the AllowUsersToChooseProtocol field if non-nil, zero value otherwise.

GetAllowUsersToChooseProtocolOk

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.

SetAllowUsersToChooseProtocol

func (o *GlobalDesktopEntitlementSummary) SetAllowUsersToChooseProtocol(v bool)

SetAllowUsersToChooseProtocol sets AllowUsersToChooseProtocol field to given value.

HasAllowUsersToChooseProtocol

func (o *GlobalDesktopEntitlementSummary) HasAllowUsersToChooseProtocol() bool

HasAllowUsersToChooseProtocol returns a boolean if a field has been set.

GetAllowUsersToResetMachines

func (o *GlobalDesktopEntitlementSummary) GetAllowUsersToResetMachines() bool

GetAllowUsersToResetMachines returns the AllowUsersToResetMachines field if non-nil, zero value otherwise.

GetAllowUsersToResetMachinesOk

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.

SetAllowUsersToResetMachines

func (o *GlobalDesktopEntitlementSummary) SetAllowUsersToResetMachines(v bool)

SetAllowUsersToResetMachines sets AllowUsersToResetMachines field to given value.

HasAllowUsersToResetMachines

func (o *GlobalDesktopEntitlementSummary) HasAllowUsersToResetMachines() bool

HasAllowUsersToResetMachines returns a boolean if a field has been set.

GetBackupGdeId

func (o *GlobalDesktopEntitlementSummary) GetBackupGdeId() string

GetBackupGdeId returns the BackupGdeId field if non-nil, zero value otherwise.

GetBackupGdeIdOk

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.

SetBackupGdeId

func (o *GlobalDesktopEntitlementSummary) SetBackupGdeId(v string)

SetBackupGdeId sets BackupGdeId field to given value.

HasBackupGdeId

func (o *GlobalDesktopEntitlementSummary) HasBackupGdeId() bool

HasBackupGdeId returns a boolean if a field has been set.

GetCategoryFolderName

func (o *GlobalDesktopEntitlementSummary) GetCategoryFolderName() string

GetCategoryFolderName returns the CategoryFolderName field if non-nil, zero value otherwise.

GetCategoryFolderNameOk

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.

SetCategoryFolderName

func (o *GlobalDesktopEntitlementSummary) SetCategoryFolderName(v string)

SetCategoryFolderName sets CategoryFolderName field to given value.

HasCategoryFolderName

func (o *GlobalDesktopEntitlementSummary) HasCategoryFolderName() bool

HasCategoryFolderName returns a boolean if a field has been set.

GetCloudManaged

func (o *GlobalDesktopEntitlementSummary) GetCloudManaged() bool

GetCloudManaged returns the CloudManaged field if non-nil, zero value otherwise.

GetCloudManagedOk

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.

SetCloudManaged

func (o *GlobalDesktopEntitlementSummary) SetCloudManaged(v bool)

SetCloudManaged sets CloudManaged field to given value.

HasCloudManaged

func (o *GlobalDesktopEntitlementSummary) HasCloudManaged() bool

HasCloudManaged returns a boolean if a field has been set.

GetCsRestrictionTags

func (o *GlobalDesktopEntitlementSummary) GetCsRestrictionTags() []string

GetCsRestrictionTags returns the CsRestrictionTags field if non-nil, zero value otherwise.

GetCsRestrictionTagsOk

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.

SetCsRestrictionTags

func (o *GlobalDesktopEntitlementSummary) SetCsRestrictionTags(v []string)

SetCsRestrictionTags sets CsRestrictionTags field to given value.

HasCsRestrictionTags

func (o *GlobalDesktopEntitlementSummary) HasCsRestrictionTags() bool

HasCsRestrictionTags returns a boolean if a field has been set.

GetDedicated

func (o *GlobalDesktopEntitlementSummary) GetDedicated() bool

GetDedicated returns the Dedicated field if non-nil, zero value otherwise.

GetDedicatedOk

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.

SetDedicated

func (o *GlobalDesktopEntitlementSummary) SetDedicated(v bool)

SetDedicated sets Dedicated field to given value.

HasDedicated

func (o *GlobalDesktopEntitlementSummary) HasDedicated() bool

HasDedicated returns a boolean if a field has been set.

GetDefaultDisplayProtocol

func (o *GlobalDesktopEntitlementSummary) GetDefaultDisplayProtocol() string

GetDefaultDisplayProtocol returns the DefaultDisplayProtocol field if non-nil, zero value otherwise.

GetDefaultDisplayProtocolOk

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.

SetDefaultDisplayProtocol

func (o *GlobalDesktopEntitlementSummary) SetDefaultDisplayProtocol(v string)

SetDefaultDisplayProtocol sets DefaultDisplayProtocol field to given value.

HasDefaultDisplayProtocol

func (o *GlobalDesktopEntitlementSummary) HasDefaultDisplayProtocol() bool

HasDefaultDisplayProtocol returns a boolean if a field has been set.

GetDescription

func (o *GlobalDesktopEntitlementSummary) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

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.

SetDescription

func (o *GlobalDesktopEntitlementSummary) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *GlobalDesktopEntitlementSummary) HasDescription() bool

HasDescription returns a boolean if a field has been set.

GetDisplayAssignedMachineName

func (o *GlobalDesktopEntitlementSummary) GetDisplayAssignedMachineName() bool

GetDisplayAssignedMachineName returns the DisplayAssignedMachineName field if non-nil, zero value otherwise.

GetDisplayAssignedMachineNameOk

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.

SetDisplayAssignedMachineName

func (o *GlobalDesktopEntitlementSummary) SetDisplayAssignedMachineName(v bool)

SetDisplayAssignedMachineName sets DisplayAssignedMachineName field to given value.

HasDisplayAssignedMachineName

func (o *GlobalDesktopEntitlementSummary) HasDisplayAssignedMachineName() bool

HasDisplayAssignedMachineName returns a boolean if a field has been set.

GetDisplayMachineAlias

func (o *GlobalDesktopEntitlementSummary) GetDisplayMachineAlias() bool

GetDisplayMachineAlias returns the DisplayMachineAlias field if non-nil, zero value otherwise.

GetDisplayMachineAliasOk

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.

SetDisplayMachineAlias

func (o *GlobalDesktopEntitlementSummary) SetDisplayMachineAlias(v bool)

SetDisplayMachineAlias sets DisplayMachineAlias field to given value.

HasDisplayMachineAlias

func (o *GlobalDesktopEntitlementSummary) HasDisplayMachineAlias() bool

HasDisplayMachineAlias returns a boolean if a field has been set.

GetDisplayName

func (o *GlobalDesktopEntitlementSummary) GetDisplayName() string

GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.

GetDisplayNameOk

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.

SetDisplayName

func (o *GlobalDesktopEntitlementSummary) SetDisplayName(v string)

SetDisplayName sets DisplayName field to given value.

HasDisplayName

func (o *GlobalDesktopEntitlementSummary) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

GetEnableClientRestrictions

func (o *GlobalDesktopEntitlementSummary) GetEnableClientRestrictions() bool

GetEnableClientRestrictions returns the EnableClientRestrictions field if non-nil, zero value otherwise.

GetEnableClientRestrictionsOk

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.

SetEnableClientRestrictions

func (o *GlobalDesktopEntitlementSummary) SetEnableClientRestrictions(v bool)

SetEnableClientRestrictions sets EnableClientRestrictions field to given value.

HasEnableClientRestrictions

func (o *GlobalDesktopEntitlementSummary) HasEnableClientRestrictions() bool

HasEnableClientRestrictions returns a boolean if a field has been set.

GetEnabled

func (o *GlobalDesktopEntitlementSummary) GetEnabled() bool

GetEnabled returns the Enabled field if non-nil, zero value otherwise.

GetEnabledOk

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.

SetEnabled

func (o *GlobalDesktopEntitlementSummary) SetEnabled(v bool)

SetEnabled sets Enabled field to given value.

HasEnabled

func (o *GlobalDesktopEntitlementSummary) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

GetId

func (o *GlobalDesktopEntitlementSummary) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

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.

SetId

func (o *GlobalDesktopEntitlementSummary) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *GlobalDesktopEntitlementSummary) HasId() bool

HasId returns a boolean if a field has been set.

GetMultipleSessionAutoClean

func (o *GlobalDesktopEntitlementSummary) GetMultipleSessionAutoClean() bool

GetMultipleSessionAutoClean returns the MultipleSessionAutoClean field if non-nil, zero value otherwise.

GetMultipleSessionAutoCleanOk

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.

SetMultipleSessionAutoClean

func (o *GlobalDesktopEntitlementSummary) SetMultipleSessionAutoClean(v bool)

SetMultipleSessionAutoClean sets MultipleSessionAutoClean field to given value.

HasMultipleSessionAutoClean

func (o *GlobalDesktopEntitlementSummary) HasMultipleSessionAutoClean() bool

HasMultipleSessionAutoClean returns a boolean if a field has been set.

GetName

func (o *GlobalDesktopEntitlementSummary) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

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.

SetName

func (o *GlobalDesktopEntitlementSummary) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *GlobalDesktopEntitlementSummary) HasName() bool

HasName returns a boolean if a field has been set.

GetPrimaryGdeId

func (o *GlobalDesktopEntitlementSummary) GetPrimaryGdeId() string

GetPrimaryGdeId returns the PrimaryGdeId field if non-nil, zero value otherwise.

GetPrimaryGdeIdOk

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.

SetPrimaryGdeId

func (o *GlobalDesktopEntitlementSummary) SetPrimaryGdeId(v string)

SetPrimaryGdeId sets PrimaryGdeId field to given value.

HasPrimaryGdeId

func (o *GlobalDesktopEntitlementSummary) HasPrimaryGdeId() bool

HasPrimaryGdeId returns a boolean if a field has been set.

GetRequireHomeSite

func (o *GlobalDesktopEntitlementSummary) GetRequireHomeSite() bool

GetRequireHomeSite returns the RequireHomeSite field if non-nil, zero value otherwise.

GetRequireHomeSiteOk

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.

SetRequireHomeSite

func (o *GlobalDesktopEntitlementSummary) SetRequireHomeSite(v bool)

SetRequireHomeSite sets RequireHomeSite field to given value.

HasRequireHomeSite

func (o *GlobalDesktopEntitlementSummary) HasRequireHomeSite() bool

HasRequireHomeSite returns a boolean if a field has been set.

GetScope

func (o *GlobalDesktopEntitlementSummary) GetScope() string

GetScope returns the Scope field if non-nil, zero value otherwise.

GetScopeOk

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.

SetScope

func (o *GlobalDesktopEntitlementSummary) SetScope(v string)

SetScope sets Scope field to given value.

HasScope

func (o *GlobalDesktopEntitlementSummary) HasScope() bool

HasScope returns a boolean if a field has been set.

GetSessionCollaborationEnabled

func (o *GlobalDesktopEntitlementSummary) GetSessionCollaborationEnabled() bool

GetSessionCollaborationEnabled returns the SessionCollaborationEnabled field if non-nil, zero value otherwise.

GetSessionCollaborationEnabledOk

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.

SetSessionCollaborationEnabled

func (o *GlobalDesktopEntitlementSummary) SetSessionCollaborationEnabled(v bool)

SetSessionCollaborationEnabled sets SessionCollaborationEnabled field to given value.

HasSessionCollaborationEnabled

func (o *GlobalDesktopEntitlementSummary) HasSessionCollaborationEnabled() bool

HasSessionCollaborationEnabled returns a boolean if a field has been set.

GetShortcutLocations

func (o *GlobalDesktopEntitlementSummary) GetShortcutLocations() []string

GetShortcutLocations returns the ShortcutLocations field if non-nil, zero value otherwise.

GetShortcutLocationsOk

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.

SetShortcutLocations

func (o *GlobalDesktopEntitlementSummary) SetShortcutLocations(v []string)

SetShortcutLocations sets ShortcutLocations field to given value.

HasShortcutLocations

func (o *GlobalDesktopEntitlementSummary) HasShortcutLocations() bool

HasShortcutLocations returns a boolean if a field has been set.

GetSupportedDisplayProtocols

func (o *GlobalDesktopEntitlementSummary) GetSupportedDisplayProtocols() []string

GetSupportedDisplayProtocols returns the SupportedDisplayProtocols field if non-nil, zero value otherwise.

GetSupportedDisplayProtocolsOk

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.

SetSupportedDisplayProtocols

func (o *GlobalDesktopEntitlementSummary) SetSupportedDisplayProtocols(v []string)

SetSupportedDisplayProtocols sets SupportedDisplayProtocols field to given value.

HasSupportedDisplayProtocols

func (o *GlobalDesktopEntitlementSummary) HasSupportedDisplayProtocols() bool

HasSupportedDisplayProtocols returns a boolean if a field has been set.

GetUseHomeSite

func (o *GlobalDesktopEntitlementSummary) GetUseHomeSite() bool

GetUseHomeSite returns the UseHomeSite field if non-nil, zero value otherwise.

GetUseHomeSiteOk

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.

SetUseHomeSite

func (o *GlobalDesktopEntitlementSummary) SetUseHomeSite(v bool)

SetUseHomeSite sets UseHomeSite field to given value.

HasUseHomeSite

func (o *GlobalDesktopEntitlementSummary) HasUseHomeSite() bool

HasUseHomeSite returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]