Name | Type | Description | Notes |
---|---|---|---|
ApplicationSsoTimeoutMinutes | Pointer to int32 | The time allowed to elapse after a user has authenticated before the application SSO credentials are locked unless the user's Horizon client supports idle sessions and the user remains active. | [optional] |
ApplicationSsoTimeoutPolicy | string | Specifies the policy for the maximum time after which single sign on will be disabled for application sessions. * DISABLED_AFTER: Single sign on will be disabled after the specified number of minutes has elapsed since the user connected to Horizon Connection Server. * DISABLED: Single sign on is disabled. * ENABLED: Single sign on is enabled. | |
BlockRestrictedClients | Pointer to bool | Indicates whether restricted Horizon clients should be blocked by the Connection Server. | [optional] |
ClientIdleSessionTimeoutMinutes | Pointer to int32 | Determines how long a user can be idle before the broker takes measure to protect the session. | [optional] |
ClientIdleSessionTimeoutPolicy | string | Specifies the policy for the maximum time that a that a user can be idle before the Connection Server takes measure to protect the session. * TIMEOUT_AFTER: The timeout is set for a configurable time. * NEVER: The timeout has been disabled. | |
ClientMaxSessionTimeoutMinutes | Pointer to int32 | Determines how long a user can keep a session open after logging in to the Connection Server. When a session times out, the session is terminated and the Horizon client is disconnected from the resource. This property has a default value of 600 and a minimum value of 5. This property is required if Client Max Session Timeout Policy is set to TIMEOUT_AFTER. | [optional] |
ClientMaxSessionTimeoutPolicy | string | Client max session lifetime policy. This property has a default value of TIMEOUT_AFTER. A value of TIMEOUT_AFTER indicates that the Horizon client session times out after a configurable session length. A value of NEVER indicates that the Horizon client session will not time out and will only end due to inactivity. * TIMEOUT_AFTER: The timeout is set for a configurable time. * NEVER: The timeout has been disabled. | |
ClientSessionTimeoutMinutes | int32 | Determines the maximum length of time that a session will be kept active if there is no traffic between the Horizon client and the Connection Server. | |
ConsoleSessionTimeoutMinutes | Pointer to int32 | Determines how long an idle admin console session continues before the session times out. | [optional] |
DisplayPreLoginMessage | Pointer to bool | Indicates whether to show a disclaimer or other message when the Horizon Client user logs in. This change will take effect on next login for each user. | [optional] |
DisplayWarningBeforeForcedLogoff | Pointer to bool | Indicates whether to display a warning message when users are forced to log off because a scheduled or immediate update such as a machine-refresh operation is about to start. | [optional] |
EnableAutomaticStatusUpdates | Pointer to bool | Enable updation of the global status of the application periodically. The Dashboard Information is also updated at regular intervals when Dashboard page is active. | [optional] |
EnableCredentialCleanupForHtmlaccess | Pointer to bool | Indicates whether to clean up session credentials when one tab connecting to remote machine/application is closed. | [optional] |
EnableMultiFactorReAuthentication | Pointer to bool | Enables 2 factor re-authentication after idle session timeout. | [optional] |
EnableSendingDomainList | Pointer to bool | Indicates whether the domain list will be sent to the Horizon client. Since domain list will be sent before user is authenticated with server, it could disclose domain information to external users. | [optional] |
EnableServerInSingleUserMode | Pointer to bool | Permits RDSServer operating systems to be used for non-RDS Machines. | [optional] |
ForcedLogoffMessage | Pointer to string | The warning to be displayed before logging off the user. | [optional] |
ForcedLogoffTimeoutMinutes | Pointer to int32 | The time to wait after the warning is displayed and before logging off the user. | [optional] |
HideDomainListInClient | Pointer to bool | Whether to hide the list of domains in the Horizon client user interface. If value set to true, the user will need to provide a UPN (e.g. user@domain) or a logon name in the format domain\\user when logging in. | [optional] |
HideServerInformationInClient | Pointer to bool | Indicates whether to hide the server URL in the Horizon client user interface. | [optional] |
MachineSsoTimeoutMinutes | Pointer to int32 | Single sign on will be disabled after the specified time has elapsed since the user connected to Connection Server. | [optional] |
MachineSsoTimeoutPolicy | string | Specifies the policy for the maximum time after which single sign on will be disabled after a user connects to the Connection Server. * DISABLED_AFTER: Single sign on will be disabled after the specified number of minutes has elapsed since the user connected to Horizon Connection Server. * DISABLED: Single sign on is disabled. * ENABLED: Single sign on is enabled. | |
PreLoginMessage | Pointer to string | Displays a disclaimer or another message to Horizon Client users when they log in. No message will be displayed if this is not set. | [optional] |
RestrictedClientData | Pointer to []RestrictedClientData | List of restricted Horizon Clients. | [optional] |
RestrictedClientMessage | Pointer to string | The message to be displayed to Horizon clients which are blocked by the Connection Server. | [optional] |
StoreCalOnClient | bool | Determines whether or not to store the RDS Per Device Client Access License on Horizon client devices. This value can be true only if Store Client Access License on Connection Server is true. | |
StoreCalOnConnectionServer | bool | Determines whether or not to store the RDS Per Device Client Access License on Broker. |
func NewGeneralSettingsUpdateSpec(applicationSsoTimeoutPolicy string, clientIdleSessionTimeoutPolicy string, clientMaxSessionTimeoutPolicy string, clientSessionTimeoutMinutes int32, machineSsoTimeoutPolicy string, storeCalOnClient bool, storeCalOnConnectionServer bool, ) *GeneralSettingsUpdateSpec
NewGeneralSettingsUpdateSpec instantiates a new GeneralSettingsUpdateSpec 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 NewGeneralSettingsUpdateSpecWithDefaults() *GeneralSettingsUpdateSpec
NewGeneralSettingsUpdateSpecWithDefaults instantiates a new GeneralSettingsUpdateSpec 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 *GeneralSettingsUpdateSpec) GetApplicationSsoTimeoutMinutes() int32
GetApplicationSsoTimeoutMinutes returns the ApplicationSsoTimeoutMinutes field if non-nil, zero value otherwise.
func (o *GeneralSettingsUpdateSpec) GetApplicationSsoTimeoutMinutesOk() (*int32, bool)
GetApplicationSsoTimeoutMinutesOk returns a tuple with the ApplicationSsoTimeoutMinutes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GeneralSettingsUpdateSpec) SetApplicationSsoTimeoutMinutes(v int32)
SetApplicationSsoTimeoutMinutes sets ApplicationSsoTimeoutMinutes field to given value.
func (o *GeneralSettingsUpdateSpec) HasApplicationSsoTimeoutMinutes() bool
HasApplicationSsoTimeoutMinutes returns a boolean if a field has been set.
func (o *GeneralSettingsUpdateSpec) GetApplicationSsoTimeoutPolicy() string
GetApplicationSsoTimeoutPolicy returns the ApplicationSsoTimeoutPolicy field if non-nil, zero value otherwise.
func (o *GeneralSettingsUpdateSpec) GetApplicationSsoTimeoutPolicyOk() (*string, bool)
GetApplicationSsoTimeoutPolicyOk returns a tuple with the ApplicationSsoTimeoutPolicy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GeneralSettingsUpdateSpec) SetApplicationSsoTimeoutPolicy(v string)
SetApplicationSsoTimeoutPolicy sets ApplicationSsoTimeoutPolicy field to given value.
func (o *GeneralSettingsUpdateSpec) GetBlockRestrictedClients() bool
GetBlockRestrictedClients returns the BlockRestrictedClients field if non-nil, zero value otherwise.
func (o *GeneralSettingsUpdateSpec) GetBlockRestrictedClientsOk() (*bool, bool)
GetBlockRestrictedClientsOk returns a tuple with the BlockRestrictedClients field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GeneralSettingsUpdateSpec) SetBlockRestrictedClients(v bool)
SetBlockRestrictedClients sets BlockRestrictedClients field to given value.
func (o *GeneralSettingsUpdateSpec) HasBlockRestrictedClients() bool
HasBlockRestrictedClients returns a boolean if a field has been set.
func (o *GeneralSettingsUpdateSpec) GetClientIdleSessionTimeoutMinutes() int32
GetClientIdleSessionTimeoutMinutes returns the ClientIdleSessionTimeoutMinutes field if non-nil, zero value otherwise.
func (o *GeneralSettingsUpdateSpec) GetClientIdleSessionTimeoutMinutesOk() (*int32, bool)
GetClientIdleSessionTimeoutMinutesOk returns a tuple with the ClientIdleSessionTimeoutMinutes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GeneralSettingsUpdateSpec) SetClientIdleSessionTimeoutMinutes(v int32)
SetClientIdleSessionTimeoutMinutes sets ClientIdleSessionTimeoutMinutes field to given value.
func (o *GeneralSettingsUpdateSpec) HasClientIdleSessionTimeoutMinutes() bool
HasClientIdleSessionTimeoutMinutes returns a boolean if a field has been set.
func (o *GeneralSettingsUpdateSpec) GetClientIdleSessionTimeoutPolicy() string
GetClientIdleSessionTimeoutPolicy returns the ClientIdleSessionTimeoutPolicy field if non-nil, zero value otherwise.
func (o *GeneralSettingsUpdateSpec) GetClientIdleSessionTimeoutPolicyOk() (*string, bool)
GetClientIdleSessionTimeoutPolicyOk returns a tuple with the ClientIdleSessionTimeoutPolicy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GeneralSettingsUpdateSpec) SetClientIdleSessionTimeoutPolicy(v string)
SetClientIdleSessionTimeoutPolicy sets ClientIdleSessionTimeoutPolicy field to given value.
func (o *GeneralSettingsUpdateSpec) GetClientMaxSessionTimeoutMinutes() int32
GetClientMaxSessionTimeoutMinutes returns the ClientMaxSessionTimeoutMinutes field if non-nil, zero value otherwise.
func (o *GeneralSettingsUpdateSpec) GetClientMaxSessionTimeoutMinutesOk() (*int32, bool)
GetClientMaxSessionTimeoutMinutesOk returns a tuple with the ClientMaxSessionTimeoutMinutes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GeneralSettingsUpdateSpec) SetClientMaxSessionTimeoutMinutes(v int32)
SetClientMaxSessionTimeoutMinutes sets ClientMaxSessionTimeoutMinutes field to given value.
func (o *GeneralSettingsUpdateSpec) HasClientMaxSessionTimeoutMinutes() bool
HasClientMaxSessionTimeoutMinutes returns a boolean if a field has been set.
func (o *GeneralSettingsUpdateSpec) GetClientMaxSessionTimeoutPolicy() string
GetClientMaxSessionTimeoutPolicy returns the ClientMaxSessionTimeoutPolicy field if non-nil, zero value otherwise.
func (o *GeneralSettingsUpdateSpec) GetClientMaxSessionTimeoutPolicyOk() (*string, bool)
GetClientMaxSessionTimeoutPolicyOk returns a tuple with the ClientMaxSessionTimeoutPolicy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GeneralSettingsUpdateSpec) SetClientMaxSessionTimeoutPolicy(v string)
SetClientMaxSessionTimeoutPolicy sets ClientMaxSessionTimeoutPolicy field to given value.
func (o *GeneralSettingsUpdateSpec) GetClientSessionTimeoutMinutes() int32
GetClientSessionTimeoutMinutes returns the ClientSessionTimeoutMinutes field if non-nil, zero value otherwise.
func (o *GeneralSettingsUpdateSpec) GetClientSessionTimeoutMinutesOk() (*int32, bool)
GetClientSessionTimeoutMinutesOk returns a tuple with the ClientSessionTimeoutMinutes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GeneralSettingsUpdateSpec) SetClientSessionTimeoutMinutes(v int32)
SetClientSessionTimeoutMinutes sets ClientSessionTimeoutMinutes field to given value.
func (o *GeneralSettingsUpdateSpec) GetConsoleSessionTimeoutMinutes() int32
GetConsoleSessionTimeoutMinutes returns the ConsoleSessionTimeoutMinutes field if non-nil, zero value otherwise.
func (o *GeneralSettingsUpdateSpec) GetConsoleSessionTimeoutMinutesOk() (*int32, bool)
GetConsoleSessionTimeoutMinutesOk returns a tuple with the ConsoleSessionTimeoutMinutes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GeneralSettingsUpdateSpec) SetConsoleSessionTimeoutMinutes(v int32)
SetConsoleSessionTimeoutMinutes sets ConsoleSessionTimeoutMinutes field to given value.
func (o *GeneralSettingsUpdateSpec) HasConsoleSessionTimeoutMinutes() bool
HasConsoleSessionTimeoutMinutes returns a boolean if a field has been set.
func (o *GeneralSettingsUpdateSpec) GetDisplayPreLoginMessage() bool
GetDisplayPreLoginMessage returns the DisplayPreLoginMessage field if non-nil, zero value otherwise.
func (o *GeneralSettingsUpdateSpec) GetDisplayPreLoginMessageOk() (*bool, bool)
GetDisplayPreLoginMessageOk returns a tuple with the DisplayPreLoginMessage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GeneralSettingsUpdateSpec) SetDisplayPreLoginMessage(v bool)
SetDisplayPreLoginMessage sets DisplayPreLoginMessage field to given value.
func (o *GeneralSettingsUpdateSpec) HasDisplayPreLoginMessage() bool
HasDisplayPreLoginMessage returns a boolean if a field has been set.
func (o *GeneralSettingsUpdateSpec) GetDisplayWarningBeforeForcedLogoff() bool
GetDisplayWarningBeforeForcedLogoff returns the DisplayWarningBeforeForcedLogoff field if non-nil, zero value otherwise.
func (o *GeneralSettingsUpdateSpec) GetDisplayWarningBeforeForcedLogoffOk() (*bool, bool)
GetDisplayWarningBeforeForcedLogoffOk returns a tuple with the DisplayWarningBeforeForcedLogoff field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GeneralSettingsUpdateSpec) SetDisplayWarningBeforeForcedLogoff(v bool)
SetDisplayWarningBeforeForcedLogoff sets DisplayWarningBeforeForcedLogoff field to given value.
func (o *GeneralSettingsUpdateSpec) HasDisplayWarningBeforeForcedLogoff() bool
HasDisplayWarningBeforeForcedLogoff returns a boolean if a field has been set.
func (o *GeneralSettingsUpdateSpec) GetEnableAutomaticStatusUpdates() bool
GetEnableAutomaticStatusUpdates returns the EnableAutomaticStatusUpdates field if non-nil, zero value otherwise.
func (o *GeneralSettingsUpdateSpec) GetEnableAutomaticStatusUpdatesOk() (*bool, bool)
GetEnableAutomaticStatusUpdatesOk returns a tuple with the EnableAutomaticStatusUpdates field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GeneralSettingsUpdateSpec) SetEnableAutomaticStatusUpdates(v bool)
SetEnableAutomaticStatusUpdates sets EnableAutomaticStatusUpdates field to given value.
func (o *GeneralSettingsUpdateSpec) HasEnableAutomaticStatusUpdates() bool
HasEnableAutomaticStatusUpdates returns a boolean if a field has been set.
func (o *GeneralSettingsUpdateSpec) GetEnableCredentialCleanupForHtmlaccess() bool
GetEnableCredentialCleanupForHtmlaccess returns the EnableCredentialCleanupForHtmlaccess field if non-nil, zero value otherwise.
func (o *GeneralSettingsUpdateSpec) GetEnableCredentialCleanupForHtmlaccessOk() (*bool, bool)
GetEnableCredentialCleanupForHtmlaccessOk returns a tuple with the EnableCredentialCleanupForHtmlaccess field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GeneralSettingsUpdateSpec) SetEnableCredentialCleanupForHtmlaccess(v bool)
SetEnableCredentialCleanupForHtmlaccess sets EnableCredentialCleanupForHtmlaccess field to given value.
func (o *GeneralSettingsUpdateSpec) HasEnableCredentialCleanupForHtmlaccess() bool
HasEnableCredentialCleanupForHtmlaccess returns a boolean if a field has been set.
func (o *GeneralSettingsUpdateSpec) GetEnableMultiFactorReAuthentication() bool
GetEnableMultiFactorReAuthentication returns the EnableMultiFactorReAuthentication field if non-nil, zero value otherwise.
func (o *GeneralSettingsUpdateSpec) GetEnableMultiFactorReAuthenticationOk() (*bool, bool)
GetEnableMultiFactorReAuthenticationOk returns a tuple with the EnableMultiFactorReAuthentication field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GeneralSettingsUpdateSpec) SetEnableMultiFactorReAuthentication(v bool)
SetEnableMultiFactorReAuthentication sets EnableMultiFactorReAuthentication field to given value.
func (o *GeneralSettingsUpdateSpec) HasEnableMultiFactorReAuthentication() bool
HasEnableMultiFactorReAuthentication returns a boolean if a field has been set.
func (o *GeneralSettingsUpdateSpec) GetEnableSendingDomainList() bool
GetEnableSendingDomainList returns the EnableSendingDomainList field if non-nil, zero value otherwise.
func (o *GeneralSettingsUpdateSpec) GetEnableSendingDomainListOk() (*bool, bool)
GetEnableSendingDomainListOk returns a tuple with the EnableSendingDomainList field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GeneralSettingsUpdateSpec) SetEnableSendingDomainList(v bool)
SetEnableSendingDomainList sets EnableSendingDomainList field to given value.
func (o *GeneralSettingsUpdateSpec) HasEnableSendingDomainList() bool
HasEnableSendingDomainList returns a boolean if a field has been set.
func (o *GeneralSettingsUpdateSpec) GetEnableServerInSingleUserMode() bool
GetEnableServerInSingleUserMode returns the EnableServerInSingleUserMode field if non-nil, zero value otherwise.
func (o *GeneralSettingsUpdateSpec) GetEnableServerInSingleUserModeOk() (*bool, bool)
GetEnableServerInSingleUserModeOk returns a tuple with the EnableServerInSingleUserMode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GeneralSettingsUpdateSpec) SetEnableServerInSingleUserMode(v bool)
SetEnableServerInSingleUserMode sets EnableServerInSingleUserMode field to given value.
func (o *GeneralSettingsUpdateSpec) HasEnableServerInSingleUserMode() bool
HasEnableServerInSingleUserMode returns a boolean if a field has been set.
func (o *GeneralSettingsUpdateSpec) GetForcedLogoffMessage() string
GetForcedLogoffMessage returns the ForcedLogoffMessage field if non-nil, zero value otherwise.
func (o *GeneralSettingsUpdateSpec) GetForcedLogoffMessageOk() (*string, bool)
GetForcedLogoffMessageOk returns a tuple with the ForcedLogoffMessage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GeneralSettingsUpdateSpec) SetForcedLogoffMessage(v string)
SetForcedLogoffMessage sets ForcedLogoffMessage field to given value.
func (o *GeneralSettingsUpdateSpec) HasForcedLogoffMessage() bool
HasForcedLogoffMessage returns a boolean if a field has been set.
func (o *GeneralSettingsUpdateSpec) GetForcedLogoffTimeoutMinutes() int32
GetForcedLogoffTimeoutMinutes returns the ForcedLogoffTimeoutMinutes field if non-nil, zero value otherwise.
func (o *GeneralSettingsUpdateSpec) GetForcedLogoffTimeoutMinutesOk() (*int32, bool)
GetForcedLogoffTimeoutMinutesOk returns a tuple with the ForcedLogoffTimeoutMinutes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GeneralSettingsUpdateSpec) SetForcedLogoffTimeoutMinutes(v int32)
SetForcedLogoffTimeoutMinutes sets ForcedLogoffTimeoutMinutes field to given value.
func (o *GeneralSettingsUpdateSpec) HasForcedLogoffTimeoutMinutes() bool
HasForcedLogoffTimeoutMinutes returns a boolean if a field has been set.
func (o *GeneralSettingsUpdateSpec) GetHideDomainListInClient() bool
GetHideDomainListInClient returns the HideDomainListInClient field if non-nil, zero value otherwise.
func (o *GeneralSettingsUpdateSpec) GetHideDomainListInClientOk() (*bool, bool)
GetHideDomainListInClientOk returns a tuple with the HideDomainListInClient field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GeneralSettingsUpdateSpec) SetHideDomainListInClient(v bool)
SetHideDomainListInClient sets HideDomainListInClient field to given value.
func (o *GeneralSettingsUpdateSpec) HasHideDomainListInClient() bool
HasHideDomainListInClient returns a boolean if a field has been set.
func (o *GeneralSettingsUpdateSpec) GetHideServerInformationInClient() bool
GetHideServerInformationInClient returns the HideServerInformationInClient field if non-nil, zero value otherwise.
func (o *GeneralSettingsUpdateSpec) GetHideServerInformationInClientOk() (*bool, bool)
GetHideServerInformationInClientOk returns a tuple with the HideServerInformationInClient field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GeneralSettingsUpdateSpec) SetHideServerInformationInClient(v bool)
SetHideServerInformationInClient sets HideServerInformationInClient field to given value.
func (o *GeneralSettingsUpdateSpec) HasHideServerInformationInClient() bool
HasHideServerInformationInClient returns a boolean if a field has been set.
func (o *GeneralSettingsUpdateSpec) GetMachineSsoTimeoutMinutes() int32
GetMachineSsoTimeoutMinutes returns the MachineSsoTimeoutMinutes field if non-nil, zero value otherwise.
func (o *GeneralSettingsUpdateSpec) GetMachineSsoTimeoutMinutesOk() (*int32, bool)
GetMachineSsoTimeoutMinutesOk returns a tuple with the MachineSsoTimeoutMinutes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GeneralSettingsUpdateSpec) SetMachineSsoTimeoutMinutes(v int32)
SetMachineSsoTimeoutMinutes sets MachineSsoTimeoutMinutes field to given value.
func (o *GeneralSettingsUpdateSpec) HasMachineSsoTimeoutMinutes() bool
HasMachineSsoTimeoutMinutes returns a boolean if a field has been set.
func (o *GeneralSettingsUpdateSpec) GetMachineSsoTimeoutPolicy() string
GetMachineSsoTimeoutPolicy returns the MachineSsoTimeoutPolicy field if non-nil, zero value otherwise.
func (o *GeneralSettingsUpdateSpec) GetMachineSsoTimeoutPolicyOk() (*string, bool)
GetMachineSsoTimeoutPolicyOk returns a tuple with the MachineSsoTimeoutPolicy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GeneralSettingsUpdateSpec) SetMachineSsoTimeoutPolicy(v string)
SetMachineSsoTimeoutPolicy sets MachineSsoTimeoutPolicy field to given value.
func (o *GeneralSettingsUpdateSpec) GetPreLoginMessage() string
GetPreLoginMessage returns the PreLoginMessage field if non-nil, zero value otherwise.
func (o *GeneralSettingsUpdateSpec) GetPreLoginMessageOk() (*string, bool)
GetPreLoginMessageOk returns a tuple with the PreLoginMessage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GeneralSettingsUpdateSpec) SetPreLoginMessage(v string)
SetPreLoginMessage sets PreLoginMessage field to given value.
func (o *GeneralSettingsUpdateSpec) HasPreLoginMessage() bool
HasPreLoginMessage returns a boolean if a field has been set.
func (o *GeneralSettingsUpdateSpec) GetRestrictedClientData() []RestrictedClientData
GetRestrictedClientData returns the RestrictedClientData field if non-nil, zero value otherwise.
func (o *GeneralSettingsUpdateSpec) GetRestrictedClientDataOk() (*[]RestrictedClientData, bool)
GetRestrictedClientDataOk returns a tuple with the RestrictedClientData field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GeneralSettingsUpdateSpec) SetRestrictedClientData(v []RestrictedClientData)
SetRestrictedClientData sets RestrictedClientData field to given value.
func (o *GeneralSettingsUpdateSpec) HasRestrictedClientData() bool
HasRestrictedClientData returns a boolean if a field has been set.
func (o *GeneralSettingsUpdateSpec) GetRestrictedClientMessage() string
GetRestrictedClientMessage returns the RestrictedClientMessage field if non-nil, zero value otherwise.
func (o *GeneralSettingsUpdateSpec) GetRestrictedClientMessageOk() (*string, bool)
GetRestrictedClientMessageOk returns a tuple with the RestrictedClientMessage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GeneralSettingsUpdateSpec) SetRestrictedClientMessage(v string)
SetRestrictedClientMessage sets RestrictedClientMessage field to given value.
func (o *GeneralSettingsUpdateSpec) HasRestrictedClientMessage() bool
HasRestrictedClientMessage returns a boolean if a field has been set.
func (o *GeneralSettingsUpdateSpec) GetStoreCalOnClient() bool
GetStoreCalOnClient returns the StoreCalOnClient field if non-nil, zero value otherwise.
func (o *GeneralSettingsUpdateSpec) GetStoreCalOnClientOk() (*bool, bool)
GetStoreCalOnClientOk returns a tuple with the StoreCalOnClient field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GeneralSettingsUpdateSpec) SetStoreCalOnClient(v bool)
SetStoreCalOnClient sets StoreCalOnClient field to given value.
func (o *GeneralSettingsUpdateSpec) GetStoreCalOnConnectionServer() bool
GetStoreCalOnConnectionServer returns the StoreCalOnConnectionServer field if non-nil, zero value otherwise.
func (o *GeneralSettingsUpdateSpec) GetStoreCalOnConnectionServerOk() (*bool, bool)
GetStoreCalOnConnectionServerOk returns a tuple with the StoreCalOnConnectionServer field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GeneralSettingsUpdateSpec) SetStoreCalOnConnectionServer(v bool)
SetStoreCalOnConnectionServer sets StoreCalOnConnectionServer field to given value.