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] |
ClientId | string | [readonly] | |
InternalHost | Pointer to string | [optional] | |
ExternalHost | string | ||
InternalHostSslValidation | Pointer to bool | Validate SSL Certificates of upstream servers | [optional] |
Certificate | Pointer to NullableString | [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] |
RedirectUris | string | [readonly] | |
CookieDomain | Pointer to string | [optional] | |
JwksSources | Pointer to []string | [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] |
OutpostSet | []string | [readonly] |
func NewProxyProvider(pk int32, name string, authorizationFlow string, invalidationFlow string, component string, assignedApplicationSlug string, assignedApplicationName string, assignedBackchannelApplicationSlug string, assignedBackchannelApplicationName string, verboseName string, verboseNamePlural string, metaModelName string, clientId string, externalHost string, redirectUris string, outpostSet []string, ) *ProxyProvider
NewProxyProvider instantiates a new ProxyProvider 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 NewProxyProviderWithDefaults() *ProxyProvider
NewProxyProviderWithDefaults instantiates a new ProxyProvider 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 *ProxyProvider) GetPk() int32
GetPk returns the Pk field if non-nil, zero value otherwise.
func (o *ProxyProvider) 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 *ProxyProvider) SetPk(v int32)
SetPk sets Pk field to given value.
func (o *ProxyProvider) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ProxyProvider) 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 *ProxyProvider) SetName(v string)
SetName sets Name field to given value.
func (o *ProxyProvider) GetAuthenticationFlow() string
GetAuthenticationFlow returns the AuthenticationFlow field if non-nil, zero value otherwise.
func (o *ProxyProvider) 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 *ProxyProvider) SetAuthenticationFlow(v string)
SetAuthenticationFlow sets AuthenticationFlow field to given value.
func (o *ProxyProvider) HasAuthenticationFlow() bool
HasAuthenticationFlow returns a boolean if a field has been set.
func (o *ProxyProvider) SetAuthenticationFlowNil(b bool)
SetAuthenticationFlowNil sets the value for AuthenticationFlow to be an explicit nil
func (o *ProxyProvider) UnsetAuthenticationFlow()
UnsetAuthenticationFlow ensures that no value is present for AuthenticationFlow, not even an explicit nil
func (o *ProxyProvider) GetAuthorizationFlow() string
GetAuthorizationFlow returns the AuthorizationFlow field if non-nil, zero value otherwise.
func (o *ProxyProvider) 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 *ProxyProvider) SetAuthorizationFlow(v string)
SetAuthorizationFlow sets AuthorizationFlow field to given value.
func (o *ProxyProvider) GetInvalidationFlow() string
GetInvalidationFlow returns the InvalidationFlow field if non-nil, zero value otherwise.
func (o *ProxyProvider) 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 *ProxyProvider) SetInvalidationFlow(v string)
SetInvalidationFlow sets InvalidationFlow field to given value.
func (o *ProxyProvider) GetPropertyMappings() []string
GetPropertyMappings returns the PropertyMappings field if non-nil, zero value otherwise.
func (o *ProxyProvider) 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 *ProxyProvider) SetPropertyMappings(v []string)
SetPropertyMappings sets PropertyMappings field to given value.
func (o *ProxyProvider) HasPropertyMappings() bool
HasPropertyMappings returns a boolean if a field has been set.
func (o *ProxyProvider) GetComponent() string
GetComponent returns the Component field if non-nil, zero value otherwise.
func (o *ProxyProvider) 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 *ProxyProvider) SetComponent(v string)
SetComponent sets Component field to given value.
func (o *ProxyProvider) GetAssignedApplicationSlug() string
GetAssignedApplicationSlug returns the AssignedApplicationSlug field if non-nil, zero value otherwise.
func (o *ProxyProvider) 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 *ProxyProvider) SetAssignedApplicationSlug(v string)
SetAssignedApplicationSlug sets AssignedApplicationSlug field to given value.
func (o *ProxyProvider) GetAssignedApplicationName() string
GetAssignedApplicationName returns the AssignedApplicationName field if non-nil, zero value otherwise.
func (o *ProxyProvider) 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 *ProxyProvider) SetAssignedApplicationName(v string)
SetAssignedApplicationName sets AssignedApplicationName field to given value.
func (o *ProxyProvider) GetAssignedBackchannelApplicationSlug() string
GetAssignedBackchannelApplicationSlug returns the AssignedBackchannelApplicationSlug field if non-nil, zero value otherwise.
func (o *ProxyProvider) 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 *ProxyProvider) SetAssignedBackchannelApplicationSlug(v string)
SetAssignedBackchannelApplicationSlug sets AssignedBackchannelApplicationSlug field to given value.
func (o *ProxyProvider) GetAssignedBackchannelApplicationName() string
GetAssignedBackchannelApplicationName returns the AssignedBackchannelApplicationName field if non-nil, zero value otherwise.
func (o *ProxyProvider) 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 *ProxyProvider) SetAssignedBackchannelApplicationName(v string)
SetAssignedBackchannelApplicationName sets AssignedBackchannelApplicationName field to given value.
func (o *ProxyProvider) GetVerboseName() string
GetVerboseName returns the VerboseName field if non-nil, zero value otherwise.
func (o *ProxyProvider) 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 *ProxyProvider) SetVerboseName(v string)
SetVerboseName sets VerboseName field to given value.
func (o *ProxyProvider) GetVerboseNamePlural() string
GetVerboseNamePlural returns the VerboseNamePlural field if non-nil, zero value otherwise.
func (o *ProxyProvider) 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 *ProxyProvider) SetVerboseNamePlural(v string)
SetVerboseNamePlural sets VerboseNamePlural field to given value.
func (o *ProxyProvider) GetMetaModelName() string
GetMetaModelName returns the MetaModelName field if non-nil, zero value otherwise.
func (o *ProxyProvider) 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 *ProxyProvider) SetMetaModelName(v string)
SetMetaModelName sets MetaModelName field to given value.
func (o *ProxyProvider) GetClientId() string
GetClientId returns the ClientId field if non-nil, zero value otherwise.
func (o *ProxyProvider) 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 *ProxyProvider) SetClientId(v string)
SetClientId sets ClientId field to given value.
func (o *ProxyProvider) GetInternalHost() string
GetInternalHost returns the InternalHost field if non-nil, zero value otherwise.
func (o *ProxyProvider) 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 *ProxyProvider) SetInternalHost(v string)
SetInternalHost sets InternalHost field to given value.
func (o *ProxyProvider) HasInternalHost() bool
HasInternalHost returns a boolean if a field has been set.
func (o *ProxyProvider) GetExternalHost() string
GetExternalHost returns the ExternalHost field if non-nil, zero value otherwise.
func (o *ProxyProvider) 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 *ProxyProvider) SetExternalHost(v string)
SetExternalHost sets ExternalHost field to given value.
func (o *ProxyProvider) GetInternalHostSslValidation() bool
GetInternalHostSslValidation returns the InternalHostSslValidation field if non-nil, zero value otherwise.
func (o *ProxyProvider) 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 *ProxyProvider) SetInternalHostSslValidation(v bool)
SetInternalHostSslValidation sets InternalHostSslValidation field to given value.
func (o *ProxyProvider) HasInternalHostSslValidation() bool
HasInternalHostSslValidation returns a boolean if a field has been set.
func (o *ProxyProvider) GetCertificate() string
GetCertificate returns the Certificate field if non-nil, zero value otherwise.
func (o *ProxyProvider) 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 *ProxyProvider) SetCertificate(v string)
SetCertificate sets Certificate field to given value.
func (o *ProxyProvider) HasCertificate() bool
HasCertificate returns a boolean if a field has been set.
func (o *ProxyProvider) SetCertificateNil(b bool)
SetCertificateNil sets the value for Certificate to be an explicit nil
func (o *ProxyProvider) UnsetCertificate()
UnsetCertificate ensures that no value is present for Certificate, not even an explicit nil
func (o *ProxyProvider) GetSkipPathRegex() string
GetSkipPathRegex returns the SkipPathRegex field if non-nil, zero value otherwise.
func (o *ProxyProvider) 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 *ProxyProvider) SetSkipPathRegex(v string)
SetSkipPathRegex sets SkipPathRegex field to given value.
func (o *ProxyProvider) HasSkipPathRegex() bool
HasSkipPathRegex returns a boolean if a field has been set.
func (o *ProxyProvider) GetBasicAuthEnabled() bool
GetBasicAuthEnabled returns the BasicAuthEnabled field if non-nil, zero value otherwise.
func (o *ProxyProvider) 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 *ProxyProvider) SetBasicAuthEnabled(v bool)
SetBasicAuthEnabled sets BasicAuthEnabled field to given value.
func (o *ProxyProvider) HasBasicAuthEnabled() bool
HasBasicAuthEnabled returns a boolean if a field has been set.
func (o *ProxyProvider) GetBasicAuthPasswordAttribute() string
GetBasicAuthPasswordAttribute returns the BasicAuthPasswordAttribute field if non-nil, zero value otherwise.
func (o *ProxyProvider) 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 *ProxyProvider) SetBasicAuthPasswordAttribute(v string)
SetBasicAuthPasswordAttribute sets BasicAuthPasswordAttribute field to given value.
func (o *ProxyProvider) HasBasicAuthPasswordAttribute() bool
HasBasicAuthPasswordAttribute returns a boolean if a field has been set.
func (o *ProxyProvider) GetBasicAuthUserAttribute() string
GetBasicAuthUserAttribute returns the BasicAuthUserAttribute field if non-nil, zero value otherwise.
func (o *ProxyProvider) 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 *ProxyProvider) SetBasicAuthUserAttribute(v string)
SetBasicAuthUserAttribute sets BasicAuthUserAttribute field to given value.
func (o *ProxyProvider) HasBasicAuthUserAttribute() bool
HasBasicAuthUserAttribute returns a boolean if a field has been set.
func (o *ProxyProvider) GetMode() ProxyMode
GetMode returns the Mode field if non-nil, zero value otherwise.
func (o *ProxyProvider) 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 *ProxyProvider) SetMode(v ProxyMode)
SetMode sets Mode field to given value.
func (o *ProxyProvider) HasMode() bool
HasMode returns a boolean if a field has been set.
func (o *ProxyProvider) GetInterceptHeaderAuth() bool
GetInterceptHeaderAuth returns the InterceptHeaderAuth field if non-nil, zero value otherwise.
func (o *ProxyProvider) 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 *ProxyProvider) SetInterceptHeaderAuth(v bool)
SetInterceptHeaderAuth sets InterceptHeaderAuth field to given value.
func (o *ProxyProvider) HasInterceptHeaderAuth() bool
HasInterceptHeaderAuth returns a boolean if a field has been set.
func (o *ProxyProvider) GetRedirectUris() string
GetRedirectUris returns the RedirectUris field if non-nil, zero value otherwise.
func (o *ProxyProvider) 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 *ProxyProvider) SetRedirectUris(v string)
SetRedirectUris sets RedirectUris field to given value.
func (o *ProxyProvider) GetCookieDomain() string
GetCookieDomain returns the CookieDomain field if non-nil, zero value otherwise.
func (o *ProxyProvider) 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 *ProxyProvider) SetCookieDomain(v string)
SetCookieDomain sets CookieDomain field to given value.
func (o *ProxyProvider) HasCookieDomain() bool
HasCookieDomain returns a boolean if a field has been set.
func (o *ProxyProvider) GetJwksSources() []string
GetJwksSources returns the JwksSources field if non-nil, zero value otherwise.
func (o *ProxyProvider) 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 *ProxyProvider) SetJwksSources(v []string)
SetJwksSources sets JwksSources field to given value.
func (o *ProxyProvider) HasJwksSources() bool
HasJwksSources returns a boolean if a field has been set.
func (o *ProxyProvider) GetAccessTokenValidity() string
GetAccessTokenValidity returns the AccessTokenValidity field if non-nil, zero value otherwise.
func (o *ProxyProvider) 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 *ProxyProvider) SetAccessTokenValidity(v string)
SetAccessTokenValidity sets AccessTokenValidity field to given value.
func (o *ProxyProvider) HasAccessTokenValidity() bool
HasAccessTokenValidity returns a boolean if a field has been set.
func (o *ProxyProvider) GetRefreshTokenValidity() string
GetRefreshTokenValidity returns the RefreshTokenValidity field if non-nil, zero value otherwise.
func (o *ProxyProvider) 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 *ProxyProvider) SetRefreshTokenValidity(v string)
SetRefreshTokenValidity sets RefreshTokenValidity field to given value.
func (o *ProxyProvider) HasRefreshTokenValidity() bool
HasRefreshTokenValidity returns a boolean if a field has been set.
func (o *ProxyProvider) GetOutpostSet() []string
GetOutpostSet returns the OutpostSet field if non-nil, zero value otherwise.
func (o *ProxyProvider) GetOutpostSetOk() (*[]string, bool)
GetOutpostSetOk returns a tuple with the OutpostSet field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProxyProvider) SetOutpostSet(v []string)
SetOutpostSet sets OutpostSet field to given value.