Name | Type | Description | Notes |
---|---|---|---|
Name | string | ||
PropertyMappings | Pointer to []string | [optional] | |
PropertyMappingsGroup | Pointer to []string | Property mappings used for group creation/updating. | [optional] |
DelegatedSubject | string | ||
Credentials | interface{} | ||
Scopes | Pointer to string | [optional] | |
ExcludeUsersServiceAccount | Pointer to bool | [optional] | |
FilterGroup | Pointer to NullableString | [optional] | |
UserDeleteAction | Pointer to OutgoingSyncDeleteAction | [optional] | |
GroupDeleteAction | Pointer to OutgoingSyncDeleteAction | [optional] | |
DefaultGroupEmailDomain | string | ||
AuthenticationFlow | Pointer to NullableString | Flow used for authentication when the associated application is accessed by an un-authenticated user. | [optional] |
AuthorizationFlow | string | Flow used when authorizing this provider. | |
InvalidationFlow | string | Flow used ending the session from a provider. | |
BaseDn | Pointer to string | DN under which objects are accessible. | [optional] |
Certificate | Pointer to NullableString | [optional] | |
TlsServerName | Pointer to string | [optional] | |
UidStartNumber | Pointer to int32 | The start for uidNumbers, this number is added to the user.pk to make sure that the numbers aren't too low for POSIX users. Default is 2000 to ensure that we don't collide with local users uidNumber | [optional] |
GidStartNumber | Pointer to int32 | The start for gidNumbers, this number is added to a number generated from the group.pk to make sure that the numbers aren't too low for POSIX groups. Default is 4000 to ensure that we don't collide with local groups or users primary groups gidNumber | [optional] |
SearchMode | Pointer to LDAPAPIAccessMode | [optional] | |
BindMode | Pointer to LDAPAPIAccessMode | [optional] | |
MfaSupport | Pointer to bool | When enabled, code-based multi-factor authentication can be used by appending a semicolon and the TOTP code to the password. This should only be enabled if all users that will bind to this provider have a TOTP device configured, as otherwise a password may incorrectly be rejected if it contains a semicolon. | [optional] |
ClientId | string | ||
ClientSecret | string | ||
TenantId | string | ||
ClientType | Pointer to ClientTypeEnum | Confidential clients are capable of maintaining the confidentiality of their credentials. Public clients are incapable | [optional] |
AccessCodeValidity | Pointer to string | Access codes not valid on or after current time + this value (Format: hours=1;minutes=2;seconds=3). | [optional] |
AccessTokenValidity | Pointer to string | Tokens not valid on or after current time + this value (Format: hours=1;minutes=2;seconds=3). | [optional] |
RefreshTokenValidity | Pointer to string | Tokens not valid on or after current time + this value (Format: hours=1;minutes=2;seconds=3). | [optional] |
IncludeClaimsInIdToken | Pointer to bool | Include User claims from scopes in the id_token, for applications that don't access the userinfo endpoint. | [optional] |
SigningKey | Pointer to NullableString | Key used to sign the tokens. | [optional] |
EncryptionKey | Pointer to NullableString | Key used to encrypt the tokens. When set, tokens will be encrypted and returned as JWEs. | [optional] |
RedirectUris | []RedirectURIRequest | ||
SubMode | Pointer to SubModeEnum | Configure what data should be used as unique User Identifier. For most cases, the default should be fine. | [optional] |
IssuerMode | Pointer to IssuerModeEnum | Configure how the issuer field of the ID Token should be filled. | [optional] |
JwksSources | Pointer to []string | [optional] | |
InternalHost | Pointer to string | [optional] | |
ExternalHost | string | ||
InternalHostSslValidation | Pointer to bool | Validate SSL Certificates of upstream servers | [optional] |
SkipPathRegex | Pointer to string | Regular expressions for which authentication is not required. Each new line is interpreted as a new Regular Expression. | [optional] |
BasicAuthEnabled | Pointer to bool | Set a custom HTTP-Basic Authentication header based on values from authentik. | [optional] |
BasicAuthPasswordAttribute | Pointer to string | User/Group Attribute used for the password part of the HTTP-Basic Header. | [optional] |
BasicAuthUserAttribute | Pointer to string | User/Group Attribute used for the user part of the HTTP-Basic Header. If not set, the user's Email address is used. | [optional] |
Mode | Pointer to ProxyMode | Enable support for forwardAuth in traefik and nginx auth_request. Exclusive with internal_host. | [optional] |
InterceptHeaderAuth | Pointer to bool | When enabled, this provider will intercept the authorization header and authenticate requests based on its value. | [optional] |
CookieDomain | 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] |
ClientNetworks | Pointer to string | List of CIDRs (comma-separated) that clients can connect from. A more specific CIDR will match before a looser one. Clients connecting from a non-specified CIDR will be dropped. | [optional] |
SharedSecret | Pointer to string | Shared secret between clients and server to hash packets. | [optional] |
AcsUrl | string | ||
Audience | Pointer to string | Value of the audience restriction field of the assertion. When left empty, no audience restriction will be added. | [optional] |
Issuer | Pointer to string | Also known as EntityID | [optional] |
AssertionValidNotBefore | Pointer to string | Assertion valid not before current time + this value (Format: hours=-1;minutes=-2;seconds=-3). | [optional] |
AssertionValidNotOnOrAfter | Pointer to string | Assertion not valid on or after current time + this value (Format: hours=1;minutes=2;seconds=3). | [optional] |
SessionValidNotOnOrAfter | Pointer to string | Session not valid on or after current time + this value (Format: hours=1;minutes=2;seconds=3). | [optional] |
NameIdMapping | Pointer to NullableString | Configure how the NameID value will be created. When left empty, the NameIDPolicy of the incoming request will be considered | [optional] |
DigestAlgorithm | Pointer to DigestAlgorithmEnum | [optional] | |
SignatureAlgorithm | Pointer to SignatureAlgorithmEnum | [optional] | |
SigningKp | Pointer to NullableString | Keypair used to sign outgoing Responses going to the Service Provider. | [optional] |
VerificationKp | Pointer to NullableString | When selected, incoming assertion's Signatures will be validated against this certificate. To allow unsigned Requests, leave on default. | [optional] |
EncryptionKp | Pointer to NullableString | When selected, incoming assertions are encrypted by the IdP using the public key of the encryption keypair. The assertion is decrypted by the SP using the the private key. | [optional] |
SignAssertion | Pointer to bool | [optional] | |
SignResponse | Pointer to bool | [optional] | |
SpBinding | Pointer to SpBindingEnum | This determines how authentik sends the response back to the Service Provider. | [optional] |
DefaultRelayState | Pointer to string | Default relay_state value for IDP-initiated logins | [optional] |
Url | string | Base URL to SCIM requests, usually ends in /v2 | |
VerifyCertificates | Pointer to bool | [optional] | |
Token | string | Authentication token |
func NewModelRequest(name string, delegatedSubject string, credentials interface{}, defaultGroupEmailDomain string, authorizationFlow string, invalidationFlow string, clientId string, clientSecret string, tenantId string, redirectUris []RedirectURIRequest, externalHost string, acsUrl string, url string, token string, ) *ModelRequest
NewModelRequest instantiates a new ModelRequest 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 NewModelRequestWithDefaults() *ModelRequest
NewModelRequestWithDefaults instantiates a new ModelRequest 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 *ModelRequest) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ModelRequest) 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 *ModelRequest) SetName(v string)
SetName sets Name field to given value.
func (o *ModelRequest) GetPropertyMappings() []string
GetPropertyMappings returns the PropertyMappings field if non-nil, zero value otherwise.
func (o *ModelRequest) 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 *ModelRequest) SetPropertyMappings(v []string)
SetPropertyMappings sets PropertyMappings field to given value.
func (o *ModelRequest) HasPropertyMappings() bool
HasPropertyMappings returns a boolean if a field has been set.
func (o *ModelRequest) GetPropertyMappingsGroup() []string
GetPropertyMappingsGroup returns the PropertyMappingsGroup field if non-nil, zero value otherwise.
func (o *ModelRequest) GetPropertyMappingsGroupOk() (*[]string, bool)
GetPropertyMappingsGroupOk returns a tuple with the PropertyMappingsGroup field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelRequest) SetPropertyMappingsGroup(v []string)
SetPropertyMappingsGroup sets PropertyMappingsGroup field to given value.
func (o *ModelRequest) HasPropertyMappingsGroup() bool
HasPropertyMappingsGroup returns a boolean if a field has been set.
func (o *ModelRequest) GetDelegatedSubject() string
GetDelegatedSubject returns the DelegatedSubject field if non-nil, zero value otherwise.
func (o *ModelRequest) GetDelegatedSubjectOk() (*string, bool)
GetDelegatedSubjectOk returns a tuple with the DelegatedSubject field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelRequest) SetDelegatedSubject(v string)
SetDelegatedSubject sets DelegatedSubject field to given value.
func (o *ModelRequest) GetCredentials() interface{}
GetCredentials returns the Credentials field if non-nil, zero value otherwise.
func (o *ModelRequest) GetCredentialsOk() (*interface{}, bool)
GetCredentialsOk returns a tuple with the Credentials field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelRequest) SetCredentials(v interface{})
SetCredentials sets Credentials field to given value.
func (o *ModelRequest) SetCredentialsNil(b bool)
SetCredentialsNil sets the value for Credentials to be an explicit nil
func (o *ModelRequest) UnsetCredentials()
UnsetCredentials ensures that no value is present for Credentials, not even an explicit nil
func (o *ModelRequest) GetScopes() string
GetScopes returns the Scopes field if non-nil, zero value otherwise.
func (o *ModelRequest) GetScopesOk() (*string, bool)
GetScopesOk returns a tuple with the Scopes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelRequest) SetScopes(v string)
SetScopes sets Scopes field to given value.
func (o *ModelRequest) HasScopes() bool
HasScopes returns a boolean if a field has been set.
func (o *ModelRequest) GetExcludeUsersServiceAccount() bool
GetExcludeUsersServiceAccount returns the ExcludeUsersServiceAccount field if non-nil, zero value otherwise.
func (o *ModelRequest) GetExcludeUsersServiceAccountOk() (*bool, bool)
GetExcludeUsersServiceAccountOk returns a tuple with the ExcludeUsersServiceAccount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelRequest) SetExcludeUsersServiceAccount(v bool)
SetExcludeUsersServiceAccount sets ExcludeUsersServiceAccount field to given value.
func (o *ModelRequest) HasExcludeUsersServiceAccount() bool
HasExcludeUsersServiceAccount returns a boolean if a field has been set.
func (o *ModelRequest) GetFilterGroup() string
GetFilterGroup returns the FilterGroup field if non-nil, zero value otherwise.
func (o *ModelRequest) GetFilterGroupOk() (*string, bool)
GetFilterGroupOk returns a tuple with the FilterGroup field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelRequest) SetFilterGroup(v string)
SetFilterGroup sets FilterGroup field to given value.
func (o *ModelRequest) HasFilterGroup() bool
HasFilterGroup returns a boolean if a field has been set.
func (o *ModelRequest) SetFilterGroupNil(b bool)
SetFilterGroupNil sets the value for FilterGroup to be an explicit nil
func (o *ModelRequest) UnsetFilterGroup()
UnsetFilterGroup ensures that no value is present for FilterGroup, not even an explicit nil
func (o *ModelRequest) GetUserDeleteAction() OutgoingSyncDeleteAction
GetUserDeleteAction returns the UserDeleteAction field if non-nil, zero value otherwise.
func (o *ModelRequest) GetUserDeleteActionOk() (*OutgoingSyncDeleteAction, bool)
GetUserDeleteActionOk returns a tuple with the UserDeleteAction field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelRequest) SetUserDeleteAction(v OutgoingSyncDeleteAction)
SetUserDeleteAction sets UserDeleteAction field to given value.
func (o *ModelRequest) HasUserDeleteAction() bool
HasUserDeleteAction returns a boolean if a field has been set.
func (o *ModelRequest) GetGroupDeleteAction() OutgoingSyncDeleteAction
GetGroupDeleteAction returns the GroupDeleteAction field if non-nil, zero value otherwise.
func (o *ModelRequest) GetGroupDeleteActionOk() (*OutgoingSyncDeleteAction, bool)
GetGroupDeleteActionOk returns a tuple with the GroupDeleteAction field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelRequest) SetGroupDeleteAction(v OutgoingSyncDeleteAction)
SetGroupDeleteAction sets GroupDeleteAction field to given value.
func (o *ModelRequest) HasGroupDeleteAction() bool
HasGroupDeleteAction returns a boolean if a field has been set.
func (o *ModelRequest) GetDefaultGroupEmailDomain() string
GetDefaultGroupEmailDomain returns the DefaultGroupEmailDomain field if non-nil, zero value otherwise.
func (o *ModelRequest) GetDefaultGroupEmailDomainOk() (*string, bool)
GetDefaultGroupEmailDomainOk returns a tuple with the DefaultGroupEmailDomain field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelRequest) SetDefaultGroupEmailDomain(v string)
SetDefaultGroupEmailDomain sets DefaultGroupEmailDomain field to given value.
func (o *ModelRequest) GetAuthenticationFlow() string
GetAuthenticationFlow returns the AuthenticationFlow field if non-nil, zero value otherwise.
func (o *ModelRequest) 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 *ModelRequest) SetAuthenticationFlow(v string)
SetAuthenticationFlow sets AuthenticationFlow field to given value.
func (o *ModelRequest) HasAuthenticationFlow() bool
HasAuthenticationFlow returns a boolean if a field has been set.
func (o *ModelRequest) SetAuthenticationFlowNil(b bool)
SetAuthenticationFlowNil sets the value for AuthenticationFlow to be an explicit nil
func (o *ModelRequest) UnsetAuthenticationFlow()
UnsetAuthenticationFlow ensures that no value is present for AuthenticationFlow, not even an explicit nil
func (o *ModelRequest) GetAuthorizationFlow() string
GetAuthorizationFlow returns the AuthorizationFlow field if non-nil, zero value otherwise.
func (o *ModelRequest) 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 *ModelRequest) SetAuthorizationFlow(v string)
SetAuthorizationFlow sets AuthorizationFlow field to given value.
func (o *ModelRequest) GetInvalidationFlow() string
GetInvalidationFlow returns the InvalidationFlow field if non-nil, zero value otherwise.
func (o *ModelRequest) GetInvalidationFlowOk() (*string, bool)
GetInvalidationFlowOk returns a tuple with the InvalidationFlow field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelRequest) SetInvalidationFlow(v string)
SetInvalidationFlow sets InvalidationFlow field to given value.
func (o *ModelRequest) GetBaseDn() string
GetBaseDn returns the BaseDn field if non-nil, zero value otherwise.
func (o *ModelRequest) GetBaseDnOk() (*string, bool)
GetBaseDnOk returns a tuple with the BaseDn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelRequest) SetBaseDn(v string)
SetBaseDn sets BaseDn field to given value.
func (o *ModelRequest) HasBaseDn() bool
HasBaseDn returns a boolean if a field has been set.
func (o *ModelRequest) GetCertificate() string
GetCertificate returns the Certificate field if non-nil, zero value otherwise.
func (o *ModelRequest) GetCertificateOk() (*string, bool)
GetCertificateOk returns a tuple with the Certificate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelRequest) SetCertificate(v string)
SetCertificate sets Certificate field to given value.
func (o *ModelRequest) HasCertificate() bool
HasCertificate returns a boolean if a field has been set.
func (o *ModelRequest) SetCertificateNil(b bool)
SetCertificateNil sets the value for Certificate to be an explicit nil
func (o *ModelRequest) UnsetCertificate()
UnsetCertificate ensures that no value is present for Certificate, not even an explicit nil
func (o *ModelRequest) GetTlsServerName() string
GetTlsServerName returns the TlsServerName field if non-nil, zero value otherwise.
func (o *ModelRequest) GetTlsServerNameOk() (*string, bool)
GetTlsServerNameOk returns a tuple with the TlsServerName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelRequest) SetTlsServerName(v string)
SetTlsServerName sets TlsServerName field to given value.
func (o *ModelRequest) HasTlsServerName() bool
HasTlsServerName returns a boolean if a field has been set.
func (o *ModelRequest) GetUidStartNumber() int32
GetUidStartNumber returns the UidStartNumber field if non-nil, zero value otherwise.
func (o *ModelRequest) GetUidStartNumberOk() (*int32, bool)
GetUidStartNumberOk returns a tuple with the UidStartNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelRequest) SetUidStartNumber(v int32)
SetUidStartNumber sets UidStartNumber field to given value.
func (o *ModelRequest) HasUidStartNumber() bool
HasUidStartNumber returns a boolean if a field has been set.
func (o *ModelRequest) GetGidStartNumber() int32
GetGidStartNumber returns the GidStartNumber field if non-nil, zero value otherwise.
func (o *ModelRequest) GetGidStartNumberOk() (*int32, bool)
GetGidStartNumberOk returns a tuple with the GidStartNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelRequest) SetGidStartNumber(v int32)
SetGidStartNumber sets GidStartNumber field to given value.
func (o *ModelRequest) HasGidStartNumber() bool
HasGidStartNumber returns a boolean if a field has been set.
func (o *ModelRequest) GetSearchMode() LDAPAPIAccessMode
GetSearchMode returns the SearchMode field if non-nil, zero value otherwise.
func (o *ModelRequest) GetSearchModeOk() (*LDAPAPIAccessMode, bool)
GetSearchModeOk returns a tuple with the SearchMode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelRequest) SetSearchMode(v LDAPAPIAccessMode)
SetSearchMode sets SearchMode field to given value.
func (o *ModelRequest) HasSearchMode() bool
HasSearchMode returns a boolean if a field has been set.
func (o *ModelRequest) GetBindMode() LDAPAPIAccessMode
GetBindMode returns the BindMode field if non-nil, zero value otherwise.
func (o *ModelRequest) GetBindModeOk() (*LDAPAPIAccessMode, bool)
GetBindModeOk returns a tuple with the BindMode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelRequest) SetBindMode(v LDAPAPIAccessMode)
SetBindMode sets BindMode field to given value.
func (o *ModelRequest) HasBindMode() bool
HasBindMode returns a boolean if a field has been set.
func (o *ModelRequest) GetMfaSupport() bool
GetMfaSupport returns the MfaSupport field if non-nil, zero value otherwise.
func (o *ModelRequest) GetMfaSupportOk() (*bool, bool)
GetMfaSupportOk returns a tuple with the MfaSupport field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelRequest) SetMfaSupport(v bool)
SetMfaSupport sets MfaSupport field to given value.
func (o *ModelRequest) HasMfaSupport() bool
HasMfaSupport returns a boolean if a field has been set.
func (o *ModelRequest) GetClientId() string
GetClientId returns the ClientId field if non-nil, zero value otherwise.
func (o *ModelRequest) GetClientIdOk() (*string, bool)
GetClientIdOk returns a tuple with the ClientId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelRequest) SetClientId(v string)
SetClientId sets ClientId field to given value.
func (o *ModelRequest) GetClientSecret() string
GetClientSecret returns the ClientSecret field if non-nil, zero value otherwise.
func (o *ModelRequest) GetClientSecretOk() (*string, bool)
GetClientSecretOk returns a tuple with the ClientSecret field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelRequest) SetClientSecret(v string)
SetClientSecret sets ClientSecret field to given value.
func (o *ModelRequest) GetTenantId() string
GetTenantId returns the TenantId field if non-nil, zero value otherwise.
func (o *ModelRequest) GetTenantIdOk() (*string, bool)
GetTenantIdOk returns a tuple with the TenantId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelRequest) SetTenantId(v string)
SetTenantId sets TenantId field to given value.
func (o *ModelRequest) GetClientType() ClientTypeEnum
GetClientType returns the ClientType field if non-nil, zero value otherwise.
func (o *ModelRequest) GetClientTypeOk() (*ClientTypeEnum, bool)
GetClientTypeOk returns a tuple with the ClientType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelRequest) SetClientType(v ClientTypeEnum)
SetClientType sets ClientType field to given value.
func (o *ModelRequest) HasClientType() bool
HasClientType returns a boolean if a field has been set.
func (o *ModelRequest) GetAccessCodeValidity() string
GetAccessCodeValidity returns the AccessCodeValidity field if non-nil, zero value otherwise.
func (o *ModelRequest) GetAccessCodeValidityOk() (*string, bool)
GetAccessCodeValidityOk returns a tuple with the AccessCodeValidity field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelRequest) SetAccessCodeValidity(v string)
SetAccessCodeValidity sets AccessCodeValidity field to given value.
func (o *ModelRequest) HasAccessCodeValidity() bool
HasAccessCodeValidity returns a boolean if a field has been set.
func (o *ModelRequest) GetAccessTokenValidity() string
GetAccessTokenValidity returns the AccessTokenValidity field if non-nil, zero value otherwise.
func (o *ModelRequest) GetAccessTokenValidityOk() (*string, bool)
GetAccessTokenValidityOk returns a tuple with the AccessTokenValidity field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelRequest) SetAccessTokenValidity(v string)
SetAccessTokenValidity sets AccessTokenValidity field to given value.
func (o *ModelRequest) HasAccessTokenValidity() bool
HasAccessTokenValidity returns a boolean if a field has been set.
func (o *ModelRequest) GetRefreshTokenValidity() string
GetRefreshTokenValidity returns the RefreshTokenValidity field if non-nil, zero value otherwise.
func (o *ModelRequest) GetRefreshTokenValidityOk() (*string, bool)
GetRefreshTokenValidityOk returns a tuple with the RefreshTokenValidity field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelRequest) SetRefreshTokenValidity(v string)
SetRefreshTokenValidity sets RefreshTokenValidity field to given value.
func (o *ModelRequest) HasRefreshTokenValidity() bool
HasRefreshTokenValidity returns a boolean if a field has been set.
func (o *ModelRequest) GetIncludeClaimsInIdToken() bool
GetIncludeClaimsInIdToken returns the IncludeClaimsInIdToken field if non-nil, zero value otherwise.
func (o *ModelRequest) GetIncludeClaimsInIdTokenOk() (*bool, bool)
GetIncludeClaimsInIdTokenOk returns a tuple with the IncludeClaimsInIdToken field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelRequest) SetIncludeClaimsInIdToken(v bool)
SetIncludeClaimsInIdToken sets IncludeClaimsInIdToken field to given value.
func (o *ModelRequest) HasIncludeClaimsInIdToken() bool
HasIncludeClaimsInIdToken returns a boolean if a field has been set.
func (o *ModelRequest) GetSigningKey() string
GetSigningKey returns the SigningKey field if non-nil, zero value otherwise.
func (o *ModelRequest) GetSigningKeyOk() (*string, bool)
GetSigningKeyOk returns a tuple with the SigningKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelRequest) SetSigningKey(v string)
SetSigningKey sets SigningKey field to given value.
func (o *ModelRequest) HasSigningKey() bool
HasSigningKey returns a boolean if a field has been set.
func (o *ModelRequest) SetSigningKeyNil(b bool)
SetSigningKeyNil sets the value for SigningKey to be an explicit nil
func (o *ModelRequest) UnsetSigningKey()
UnsetSigningKey ensures that no value is present for SigningKey, not even an explicit nil
func (o *ModelRequest) GetEncryptionKey() string
GetEncryptionKey returns the EncryptionKey field if non-nil, zero value otherwise.
func (o *ModelRequest) GetEncryptionKeyOk() (*string, bool)
GetEncryptionKeyOk returns a tuple with the EncryptionKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelRequest) SetEncryptionKey(v string)
SetEncryptionKey sets EncryptionKey field to given value.
func (o *ModelRequest) HasEncryptionKey() bool
HasEncryptionKey returns a boolean if a field has been set.
func (o *ModelRequest) SetEncryptionKeyNil(b bool)
SetEncryptionKeyNil sets the value for EncryptionKey to be an explicit nil
func (o *ModelRequest) UnsetEncryptionKey()
UnsetEncryptionKey ensures that no value is present for EncryptionKey, not even an explicit nil
func (o *ModelRequest) GetRedirectUris() []RedirectURIRequest
GetRedirectUris returns the RedirectUris field if non-nil, zero value otherwise.
func (o *ModelRequest) GetRedirectUrisOk() (*[]RedirectURIRequest, bool)
GetRedirectUrisOk returns a tuple with the RedirectUris field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelRequest) SetRedirectUris(v []RedirectURIRequest)
SetRedirectUris sets RedirectUris field to given value.
func (o *ModelRequest) GetSubMode() SubModeEnum
GetSubMode returns the SubMode field if non-nil, zero value otherwise.
func (o *ModelRequest) GetSubModeOk() (*SubModeEnum, bool)
GetSubModeOk returns a tuple with the SubMode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelRequest) SetSubMode(v SubModeEnum)
SetSubMode sets SubMode field to given value.
func (o *ModelRequest) HasSubMode() bool
HasSubMode returns a boolean if a field has been set.
func (o *ModelRequest) GetIssuerMode() IssuerModeEnum
GetIssuerMode returns the IssuerMode field if non-nil, zero value otherwise.
func (o *ModelRequest) GetIssuerModeOk() (*IssuerModeEnum, bool)
GetIssuerModeOk returns a tuple with the IssuerMode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelRequest) SetIssuerMode(v IssuerModeEnum)
SetIssuerMode sets IssuerMode field to given value.
func (o *ModelRequest) HasIssuerMode() bool
HasIssuerMode returns a boolean if a field has been set.
func (o *ModelRequest) GetJwksSources() []string
GetJwksSources returns the JwksSources field if non-nil, zero value otherwise.
func (o *ModelRequest) GetJwksSourcesOk() (*[]string, bool)
GetJwksSourcesOk returns a tuple with the JwksSources field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelRequest) SetJwksSources(v []string)
SetJwksSources sets JwksSources field to given value.
func (o *ModelRequest) HasJwksSources() bool
HasJwksSources returns a boolean if a field has been set.
func (o *ModelRequest) GetInternalHost() string
GetInternalHost returns the InternalHost field if non-nil, zero value otherwise.
func (o *ModelRequest) GetInternalHostOk() (*string, bool)
GetInternalHostOk returns a tuple with the InternalHost field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelRequest) SetInternalHost(v string)
SetInternalHost sets InternalHost field to given value.
func (o *ModelRequest) HasInternalHost() bool
HasInternalHost returns a boolean if a field has been set.
func (o *ModelRequest) GetExternalHost() string
GetExternalHost returns the ExternalHost field if non-nil, zero value otherwise.
func (o *ModelRequest) GetExternalHostOk() (*string, bool)
GetExternalHostOk returns a tuple with the ExternalHost field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelRequest) SetExternalHost(v string)
SetExternalHost sets ExternalHost field to given value.
func (o *ModelRequest) GetInternalHostSslValidation() bool
GetInternalHostSslValidation returns the InternalHostSslValidation field if non-nil, zero value otherwise.
func (o *ModelRequest) GetInternalHostSslValidationOk() (*bool, bool)
GetInternalHostSslValidationOk returns a tuple with the InternalHostSslValidation field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelRequest) SetInternalHostSslValidation(v bool)
SetInternalHostSslValidation sets InternalHostSslValidation field to given value.
func (o *ModelRequest) HasInternalHostSslValidation() bool
HasInternalHostSslValidation returns a boolean if a field has been set.
func (o *ModelRequest) GetSkipPathRegex() string
GetSkipPathRegex returns the SkipPathRegex field if non-nil, zero value otherwise.
func (o *ModelRequest) GetSkipPathRegexOk() (*string, bool)
GetSkipPathRegexOk returns a tuple with the SkipPathRegex field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelRequest) SetSkipPathRegex(v string)
SetSkipPathRegex sets SkipPathRegex field to given value.
func (o *ModelRequest) HasSkipPathRegex() bool
HasSkipPathRegex returns a boolean if a field has been set.
func (o *ModelRequest) GetBasicAuthEnabled() bool
GetBasicAuthEnabled returns the BasicAuthEnabled field if non-nil, zero value otherwise.
func (o *ModelRequest) GetBasicAuthEnabledOk() (*bool, bool)
GetBasicAuthEnabledOk returns a tuple with the BasicAuthEnabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelRequest) SetBasicAuthEnabled(v bool)
SetBasicAuthEnabled sets BasicAuthEnabled field to given value.
func (o *ModelRequest) HasBasicAuthEnabled() bool
HasBasicAuthEnabled returns a boolean if a field has been set.
func (o *ModelRequest) GetBasicAuthPasswordAttribute() string
GetBasicAuthPasswordAttribute returns the BasicAuthPasswordAttribute field if non-nil, zero value otherwise.
func (o *ModelRequest) GetBasicAuthPasswordAttributeOk() (*string, bool)
GetBasicAuthPasswordAttributeOk returns a tuple with the BasicAuthPasswordAttribute field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelRequest) SetBasicAuthPasswordAttribute(v string)
SetBasicAuthPasswordAttribute sets BasicAuthPasswordAttribute field to given value.
func (o *ModelRequest) HasBasicAuthPasswordAttribute() bool
HasBasicAuthPasswordAttribute returns a boolean if a field has been set.
func (o *ModelRequest) GetBasicAuthUserAttribute() string
GetBasicAuthUserAttribute returns the BasicAuthUserAttribute field if non-nil, zero value otherwise.
func (o *ModelRequest) GetBasicAuthUserAttributeOk() (*string, bool)
GetBasicAuthUserAttributeOk returns a tuple with the BasicAuthUserAttribute field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelRequest) SetBasicAuthUserAttribute(v string)
SetBasicAuthUserAttribute sets BasicAuthUserAttribute field to given value.
func (o *ModelRequest) HasBasicAuthUserAttribute() bool
HasBasicAuthUserAttribute returns a boolean if a field has been set.
func (o *ModelRequest) GetMode() ProxyMode
GetMode returns the Mode field if non-nil, zero value otherwise.
func (o *ModelRequest) GetModeOk() (*ProxyMode, bool)
GetModeOk returns a tuple with the Mode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelRequest) SetMode(v ProxyMode)
SetMode sets Mode field to given value.
func (o *ModelRequest) HasMode() bool
HasMode returns a boolean if a field has been set.
func (o *ModelRequest) GetInterceptHeaderAuth() bool
GetInterceptHeaderAuth returns the InterceptHeaderAuth field if non-nil, zero value otherwise.
func (o *ModelRequest) GetInterceptHeaderAuthOk() (*bool, bool)
GetInterceptHeaderAuthOk returns a tuple with the InterceptHeaderAuth field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelRequest) SetInterceptHeaderAuth(v bool)
SetInterceptHeaderAuth sets InterceptHeaderAuth field to given value.
func (o *ModelRequest) HasInterceptHeaderAuth() bool
HasInterceptHeaderAuth returns a boolean if a field has been set.
func (o *ModelRequest) GetCookieDomain() string
GetCookieDomain returns the CookieDomain field if non-nil, zero value otherwise.
func (o *ModelRequest) GetCookieDomainOk() (*string, bool)
GetCookieDomainOk returns a tuple with the CookieDomain field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelRequest) SetCookieDomain(v string)
SetCookieDomain sets CookieDomain field to given value.
func (o *ModelRequest) HasCookieDomain() bool
HasCookieDomain returns a boolean if a field has been set.
func (o *ModelRequest) GetSettings() interface{}
GetSettings returns the Settings field if non-nil, zero value otherwise.
func (o *ModelRequest) 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 *ModelRequest) SetSettings(v interface{})
SetSettings sets Settings field to given value.
func (o *ModelRequest) HasSettings() bool
HasSettings returns a boolean if a field has been set.
func (o *ModelRequest) SetSettingsNil(b bool)
SetSettingsNil sets the value for Settings to be an explicit nil
func (o *ModelRequest) UnsetSettings()
UnsetSettings ensures that no value is present for Settings, not even an explicit nil
func (o *ModelRequest) GetConnectionExpiry() string
GetConnectionExpiry returns the ConnectionExpiry field if non-nil, zero value otherwise.
func (o *ModelRequest) 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 *ModelRequest) SetConnectionExpiry(v string)
SetConnectionExpiry sets ConnectionExpiry field to given value.
func (o *ModelRequest) HasConnectionExpiry() bool
HasConnectionExpiry returns a boolean if a field has been set.
func (o *ModelRequest) GetDeleteTokenOnDisconnect() bool
GetDeleteTokenOnDisconnect returns the DeleteTokenOnDisconnect field if non-nil, zero value otherwise.
func (o *ModelRequest) 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 *ModelRequest) SetDeleteTokenOnDisconnect(v bool)
SetDeleteTokenOnDisconnect sets DeleteTokenOnDisconnect field to given value.
func (o *ModelRequest) HasDeleteTokenOnDisconnect() bool
HasDeleteTokenOnDisconnect returns a boolean if a field has been set.
func (o *ModelRequest) GetClientNetworks() string
GetClientNetworks returns the ClientNetworks field if non-nil, zero value otherwise.
func (o *ModelRequest) GetClientNetworksOk() (*string, bool)
GetClientNetworksOk returns a tuple with the ClientNetworks field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelRequest) SetClientNetworks(v string)
SetClientNetworks sets ClientNetworks field to given value.
func (o *ModelRequest) HasClientNetworks() bool
HasClientNetworks returns a boolean if a field has been set.
func (o *ModelRequest) GetSharedSecret() string
GetSharedSecret returns the SharedSecret field if non-nil, zero value otherwise.
func (o *ModelRequest) GetSharedSecretOk() (*string, bool)
GetSharedSecretOk returns a tuple with the SharedSecret field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelRequest) SetSharedSecret(v string)
SetSharedSecret sets SharedSecret field to given value.
func (o *ModelRequest) HasSharedSecret() bool
HasSharedSecret returns a boolean if a field has been set.
func (o *ModelRequest) GetAcsUrl() string
GetAcsUrl returns the AcsUrl field if non-nil, zero value otherwise.
func (o *ModelRequest) GetAcsUrlOk() (*string, bool)
GetAcsUrlOk returns a tuple with the AcsUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelRequest) SetAcsUrl(v string)
SetAcsUrl sets AcsUrl field to given value.
func (o *ModelRequest) GetAudience() string
GetAudience returns the Audience field if non-nil, zero value otherwise.
func (o *ModelRequest) GetAudienceOk() (*string, bool)
GetAudienceOk returns a tuple with the Audience field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelRequest) SetAudience(v string)
SetAudience sets Audience field to given value.
func (o *ModelRequest) HasAudience() bool
HasAudience returns a boolean if a field has been set.
func (o *ModelRequest) GetIssuer() string
GetIssuer returns the Issuer field if non-nil, zero value otherwise.
func (o *ModelRequest) GetIssuerOk() (*string, bool)
GetIssuerOk returns a tuple with the Issuer field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelRequest) SetIssuer(v string)
SetIssuer sets Issuer field to given value.
func (o *ModelRequest) HasIssuer() bool
HasIssuer returns a boolean if a field has been set.
func (o *ModelRequest) GetAssertionValidNotBefore() string
GetAssertionValidNotBefore returns the AssertionValidNotBefore field if non-nil, zero value otherwise.
func (o *ModelRequest) GetAssertionValidNotBeforeOk() (*string, bool)
GetAssertionValidNotBeforeOk returns a tuple with the AssertionValidNotBefore field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelRequest) SetAssertionValidNotBefore(v string)
SetAssertionValidNotBefore sets AssertionValidNotBefore field to given value.
func (o *ModelRequest) HasAssertionValidNotBefore() bool
HasAssertionValidNotBefore returns a boolean if a field has been set.
func (o *ModelRequest) GetAssertionValidNotOnOrAfter() string
GetAssertionValidNotOnOrAfter returns the AssertionValidNotOnOrAfter field if non-nil, zero value otherwise.
func (o *ModelRequest) GetAssertionValidNotOnOrAfterOk() (*string, bool)
GetAssertionValidNotOnOrAfterOk returns a tuple with the AssertionValidNotOnOrAfter field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelRequest) SetAssertionValidNotOnOrAfter(v string)
SetAssertionValidNotOnOrAfter sets AssertionValidNotOnOrAfter field to given value.
func (o *ModelRequest) HasAssertionValidNotOnOrAfter() bool
HasAssertionValidNotOnOrAfter returns a boolean if a field has been set.
func (o *ModelRequest) GetSessionValidNotOnOrAfter() string
GetSessionValidNotOnOrAfter returns the SessionValidNotOnOrAfter field if non-nil, zero value otherwise.
func (o *ModelRequest) GetSessionValidNotOnOrAfterOk() (*string, bool)
GetSessionValidNotOnOrAfterOk returns a tuple with the SessionValidNotOnOrAfter field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelRequest) SetSessionValidNotOnOrAfter(v string)
SetSessionValidNotOnOrAfter sets SessionValidNotOnOrAfter field to given value.
func (o *ModelRequest) HasSessionValidNotOnOrAfter() bool
HasSessionValidNotOnOrAfter returns a boolean if a field has been set.
func (o *ModelRequest) GetNameIdMapping() string
GetNameIdMapping returns the NameIdMapping field if non-nil, zero value otherwise.
func (o *ModelRequest) GetNameIdMappingOk() (*string, bool)
GetNameIdMappingOk returns a tuple with the NameIdMapping field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelRequest) SetNameIdMapping(v string)
SetNameIdMapping sets NameIdMapping field to given value.
func (o *ModelRequest) HasNameIdMapping() bool
HasNameIdMapping returns a boolean if a field has been set.
func (o *ModelRequest) SetNameIdMappingNil(b bool)
SetNameIdMappingNil sets the value for NameIdMapping to be an explicit nil
func (o *ModelRequest) UnsetNameIdMapping()
UnsetNameIdMapping ensures that no value is present for NameIdMapping, not even an explicit nil
func (o *ModelRequest) GetDigestAlgorithm() DigestAlgorithmEnum
GetDigestAlgorithm returns the DigestAlgorithm field if non-nil, zero value otherwise.
func (o *ModelRequest) GetDigestAlgorithmOk() (*DigestAlgorithmEnum, bool)
GetDigestAlgorithmOk returns a tuple with the DigestAlgorithm field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelRequest) SetDigestAlgorithm(v DigestAlgorithmEnum)
SetDigestAlgorithm sets DigestAlgorithm field to given value.
func (o *ModelRequest) HasDigestAlgorithm() bool
HasDigestAlgorithm returns a boolean if a field has been set.
func (o *ModelRequest) GetSignatureAlgorithm() SignatureAlgorithmEnum
GetSignatureAlgorithm returns the SignatureAlgorithm field if non-nil, zero value otherwise.
func (o *ModelRequest) GetSignatureAlgorithmOk() (*SignatureAlgorithmEnum, bool)
GetSignatureAlgorithmOk returns a tuple with the SignatureAlgorithm field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelRequest) SetSignatureAlgorithm(v SignatureAlgorithmEnum)
SetSignatureAlgorithm sets SignatureAlgorithm field to given value.
func (o *ModelRequest) HasSignatureAlgorithm() bool
HasSignatureAlgorithm returns a boolean if a field has been set.
func (o *ModelRequest) GetSigningKp() string
GetSigningKp returns the SigningKp field if non-nil, zero value otherwise.
func (o *ModelRequest) GetSigningKpOk() (*string, bool)
GetSigningKpOk returns a tuple with the SigningKp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelRequest) SetSigningKp(v string)
SetSigningKp sets SigningKp field to given value.
func (o *ModelRequest) HasSigningKp() bool
HasSigningKp returns a boolean if a field has been set.
func (o *ModelRequest) SetSigningKpNil(b bool)
SetSigningKpNil sets the value for SigningKp to be an explicit nil
func (o *ModelRequest) UnsetSigningKp()
UnsetSigningKp ensures that no value is present for SigningKp, not even an explicit nil
func (o *ModelRequest) GetVerificationKp() string
GetVerificationKp returns the VerificationKp field if non-nil, zero value otherwise.
func (o *ModelRequest) GetVerificationKpOk() (*string, bool)
GetVerificationKpOk returns a tuple with the VerificationKp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelRequest) SetVerificationKp(v string)
SetVerificationKp sets VerificationKp field to given value.
func (o *ModelRequest) HasVerificationKp() bool
HasVerificationKp returns a boolean if a field has been set.
func (o *ModelRequest) SetVerificationKpNil(b bool)
SetVerificationKpNil sets the value for VerificationKp to be an explicit nil
func (o *ModelRequest) UnsetVerificationKp()
UnsetVerificationKp ensures that no value is present for VerificationKp, not even an explicit nil
func (o *ModelRequest) GetEncryptionKp() string
GetEncryptionKp returns the EncryptionKp field if non-nil, zero value otherwise.
func (o *ModelRequest) GetEncryptionKpOk() (*string, bool)
GetEncryptionKpOk returns a tuple with the EncryptionKp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelRequest) SetEncryptionKp(v string)
SetEncryptionKp sets EncryptionKp field to given value.
func (o *ModelRequest) HasEncryptionKp() bool
HasEncryptionKp returns a boolean if a field has been set.
func (o *ModelRequest) SetEncryptionKpNil(b bool)
SetEncryptionKpNil sets the value for EncryptionKp to be an explicit nil
func (o *ModelRequest) UnsetEncryptionKp()
UnsetEncryptionKp ensures that no value is present for EncryptionKp, not even an explicit nil
func (o *ModelRequest) GetSignAssertion() bool
GetSignAssertion returns the SignAssertion field if non-nil, zero value otherwise.
func (o *ModelRequest) GetSignAssertionOk() (*bool, bool)
GetSignAssertionOk returns a tuple with the SignAssertion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelRequest) SetSignAssertion(v bool)
SetSignAssertion sets SignAssertion field to given value.
func (o *ModelRequest) HasSignAssertion() bool
HasSignAssertion returns a boolean if a field has been set.
func (o *ModelRequest) GetSignResponse() bool
GetSignResponse returns the SignResponse field if non-nil, zero value otherwise.
func (o *ModelRequest) GetSignResponseOk() (*bool, bool)
GetSignResponseOk returns a tuple with the SignResponse field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelRequest) SetSignResponse(v bool)
SetSignResponse sets SignResponse field to given value.
func (o *ModelRequest) HasSignResponse() bool
HasSignResponse returns a boolean if a field has been set.
func (o *ModelRequest) GetSpBinding() SpBindingEnum
GetSpBinding returns the SpBinding field if non-nil, zero value otherwise.
func (o *ModelRequest) GetSpBindingOk() (*SpBindingEnum, bool)
GetSpBindingOk returns a tuple with the SpBinding field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelRequest) SetSpBinding(v SpBindingEnum)
SetSpBinding sets SpBinding field to given value.
func (o *ModelRequest) HasSpBinding() bool
HasSpBinding returns a boolean if a field has been set.
func (o *ModelRequest) GetDefaultRelayState() string
GetDefaultRelayState returns the DefaultRelayState field if non-nil, zero value otherwise.
func (o *ModelRequest) GetDefaultRelayStateOk() (*string, bool)
GetDefaultRelayStateOk returns a tuple with the DefaultRelayState field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelRequest) SetDefaultRelayState(v string)
SetDefaultRelayState sets DefaultRelayState field to given value.
func (o *ModelRequest) HasDefaultRelayState() bool
HasDefaultRelayState returns a boolean if a field has been set.
func (o *ModelRequest) GetUrl() string
GetUrl returns the Url field if non-nil, zero value otherwise.
func (o *ModelRequest) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelRequest) SetUrl(v string)
SetUrl sets Url field to given value.
func (o *ModelRequest) GetVerifyCertificates() bool
GetVerifyCertificates returns the VerifyCertificates field if non-nil, zero value otherwise.
func (o *ModelRequest) GetVerifyCertificatesOk() (*bool, bool)
GetVerifyCertificatesOk returns a tuple with the VerifyCertificates field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelRequest) SetVerifyCertificates(v bool)
SetVerifyCertificates sets VerifyCertificates field to given value.
func (o *ModelRequest) HasVerifyCertificates() bool
HasVerifyCertificates returns a boolean if a field has been set.
func (o *ModelRequest) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *ModelRequest) 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 *ModelRequest) SetToken(v string)
SetToken sets Token field to given value.