Name | Type | Description | Notes |
---|---|---|---|
Pk | int32 | [readonly] | |
Name | 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. | |
PropertyMappings | Pointer to []string | [optional] | |
Component | string | Get object component so that we know how to edit the object | [readonly] |
AssignedApplicationSlug | string | Internal application name, used in URLs. | [readonly] |
AssignedApplicationName | string | Application's display Name. | [readonly] |
AssignedBackchannelApplicationSlug | string | Internal application name, used in URLs. | [readonly] |
AssignedBackchannelApplicationName | string | Application's display Name. | [readonly] |
VerboseName | string | Return object's verbose_name | [readonly] |
VerboseNamePlural | string | Return object's plural verbose_name | [readonly] |
MetaModelName | string | Return internal model name | [readonly] |
ClientType | Pointer to ClientTypeEnum | Confidential clients are capable of maintaining the confidentiality of their credentials. Public clients are incapable | [optional] |
ClientId | Pointer to string | [optional] | |
ClientSecret | Pointer to string | [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 | Pointer to string | Enter each URI on a new line. | [optional] |
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] |
func NewOAuth2Provider(pk int32, name string, authorizationFlow string, invalidationFlow string, component string, assignedApplicationSlug string, assignedApplicationName string, assignedBackchannelApplicationSlug string, assignedBackchannelApplicationName string, verboseName string, verboseNamePlural string, metaModelName string, ) *OAuth2Provider
NewOAuth2Provider instantiates a new OAuth2Provider 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 NewOAuth2ProviderWithDefaults() *OAuth2Provider
NewOAuth2ProviderWithDefaults instantiates a new OAuth2Provider 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 *OAuth2Provider) GetPk() int32
GetPk returns the Pk field if non-nil, zero value otherwise.
func (o *OAuth2Provider) GetPkOk() (*int32, bool)
GetPkOk returns a tuple with the Pk field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OAuth2Provider) SetPk(v int32)
SetPk sets Pk field to given value.
func (o *OAuth2Provider) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *OAuth2Provider) 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 *OAuth2Provider) SetName(v string)
SetName sets Name field to given value.
func (o *OAuth2Provider) GetAuthenticationFlow() string
GetAuthenticationFlow returns the AuthenticationFlow field if non-nil, zero value otherwise.
func (o *OAuth2Provider) 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 *OAuth2Provider) SetAuthenticationFlow(v string)
SetAuthenticationFlow sets AuthenticationFlow field to given value.
func (o *OAuth2Provider) HasAuthenticationFlow() bool
HasAuthenticationFlow returns a boolean if a field has been set.
func (o *OAuth2Provider) SetAuthenticationFlowNil(b bool)
SetAuthenticationFlowNil sets the value for AuthenticationFlow to be an explicit nil
func (o *OAuth2Provider) UnsetAuthenticationFlow()
UnsetAuthenticationFlow ensures that no value is present for AuthenticationFlow, not even an explicit nil
func (o *OAuth2Provider) GetAuthorizationFlow() string
GetAuthorizationFlow returns the AuthorizationFlow field if non-nil, zero value otherwise.
func (o *OAuth2Provider) 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 *OAuth2Provider) SetAuthorizationFlow(v string)
SetAuthorizationFlow sets AuthorizationFlow field to given value.
func (o *OAuth2Provider) GetInvalidationFlow() string
GetInvalidationFlow returns the InvalidationFlow field if non-nil, zero value otherwise.
func (o *OAuth2Provider) 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 *OAuth2Provider) SetInvalidationFlow(v string)
SetInvalidationFlow sets InvalidationFlow field to given value.
func (o *OAuth2Provider) GetPropertyMappings() []string
GetPropertyMappings returns the PropertyMappings field if non-nil, zero value otherwise.
func (o *OAuth2Provider) 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 *OAuth2Provider) SetPropertyMappings(v []string)
SetPropertyMappings sets PropertyMappings field to given value.
func (o *OAuth2Provider) HasPropertyMappings() bool
HasPropertyMappings returns a boolean if a field has been set.
func (o *OAuth2Provider) GetComponent() string
GetComponent returns the Component field if non-nil, zero value otherwise.
func (o *OAuth2Provider) GetComponentOk() (*string, bool)
GetComponentOk returns a tuple with the Component field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OAuth2Provider) SetComponent(v string)
SetComponent sets Component field to given value.
func (o *OAuth2Provider) GetAssignedApplicationSlug() string
GetAssignedApplicationSlug returns the AssignedApplicationSlug field if non-nil, zero value otherwise.
func (o *OAuth2Provider) GetAssignedApplicationSlugOk() (*string, bool)
GetAssignedApplicationSlugOk returns a tuple with the AssignedApplicationSlug field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OAuth2Provider) SetAssignedApplicationSlug(v string)
SetAssignedApplicationSlug sets AssignedApplicationSlug field to given value.
func (o *OAuth2Provider) GetAssignedApplicationName() string
GetAssignedApplicationName returns the AssignedApplicationName field if non-nil, zero value otherwise.
func (o *OAuth2Provider) GetAssignedApplicationNameOk() (*string, bool)
GetAssignedApplicationNameOk returns a tuple with the AssignedApplicationName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OAuth2Provider) SetAssignedApplicationName(v string)
SetAssignedApplicationName sets AssignedApplicationName field to given value.
func (o *OAuth2Provider) GetAssignedBackchannelApplicationSlug() string
GetAssignedBackchannelApplicationSlug returns the AssignedBackchannelApplicationSlug field if non-nil, zero value otherwise.
func (o *OAuth2Provider) GetAssignedBackchannelApplicationSlugOk() (*string, bool)
GetAssignedBackchannelApplicationSlugOk returns a tuple with the AssignedBackchannelApplicationSlug field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OAuth2Provider) SetAssignedBackchannelApplicationSlug(v string)
SetAssignedBackchannelApplicationSlug sets AssignedBackchannelApplicationSlug field to given value.
func (o *OAuth2Provider) GetAssignedBackchannelApplicationName() string
GetAssignedBackchannelApplicationName returns the AssignedBackchannelApplicationName field if non-nil, zero value otherwise.
func (o *OAuth2Provider) GetAssignedBackchannelApplicationNameOk() (*string, bool)
GetAssignedBackchannelApplicationNameOk returns a tuple with the AssignedBackchannelApplicationName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OAuth2Provider) SetAssignedBackchannelApplicationName(v string)
SetAssignedBackchannelApplicationName sets AssignedBackchannelApplicationName field to given value.
func (o *OAuth2Provider) GetVerboseName() string
GetVerboseName returns the VerboseName field if non-nil, zero value otherwise.
func (o *OAuth2Provider) GetVerboseNameOk() (*string, bool)
GetVerboseNameOk returns a tuple with the VerboseName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OAuth2Provider) SetVerboseName(v string)
SetVerboseName sets VerboseName field to given value.
func (o *OAuth2Provider) GetVerboseNamePlural() string
GetVerboseNamePlural returns the VerboseNamePlural field if non-nil, zero value otherwise.
func (o *OAuth2Provider) GetVerboseNamePluralOk() (*string, bool)
GetVerboseNamePluralOk returns a tuple with the VerboseNamePlural field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OAuth2Provider) SetVerboseNamePlural(v string)
SetVerboseNamePlural sets VerboseNamePlural field to given value.
func (o *OAuth2Provider) GetMetaModelName() string
GetMetaModelName returns the MetaModelName field if non-nil, zero value otherwise.
func (o *OAuth2Provider) GetMetaModelNameOk() (*string, bool)
GetMetaModelNameOk returns a tuple with the MetaModelName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OAuth2Provider) SetMetaModelName(v string)
SetMetaModelName sets MetaModelName field to given value.
func (o *OAuth2Provider) GetClientType() ClientTypeEnum
GetClientType returns the ClientType field if non-nil, zero value otherwise.
func (o *OAuth2Provider) 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 *OAuth2Provider) SetClientType(v ClientTypeEnum)
SetClientType sets ClientType field to given value.
func (o *OAuth2Provider) HasClientType() bool
HasClientType returns a boolean if a field has been set.
func (o *OAuth2Provider) GetClientId() string
GetClientId returns the ClientId field if non-nil, zero value otherwise.
func (o *OAuth2Provider) 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 *OAuth2Provider) SetClientId(v string)
SetClientId sets ClientId field to given value.
func (o *OAuth2Provider) HasClientId() bool
HasClientId returns a boolean if a field has been set.
func (o *OAuth2Provider) GetClientSecret() string
GetClientSecret returns the ClientSecret field if non-nil, zero value otherwise.
func (o *OAuth2Provider) 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 *OAuth2Provider) SetClientSecret(v string)
SetClientSecret sets ClientSecret field to given value.
func (o *OAuth2Provider) HasClientSecret() bool
HasClientSecret returns a boolean if a field has been set.
func (o *OAuth2Provider) GetAccessCodeValidity() string
GetAccessCodeValidity returns the AccessCodeValidity field if non-nil, zero value otherwise.
func (o *OAuth2Provider) 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 *OAuth2Provider) SetAccessCodeValidity(v string)
SetAccessCodeValidity sets AccessCodeValidity field to given value.
func (o *OAuth2Provider) HasAccessCodeValidity() bool
HasAccessCodeValidity returns a boolean if a field has been set.
func (o *OAuth2Provider) GetAccessTokenValidity() string
GetAccessTokenValidity returns the AccessTokenValidity field if non-nil, zero value otherwise.
func (o *OAuth2Provider) 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 *OAuth2Provider) SetAccessTokenValidity(v string)
SetAccessTokenValidity sets AccessTokenValidity field to given value.
func (o *OAuth2Provider) HasAccessTokenValidity() bool
HasAccessTokenValidity returns a boolean if a field has been set.
func (o *OAuth2Provider) GetRefreshTokenValidity() string
GetRefreshTokenValidity returns the RefreshTokenValidity field if non-nil, zero value otherwise.
func (o *OAuth2Provider) 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 *OAuth2Provider) SetRefreshTokenValidity(v string)
SetRefreshTokenValidity sets RefreshTokenValidity field to given value.
func (o *OAuth2Provider) HasRefreshTokenValidity() bool
HasRefreshTokenValidity returns a boolean if a field has been set.
func (o *OAuth2Provider) GetIncludeClaimsInIdToken() bool
GetIncludeClaimsInIdToken returns the IncludeClaimsInIdToken field if non-nil, zero value otherwise.
func (o *OAuth2Provider) 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 *OAuth2Provider) SetIncludeClaimsInIdToken(v bool)
SetIncludeClaimsInIdToken sets IncludeClaimsInIdToken field to given value.
func (o *OAuth2Provider) HasIncludeClaimsInIdToken() bool
HasIncludeClaimsInIdToken returns a boolean if a field has been set.
func (o *OAuth2Provider) GetSigningKey() string
GetSigningKey returns the SigningKey field if non-nil, zero value otherwise.
func (o *OAuth2Provider) 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 *OAuth2Provider) SetSigningKey(v string)
SetSigningKey sets SigningKey field to given value.
func (o *OAuth2Provider) HasSigningKey() bool
HasSigningKey returns a boolean if a field has been set.
func (o *OAuth2Provider) SetSigningKeyNil(b bool)
SetSigningKeyNil sets the value for SigningKey to be an explicit nil
func (o *OAuth2Provider) UnsetSigningKey()
UnsetSigningKey ensures that no value is present for SigningKey, not even an explicit nil
func (o *OAuth2Provider) GetEncryptionKey() string
GetEncryptionKey returns the EncryptionKey field if non-nil, zero value otherwise.
func (o *OAuth2Provider) 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 *OAuth2Provider) SetEncryptionKey(v string)
SetEncryptionKey sets EncryptionKey field to given value.
func (o *OAuth2Provider) HasEncryptionKey() bool
HasEncryptionKey returns a boolean if a field has been set.
func (o *OAuth2Provider) SetEncryptionKeyNil(b bool)
SetEncryptionKeyNil sets the value for EncryptionKey to be an explicit nil
func (o *OAuth2Provider) UnsetEncryptionKey()
UnsetEncryptionKey ensures that no value is present for EncryptionKey, not even an explicit nil
func (o *OAuth2Provider) GetRedirectUris() string
GetRedirectUris returns the RedirectUris field if non-nil, zero value otherwise.
func (o *OAuth2Provider) GetRedirectUrisOk() (*string, 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 *OAuth2Provider) SetRedirectUris(v string)
SetRedirectUris sets RedirectUris field to given value.
func (o *OAuth2Provider) HasRedirectUris() bool
HasRedirectUris returns a boolean if a field has been set.
func (o *OAuth2Provider) GetSubMode() SubModeEnum
GetSubMode returns the SubMode field if non-nil, zero value otherwise.
func (o *OAuth2Provider) 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 *OAuth2Provider) SetSubMode(v SubModeEnum)
SetSubMode sets SubMode field to given value.
func (o *OAuth2Provider) HasSubMode() bool
HasSubMode returns a boolean if a field has been set.
func (o *OAuth2Provider) GetIssuerMode() IssuerModeEnum
GetIssuerMode returns the IssuerMode field if non-nil, zero value otherwise.
func (o *OAuth2Provider) 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 *OAuth2Provider) SetIssuerMode(v IssuerModeEnum)
SetIssuerMode sets IssuerMode field to given value.
func (o *OAuth2Provider) HasIssuerMode() bool
HasIssuerMode returns a boolean if a field has been set.
func (o *OAuth2Provider) GetJwksSources() []string
GetJwksSources returns the JwksSources field if non-nil, zero value otherwise.
func (o *OAuth2Provider) 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 *OAuth2Provider) SetJwksSources(v []string)
SetJwksSources sets JwksSources field to given value.
func (o *OAuth2Provider) HasJwksSources() bool
HasJwksSources returns a boolean if a field has been set.