Skip to content

Latest commit

 

History

History
518 lines (281 loc) · 17.3 KB

PatchedProxyProviderRequest.md

File metadata and controls

518 lines (281 loc) · 17.3 KB

PatchedProxyProviderRequest

Properties

Name Type Description Notes
Name Pointer to string [optional]
AuthenticationFlow Pointer to NullableString Flow used for authentication when the associated application is accessed by an un-authenticated user. [optional]
AuthorizationFlow Pointer to string Flow used when authorizing this provider. [optional]
PropertyMappings Pointer to []string [optional]
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]
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]

Methods

NewPatchedProxyProviderRequest

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

NewPatchedProxyProviderRequestWithDefaults

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

GetName

func (o *PatchedProxyProviderRequest) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

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.

SetName

func (o *PatchedProxyProviderRequest) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *PatchedProxyProviderRequest) HasName() bool

HasName returns a boolean if a field has been set.

GetAuthenticationFlow

func (o *PatchedProxyProviderRequest) GetAuthenticationFlow() string

GetAuthenticationFlow returns the AuthenticationFlow field if non-nil, zero value otherwise.

GetAuthenticationFlowOk

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.

SetAuthenticationFlow

func (o *PatchedProxyProviderRequest) SetAuthenticationFlow(v string)

SetAuthenticationFlow sets AuthenticationFlow field to given value.

HasAuthenticationFlow

func (o *PatchedProxyProviderRequest) HasAuthenticationFlow() bool

HasAuthenticationFlow returns a boolean if a field has been set.

SetAuthenticationFlowNil

func (o *PatchedProxyProviderRequest) SetAuthenticationFlowNil(b bool)

SetAuthenticationFlowNil sets the value for AuthenticationFlow to be an explicit nil

UnsetAuthenticationFlow

func (o *PatchedProxyProviderRequest) UnsetAuthenticationFlow()

UnsetAuthenticationFlow ensures that no value is present for AuthenticationFlow, not even an explicit nil

GetAuthorizationFlow

func (o *PatchedProxyProviderRequest) GetAuthorizationFlow() string

GetAuthorizationFlow returns the AuthorizationFlow field if non-nil, zero value otherwise.

GetAuthorizationFlowOk

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.

SetAuthorizationFlow

func (o *PatchedProxyProviderRequest) SetAuthorizationFlow(v string)

SetAuthorizationFlow sets AuthorizationFlow field to given value.

HasAuthorizationFlow

func (o *PatchedProxyProviderRequest) HasAuthorizationFlow() bool

HasAuthorizationFlow returns a boolean if a field has been set.

GetPropertyMappings

func (o *PatchedProxyProviderRequest) GetPropertyMappings() []string

GetPropertyMappings returns the PropertyMappings field if non-nil, zero value otherwise.

GetPropertyMappingsOk

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.

SetPropertyMappings

func (o *PatchedProxyProviderRequest) SetPropertyMappings(v []string)

SetPropertyMappings sets PropertyMappings field to given value.

HasPropertyMappings

func (o *PatchedProxyProviderRequest) HasPropertyMappings() bool

HasPropertyMappings returns a boolean if a field has been set.

GetInternalHost

func (o *PatchedProxyProviderRequest) GetInternalHost() string

GetInternalHost returns the InternalHost field if non-nil, zero value otherwise.

GetInternalHostOk

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.

SetInternalHost

func (o *PatchedProxyProviderRequest) SetInternalHost(v string)

SetInternalHost sets InternalHost field to given value.

HasInternalHost

func (o *PatchedProxyProviderRequest) HasInternalHost() bool

HasInternalHost returns a boolean if a field has been set.

GetExternalHost

func (o *PatchedProxyProviderRequest) GetExternalHost() string

GetExternalHost returns the ExternalHost field if non-nil, zero value otherwise.

GetExternalHostOk

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.

SetExternalHost

func (o *PatchedProxyProviderRequest) SetExternalHost(v string)

SetExternalHost sets ExternalHost field to given value.

HasExternalHost

func (o *PatchedProxyProviderRequest) HasExternalHost() bool

HasExternalHost returns a boolean if a field has been set.

GetInternalHostSslValidation

func (o *PatchedProxyProviderRequest) GetInternalHostSslValidation() bool

GetInternalHostSslValidation returns the InternalHostSslValidation field if non-nil, zero value otherwise.

GetInternalHostSslValidationOk

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.

SetInternalHostSslValidation

func (o *PatchedProxyProviderRequest) SetInternalHostSslValidation(v bool)

SetInternalHostSslValidation sets InternalHostSslValidation field to given value.

HasInternalHostSslValidation

func (o *PatchedProxyProviderRequest) HasInternalHostSslValidation() bool

HasInternalHostSslValidation returns a boolean if a field has been set.

GetCertificate

func (o *PatchedProxyProviderRequest) GetCertificate() string

GetCertificate returns the Certificate field if non-nil, zero value otherwise.

GetCertificateOk

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.

SetCertificate

func (o *PatchedProxyProviderRequest) SetCertificate(v string)

SetCertificate sets Certificate field to given value.

HasCertificate

func (o *PatchedProxyProviderRequest) HasCertificate() bool

HasCertificate returns a boolean if a field has been set.

SetCertificateNil

func (o *PatchedProxyProviderRequest) SetCertificateNil(b bool)

SetCertificateNil sets the value for Certificate to be an explicit nil

UnsetCertificate

func (o *PatchedProxyProviderRequest) UnsetCertificate()

UnsetCertificate ensures that no value is present for Certificate, not even an explicit nil

GetSkipPathRegex

func (o *PatchedProxyProviderRequest) GetSkipPathRegex() string

GetSkipPathRegex returns the SkipPathRegex field if non-nil, zero value otherwise.

GetSkipPathRegexOk

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.

SetSkipPathRegex

func (o *PatchedProxyProviderRequest) SetSkipPathRegex(v string)

SetSkipPathRegex sets SkipPathRegex field to given value.

HasSkipPathRegex

func (o *PatchedProxyProviderRequest) HasSkipPathRegex() bool

HasSkipPathRegex returns a boolean if a field has been set.

GetBasicAuthEnabled

func (o *PatchedProxyProviderRequest) GetBasicAuthEnabled() bool

GetBasicAuthEnabled returns the BasicAuthEnabled field if non-nil, zero value otherwise.

GetBasicAuthEnabledOk

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.

SetBasicAuthEnabled

func (o *PatchedProxyProviderRequest) SetBasicAuthEnabled(v bool)

SetBasicAuthEnabled sets BasicAuthEnabled field to given value.

HasBasicAuthEnabled

func (o *PatchedProxyProviderRequest) HasBasicAuthEnabled() bool

HasBasicAuthEnabled returns a boolean if a field has been set.

GetBasicAuthPasswordAttribute

func (o *PatchedProxyProviderRequest) GetBasicAuthPasswordAttribute() string

GetBasicAuthPasswordAttribute returns the BasicAuthPasswordAttribute field if non-nil, zero value otherwise.

GetBasicAuthPasswordAttributeOk

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.

SetBasicAuthPasswordAttribute

func (o *PatchedProxyProviderRequest) SetBasicAuthPasswordAttribute(v string)

SetBasicAuthPasswordAttribute sets BasicAuthPasswordAttribute field to given value.

HasBasicAuthPasswordAttribute

func (o *PatchedProxyProviderRequest) HasBasicAuthPasswordAttribute() bool

HasBasicAuthPasswordAttribute returns a boolean if a field has been set.

GetBasicAuthUserAttribute

func (o *PatchedProxyProviderRequest) GetBasicAuthUserAttribute() string

GetBasicAuthUserAttribute returns the BasicAuthUserAttribute field if non-nil, zero value otherwise.

GetBasicAuthUserAttributeOk

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.

SetBasicAuthUserAttribute

func (o *PatchedProxyProviderRequest) SetBasicAuthUserAttribute(v string)

SetBasicAuthUserAttribute sets BasicAuthUserAttribute field to given value.

HasBasicAuthUserAttribute

func (o *PatchedProxyProviderRequest) HasBasicAuthUserAttribute() bool

HasBasicAuthUserAttribute returns a boolean if a field has been set.

GetMode

func (o *PatchedProxyProviderRequest) GetMode() ProxyMode

GetMode returns the Mode field if non-nil, zero value otherwise.

GetModeOk

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.

SetMode

func (o *PatchedProxyProviderRequest) SetMode(v ProxyMode)

SetMode sets Mode field to given value.

HasMode

func (o *PatchedProxyProviderRequest) HasMode() bool

HasMode returns a boolean if a field has been set.

GetInterceptHeaderAuth

func (o *PatchedProxyProviderRequest) GetInterceptHeaderAuth() bool

GetInterceptHeaderAuth returns the InterceptHeaderAuth field if non-nil, zero value otherwise.

GetInterceptHeaderAuthOk

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.

SetInterceptHeaderAuth

func (o *PatchedProxyProviderRequest) SetInterceptHeaderAuth(v bool)

SetInterceptHeaderAuth sets InterceptHeaderAuth field to given value.

HasInterceptHeaderAuth

func (o *PatchedProxyProviderRequest) HasInterceptHeaderAuth() bool

HasInterceptHeaderAuth returns a boolean if a field has been set.

GetCookieDomain

func (o *PatchedProxyProviderRequest) GetCookieDomain() string

GetCookieDomain returns the CookieDomain field if non-nil, zero value otherwise.

GetCookieDomainOk

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.

SetCookieDomain

func (o *PatchedProxyProviderRequest) SetCookieDomain(v string)

SetCookieDomain sets CookieDomain field to given value.

HasCookieDomain

func (o *PatchedProxyProviderRequest) HasCookieDomain() bool

HasCookieDomain returns a boolean if a field has been set.

GetJwksSources

func (o *PatchedProxyProviderRequest) GetJwksSources() []string

GetJwksSources returns the JwksSources field if non-nil, zero value otherwise.

GetJwksSourcesOk

func (o *PatchedProxyProviderRequest) 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.

SetJwksSources

func (o *PatchedProxyProviderRequest) SetJwksSources(v []string)

SetJwksSources sets JwksSources field to given value.

HasJwksSources

func (o *PatchedProxyProviderRequest) HasJwksSources() bool

HasJwksSources returns a boolean if a field has been set.

GetAccessTokenValidity

func (o *PatchedProxyProviderRequest) GetAccessTokenValidity() string

GetAccessTokenValidity returns the AccessTokenValidity field if non-nil, zero value otherwise.

GetAccessTokenValidityOk

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.

SetAccessTokenValidity

func (o *PatchedProxyProviderRequest) SetAccessTokenValidity(v string)

SetAccessTokenValidity sets AccessTokenValidity field to given value.

HasAccessTokenValidity

func (o *PatchedProxyProviderRequest) HasAccessTokenValidity() bool

HasAccessTokenValidity returns a boolean if a field has been set.

GetRefreshTokenValidity

func (o *PatchedProxyProviderRequest) GetRefreshTokenValidity() string

GetRefreshTokenValidity returns the RefreshTokenValidity field if non-nil, zero value otherwise.

GetRefreshTokenValidityOk

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.

SetRefreshTokenValidity

func (o *PatchedProxyProviderRequest) SetRefreshTokenValidity(v string)

SetRefreshTokenValidity sets RefreshTokenValidity field to given value.

HasRefreshTokenValidity

func (o *PatchedProxyProviderRequest) HasRefreshTokenValidity() bool

HasRefreshTokenValidity returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]