Name | Type | Description | Notes |
---|---|---|---|
Name | Pointer to string | [optional] | |
AuthenticationFlow | Pointer to NullableString | Flow used for authentication when the associated application is accessed by an un-authenticated user. | [optional] |
AuthorizationFlow | Pointer to string | Flow used when authorizing this provider. | [optional] |
PropertyMappings | Pointer to []string | [optional] | |
Settings | Pointer to interface{} | [optional] | |
ConnectionExpiry | Pointer to string | Determines how long a session lasts. Default of 0 means that the sessions lasts until the browser is closed. (Format: hours=-1;minutes=-2;seconds=-3) | [optional] |
DeleteTokenOnDisconnect | Pointer to bool | When set to true, connection tokens will be deleted upon disconnect. | [optional] |
func NewPatchedRACProviderRequest() *PatchedRACProviderRequest
NewPatchedRACProviderRequest instantiates a new PatchedRACProviderRequest 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 NewPatchedRACProviderRequestWithDefaults() *PatchedRACProviderRequest
NewPatchedRACProviderRequestWithDefaults instantiates a new PatchedRACProviderRequest 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 *PatchedRACProviderRequest) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *PatchedRACProviderRequest) 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 *PatchedRACProviderRequest) SetName(v string)
SetName sets Name field to given value.
func (o *PatchedRACProviderRequest) HasName() bool
HasName returns a boolean if a field has been set.
func (o *PatchedRACProviderRequest) GetAuthenticationFlow() string
GetAuthenticationFlow returns the AuthenticationFlow field if non-nil, zero value otherwise.
func (o *PatchedRACProviderRequest) GetAuthenticationFlowOk() (*string, bool)
GetAuthenticationFlowOk returns a tuple with the AuthenticationFlow field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedRACProviderRequest) SetAuthenticationFlow(v string)
SetAuthenticationFlow sets AuthenticationFlow field to given value.
func (o *PatchedRACProviderRequest) HasAuthenticationFlow() bool
HasAuthenticationFlow returns a boolean if a field has been set.
func (o *PatchedRACProviderRequest) SetAuthenticationFlowNil(b bool)
SetAuthenticationFlowNil sets the value for AuthenticationFlow to be an explicit nil
func (o *PatchedRACProviderRequest) UnsetAuthenticationFlow()
UnsetAuthenticationFlow ensures that no value is present for AuthenticationFlow, not even an explicit nil
func (o *PatchedRACProviderRequest) GetAuthorizationFlow() string
GetAuthorizationFlow returns the AuthorizationFlow field if non-nil, zero value otherwise.
func (o *PatchedRACProviderRequest) GetAuthorizationFlowOk() (*string, bool)
GetAuthorizationFlowOk returns a tuple with the AuthorizationFlow field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedRACProviderRequest) SetAuthorizationFlow(v string)
SetAuthorizationFlow sets AuthorizationFlow field to given value.
func (o *PatchedRACProviderRequest) HasAuthorizationFlow() bool
HasAuthorizationFlow returns a boolean if a field has been set.
func (o *PatchedRACProviderRequest) GetPropertyMappings() []string
GetPropertyMappings returns the PropertyMappings field if non-nil, zero value otherwise.
func (o *PatchedRACProviderRequest) GetPropertyMappingsOk() (*[]string, bool)
GetPropertyMappingsOk returns a tuple with the PropertyMappings field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedRACProviderRequest) SetPropertyMappings(v []string)
SetPropertyMappings sets PropertyMappings field to given value.
func (o *PatchedRACProviderRequest) HasPropertyMappings() bool
HasPropertyMappings returns a boolean if a field has been set.
func (o *PatchedRACProviderRequest) GetSettings() interface{}
GetSettings returns the Settings field if non-nil, zero value otherwise.
func (o *PatchedRACProviderRequest) GetSettingsOk() (*interface{}, bool)
GetSettingsOk returns a tuple with the Settings field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedRACProviderRequest) SetSettings(v interface{})
SetSettings sets Settings field to given value.
func (o *PatchedRACProviderRequest) HasSettings() bool
HasSettings returns a boolean if a field has been set.
func (o *PatchedRACProviderRequest) SetSettingsNil(b bool)
SetSettingsNil sets the value for Settings to be an explicit nil
func (o *PatchedRACProviderRequest) UnsetSettings()
UnsetSettings ensures that no value is present for Settings, not even an explicit nil
func (o *PatchedRACProviderRequest) GetConnectionExpiry() string
GetConnectionExpiry returns the ConnectionExpiry field if non-nil, zero value otherwise.
func (o *PatchedRACProviderRequest) GetConnectionExpiryOk() (*string, bool)
GetConnectionExpiryOk returns a tuple with the ConnectionExpiry field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedRACProviderRequest) SetConnectionExpiry(v string)
SetConnectionExpiry sets ConnectionExpiry field to given value.
func (o *PatchedRACProviderRequest) HasConnectionExpiry() bool
HasConnectionExpiry returns a boolean if a field has been set.
func (o *PatchedRACProviderRequest) GetDeleteTokenOnDisconnect() bool
GetDeleteTokenOnDisconnect returns the DeleteTokenOnDisconnect field if non-nil, zero value otherwise.
func (o *PatchedRACProviderRequest) GetDeleteTokenOnDisconnectOk() (*bool, bool)
GetDeleteTokenOnDisconnectOk returns a tuple with the DeleteTokenOnDisconnect field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedRACProviderRequest) SetDeleteTokenOnDisconnect(v bool)
SetDeleteTokenOnDisconnect sets DeleteTokenOnDisconnect field to given value.
func (o *PatchedRACProviderRequest) HasDeleteTokenOnDisconnect() bool
HasDeleteTokenOnDisconnect returns a boolean if a field has been set.