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] |
InvalidationFlow | Pointer to string | Flow used ending the session from a provider. | [optional] |
PropertyMappings | Pointer to []string | [optional] | |
InternalHost | Pointer to string | [optional] | |
ExternalHost | Pointer to string | [optional] | |
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] |
CookieDomain | Pointer to string | [optional] | |
JwtFederationSources | Pointer to []string | [optional] | |
JwtFederationProviders | Pointer to []int32 | [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] |
func NewPatchedProxyProviderRequest() *PatchedProxyProviderRequest
NewPatchedProxyProviderRequest instantiates a new PatchedProxyProviderRequest 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 NewPatchedProxyProviderRequestWithDefaults() *PatchedProxyProviderRequest
NewPatchedProxyProviderRequestWithDefaults instantiates a new PatchedProxyProviderRequest 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 *PatchedProxyProviderRequest) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *PatchedProxyProviderRequest) 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 *PatchedProxyProviderRequest) SetName(v string)
SetName sets Name field to given value.
func (o *PatchedProxyProviderRequest) HasName() bool
HasName returns a boolean if a field has been set.
func (o *PatchedProxyProviderRequest) GetAuthenticationFlow() string
GetAuthenticationFlow returns the AuthenticationFlow field if non-nil, zero value otherwise.
func (o *PatchedProxyProviderRequest) 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 *PatchedProxyProviderRequest) SetAuthenticationFlow(v string)
SetAuthenticationFlow sets AuthenticationFlow field to given value.
func (o *PatchedProxyProviderRequest) HasAuthenticationFlow() bool
HasAuthenticationFlow returns a boolean if a field has been set.
func (o *PatchedProxyProviderRequest) SetAuthenticationFlowNil(b bool)
SetAuthenticationFlowNil sets the value for AuthenticationFlow to be an explicit nil
func (o *PatchedProxyProviderRequest) UnsetAuthenticationFlow()
UnsetAuthenticationFlow ensures that no value is present for AuthenticationFlow, not even an explicit nil
func (o *PatchedProxyProviderRequest) GetAuthorizationFlow() string
GetAuthorizationFlow returns the AuthorizationFlow field if non-nil, zero value otherwise.
func (o *PatchedProxyProviderRequest) 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 *PatchedProxyProviderRequest) SetAuthorizationFlow(v string)
SetAuthorizationFlow sets AuthorizationFlow field to given value.
func (o *PatchedProxyProviderRequest) HasAuthorizationFlow() bool
HasAuthorizationFlow returns a boolean if a field has been set.
func (o *PatchedProxyProviderRequest) GetInvalidationFlow() string
GetInvalidationFlow returns the InvalidationFlow field if non-nil, zero value otherwise.
func (o *PatchedProxyProviderRequest) 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 *PatchedProxyProviderRequest) SetInvalidationFlow(v string)
SetInvalidationFlow sets InvalidationFlow field to given value.
func (o *PatchedProxyProviderRequest) HasInvalidationFlow() bool
HasInvalidationFlow returns a boolean if a field has been set.
func (o *PatchedProxyProviderRequest) GetPropertyMappings() []string
GetPropertyMappings returns the PropertyMappings field if non-nil, zero value otherwise.
func (o *PatchedProxyProviderRequest) 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 *PatchedProxyProviderRequest) SetPropertyMappings(v []string)
SetPropertyMappings sets PropertyMappings field to given value.
func (o *PatchedProxyProviderRequest) HasPropertyMappings() bool
HasPropertyMappings returns a boolean if a field has been set.
func (o *PatchedProxyProviderRequest) GetInternalHost() string
GetInternalHost returns the InternalHost field if non-nil, zero value otherwise.
func (o *PatchedProxyProviderRequest) 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 *PatchedProxyProviderRequest) SetInternalHost(v string)
SetInternalHost sets InternalHost field to given value.
func (o *PatchedProxyProviderRequest) HasInternalHost() bool
HasInternalHost returns a boolean if a field has been set.
func (o *PatchedProxyProviderRequest) GetExternalHost() string
GetExternalHost returns the ExternalHost field if non-nil, zero value otherwise.
func (o *PatchedProxyProviderRequest) 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 *PatchedProxyProviderRequest) SetExternalHost(v string)
SetExternalHost sets ExternalHost field to given value.
func (o *PatchedProxyProviderRequest) HasExternalHost() bool
HasExternalHost returns a boolean if a field has been set.
func (o *PatchedProxyProviderRequest) GetInternalHostSslValidation() bool
GetInternalHostSslValidation returns the InternalHostSslValidation field if non-nil, zero value otherwise.
func (o *PatchedProxyProviderRequest) 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 *PatchedProxyProviderRequest) SetInternalHostSslValidation(v bool)
SetInternalHostSslValidation sets InternalHostSslValidation field to given value.
func (o *PatchedProxyProviderRequest) HasInternalHostSslValidation() bool
HasInternalHostSslValidation returns a boolean if a field has been set.
func (o *PatchedProxyProviderRequest) GetCertificate() string
GetCertificate returns the Certificate field if non-nil, zero value otherwise.
func (o *PatchedProxyProviderRequest) 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 *PatchedProxyProviderRequest) SetCertificate(v string)
SetCertificate sets Certificate field to given value.
func (o *PatchedProxyProviderRequest) HasCertificate() bool
HasCertificate returns a boolean if a field has been set.
func (o *PatchedProxyProviderRequest) SetCertificateNil(b bool)
SetCertificateNil sets the value for Certificate to be an explicit nil
func (o *PatchedProxyProviderRequest) UnsetCertificate()
UnsetCertificate ensures that no value is present for Certificate, not even an explicit nil
func (o *PatchedProxyProviderRequest) GetSkipPathRegex() string
GetSkipPathRegex returns the SkipPathRegex field if non-nil, zero value otherwise.
func (o *PatchedProxyProviderRequest) 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 *PatchedProxyProviderRequest) SetSkipPathRegex(v string)
SetSkipPathRegex sets SkipPathRegex field to given value.
func (o *PatchedProxyProviderRequest) HasSkipPathRegex() bool
HasSkipPathRegex returns a boolean if a field has been set.
func (o *PatchedProxyProviderRequest) GetBasicAuthEnabled() bool
GetBasicAuthEnabled returns the BasicAuthEnabled field if non-nil, zero value otherwise.
func (o *PatchedProxyProviderRequest) 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 *PatchedProxyProviderRequest) SetBasicAuthEnabled(v bool)
SetBasicAuthEnabled sets BasicAuthEnabled field to given value.
func (o *PatchedProxyProviderRequest) HasBasicAuthEnabled() bool
HasBasicAuthEnabled returns a boolean if a field has been set.
func (o *PatchedProxyProviderRequest) GetBasicAuthPasswordAttribute() string
GetBasicAuthPasswordAttribute returns the BasicAuthPasswordAttribute field if non-nil, zero value otherwise.
func (o *PatchedProxyProviderRequest) 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 *PatchedProxyProviderRequest) SetBasicAuthPasswordAttribute(v string)
SetBasicAuthPasswordAttribute sets BasicAuthPasswordAttribute field to given value.
func (o *PatchedProxyProviderRequest) HasBasicAuthPasswordAttribute() bool
HasBasicAuthPasswordAttribute returns a boolean if a field has been set.
func (o *PatchedProxyProviderRequest) GetBasicAuthUserAttribute() string
GetBasicAuthUserAttribute returns the BasicAuthUserAttribute field if non-nil, zero value otherwise.
func (o *PatchedProxyProviderRequest) 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 *PatchedProxyProviderRequest) SetBasicAuthUserAttribute(v string)
SetBasicAuthUserAttribute sets BasicAuthUserAttribute field to given value.
func (o *PatchedProxyProviderRequest) HasBasicAuthUserAttribute() bool
HasBasicAuthUserAttribute returns a boolean if a field has been set.
func (o *PatchedProxyProviderRequest) GetMode() ProxyMode
GetMode returns the Mode field if non-nil, zero value otherwise.
func (o *PatchedProxyProviderRequest) 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 *PatchedProxyProviderRequest) SetMode(v ProxyMode)
SetMode sets Mode field to given value.
func (o *PatchedProxyProviderRequest) HasMode() bool
HasMode returns a boolean if a field has been set.
func (o *PatchedProxyProviderRequest) GetInterceptHeaderAuth() bool
GetInterceptHeaderAuth returns the InterceptHeaderAuth field if non-nil, zero value otherwise.
func (o *PatchedProxyProviderRequest) 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 *PatchedProxyProviderRequest) SetInterceptHeaderAuth(v bool)
SetInterceptHeaderAuth sets InterceptHeaderAuth field to given value.
func (o *PatchedProxyProviderRequest) HasInterceptHeaderAuth() bool
HasInterceptHeaderAuth returns a boolean if a field has been set.
func (o *PatchedProxyProviderRequest) GetCookieDomain() string
GetCookieDomain returns the CookieDomain field if non-nil, zero value otherwise.
func (o *PatchedProxyProviderRequest) 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 *PatchedProxyProviderRequest) SetCookieDomain(v string)
SetCookieDomain sets CookieDomain field to given value.
func (o *PatchedProxyProviderRequest) HasCookieDomain() bool
HasCookieDomain returns a boolean if a field has been set.
func (o *PatchedProxyProviderRequest) GetJwtFederationSources() []string
GetJwtFederationSources returns the JwtFederationSources field if non-nil, zero value otherwise.
func (o *PatchedProxyProviderRequest) GetJwtFederationSourcesOk() (*[]string, bool)
GetJwtFederationSourcesOk returns a tuple with the JwtFederationSources field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedProxyProviderRequest) SetJwtFederationSources(v []string)
SetJwtFederationSources sets JwtFederationSources field to given value.
func (o *PatchedProxyProviderRequest) HasJwtFederationSources() bool
HasJwtFederationSources returns a boolean if a field has been set.
func (o *PatchedProxyProviderRequest) GetJwtFederationProviders() []int32
GetJwtFederationProviders returns the JwtFederationProviders field if non-nil, zero value otherwise.
func (o *PatchedProxyProviderRequest) GetJwtFederationProvidersOk() (*[]int32, bool)
GetJwtFederationProvidersOk returns a tuple with the JwtFederationProviders field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedProxyProviderRequest) SetJwtFederationProviders(v []int32)
SetJwtFederationProviders sets JwtFederationProviders field to given value.
func (o *PatchedProxyProviderRequest) HasJwtFederationProviders() bool
HasJwtFederationProviders returns a boolean if a field has been set.
func (o *PatchedProxyProviderRequest) GetAccessTokenValidity() string
GetAccessTokenValidity returns the AccessTokenValidity field if non-nil, zero value otherwise.
func (o *PatchedProxyProviderRequest) 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 *PatchedProxyProviderRequest) SetAccessTokenValidity(v string)
SetAccessTokenValidity sets AccessTokenValidity field to given value.
func (o *PatchedProxyProviderRequest) HasAccessTokenValidity() bool
HasAccessTokenValidity returns a boolean if a field has been set.
func (o *PatchedProxyProviderRequest) GetRefreshTokenValidity() string
GetRefreshTokenValidity returns the RefreshTokenValidity field if non-nil, zero value otherwise.
func (o *PatchedProxyProviderRequest) 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 *PatchedProxyProviderRequest) SetRefreshTokenValidity(v string)
SetRefreshTokenValidity sets RefreshTokenValidity field to given value.
func (o *PatchedProxyProviderRequest) HasRefreshTokenValidity() bool
HasRefreshTokenValidity returns a boolean if a field has been set.