Name | Type | Description | Notes |
---|---|---|---|
CertAccessId | Pointer to string | Default Certificate access id for UI login | [optional] [default to "use-existing"] |
EventOnStatusChange | Pointer to string | Trigger an event when Gateway status is changed [true/false] | [optional] |
Json | Pointer to bool | Set output format to JSON | [optional] [default to false] |
Key | Pointer to string | The name of the gateway default encryption key | [optional] [default to "Default"] |
OidcAccessId | Pointer to string | Default OIDC access id for UI login | [optional] [default to "use-existing"] |
SamlAccessId | Pointer to string | Default SAML access id for UI login | [optional] [default to "use-existing"] |
Token | Pointer to string | Authentication token (see `/auth` and `/configure`) | [optional] |
UidToken | Pointer to string | The universal identity token, Required only for universal_identity authentication | [optional] |
func NewGatewayUpdateDefaults() *GatewayUpdateDefaults
NewGatewayUpdateDefaults instantiates a new GatewayUpdateDefaults 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 NewGatewayUpdateDefaultsWithDefaults() *GatewayUpdateDefaults
NewGatewayUpdateDefaultsWithDefaults instantiates a new GatewayUpdateDefaults 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 *GatewayUpdateDefaults) GetCertAccessId() string
GetCertAccessId returns the CertAccessId field if non-nil, zero value otherwise.
func (o *GatewayUpdateDefaults) GetCertAccessIdOk() (*string, bool)
GetCertAccessIdOk returns a tuple with the CertAccessId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayUpdateDefaults) SetCertAccessId(v string)
SetCertAccessId sets CertAccessId field to given value.
func (o *GatewayUpdateDefaults) HasCertAccessId() bool
HasCertAccessId returns a boolean if a field has been set.
func (o *GatewayUpdateDefaults) GetEventOnStatusChange() string
GetEventOnStatusChange returns the EventOnStatusChange field if non-nil, zero value otherwise.
func (o *GatewayUpdateDefaults) GetEventOnStatusChangeOk() (*string, bool)
GetEventOnStatusChangeOk returns a tuple with the EventOnStatusChange field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayUpdateDefaults) SetEventOnStatusChange(v string)
SetEventOnStatusChange sets EventOnStatusChange field to given value.
func (o *GatewayUpdateDefaults) HasEventOnStatusChange() bool
HasEventOnStatusChange returns a boolean if a field has been set.
func (o *GatewayUpdateDefaults) GetJson() bool
GetJson returns the Json field if non-nil, zero value otherwise.
func (o *GatewayUpdateDefaults) GetJsonOk() (*bool, bool)
GetJsonOk returns a tuple with the Json field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayUpdateDefaults) SetJson(v bool)
SetJson sets Json field to given value.
func (o *GatewayUpdateDefaults) HasJson() bool
HasJson returns a boolean if a field has been set.
func (o *GatewayUpdateDefaults) GetKey() string
GetKey returns the Key field if non-nil, zero value otherwise.
func (o *GatewayUpdateDefaults) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayUpdateDefaults) SetKey(v string)
SetKey sets Key field to given value.
func (o *GatewayUpdateDefaults) HasKey() bool
HasKey returns a boolean if a field has been set.
func (o *GatewayUpdateDefaults) GetOidcAccessId() string
GetOidcAccessId returns the OidcAccessId field if non-nil, zero value otherwise.
func (o *GatewayUpdateDefaults) GetOidcAccessIdOk() (*string, bool)
GetOidcAccessIdOk returns a tuple with the OidcAccessId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayUpdateDefaults) SetOidcAccessId(v string)
SetOidcAccessId sets OidcAccessId field to given value.
func (o *GatewayUpdateDefaults) HasOidcAccessId() bool
HasOidcAccessId returns a boolean if a field has been set.
func (o *GatewayUpdateDefaults) GetSamlAccessId() string
GetSamlAccessId returns the SamlAccessId field if non-nil, zero value otherwise.
func (o *GatewayUpdateDefaults) GetSamlAccessIdOk() (*string, bool)
GetSamlAccessIdOk returns a tuple with the SamlAccessId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayUpdateDefaults) SetSamlAccessId(v string)
SetSamlAccessId sets SamlAccessId field to given value.
func (o *GatewayUpdateDefaults) HasSamlAccessId() bool
HasSamlAccessId returns a boolean if a field has been set.
func (o *GatewayUpdateDefaults) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *GatewayUpdateDefaults) GetTokenOk() (*string, bool)
GetTokenOk returns a tuple with the Token field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayUpdateDefaults) SetToken(v string)
SetToken sets Token field to given value.
func (o *GatewayUpdateDefaults) HasToken() bool
HasToken returns a boolean if a field has been set.
func (o *GatewayUpdateDefaults) GetUidToken() string
GetUidToken returns the UidToken field if non-nil, zero value otherwise.
func (o *GatewayUpdateDefaults) GetUidTokenOk() (*string, bool)
GetUidTokenOk returns a tuple with the UidToken field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayUpdateDefaults) SetUidToken(v string)
SetUidToken sets UidToken field to given value.
func (o *GatewayUpdateDefaults) HasUidToken() bool
HasUidToken returns a boolean if a field has been set.