Name | Type | Description | Notes |
---|---|---|---|
Domain | string | Domain that activates this brand. Can be a superset, i.e. `a.b` for `aa.b` and `ba.b` | |
Default | Pointer to bool | [optional] | |
BrandingTitle | Pointer to string | [optional] | |
BrandingLogo | Pointer to string | [optional] | |
BrandingFavicon | Pointer to string | [optional] | |
FlowAuthentication | Pointer to NullableString | [optional] | |
FlowInvalidation | Pointer to NullableString | [optional] | |
FlowRecovery | Pointer to NullableString | [optional] | |
FlowUnenrollment | Pointer to NullableString | [optional] | |
FlowUserSettings | Pointer to NullableString | [optional] | |
FlowDeviceCode | Pointer to NullableString | [optional] | |
DefaultApplication | Pointer to NullableString | When set, external users will be redirected to this application after authenticating. | [optional] |
WebCertificate | Pointer to NullableString | Web Certificate used by the authentik Core webserver. | [optional] |
Attributes | Pointer to interface{} | [optional] |
func NewBrandRequest(domain string, ) *BrandRequest
NewBrandRequest instantiates a new BrandRequest 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 NewBrandRequestWithDefaults() *BrandRequest
NewBrandRequestWithDefaults instantiates a new BrandRequest 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 *BrandRequest) GetDomain() string
GetDomain returns the Domain field if non-nil, zero value otherwise.
func (o *BrandRequest) GetDomainOk() (*string, bool)
GetDomainOk returns a tuple with the Domain field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BrandRequest) SetDomain(v string)
SetDomain sets Domain field to given value.
func (o *BrandRequest) GetDefault() bool
GetDefault returns the Default field if non-nil, zero value otherwise.
func (o *BrandRequest) GetDefaultOk() (*bool, bool)
GetDefaultOk returns a tuple with the Default field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BrandRequest) SetDefault(v bool)
SetDefault sets Default field to given value.
func (o *BrandRequest) HasDefault() bool
HasDefault returns a boolean if a field has been set.
func (o *BrandRequest) GetBrandingTitle() string
GetBrandingTitle returns the BrandingTitle field if non-nil, zero value otherwise.
func (o *BrandRequest) GetBrandingTitleOk() (*string, bool)
GetBrandingTitleOk returns a tuple with the BrandingTitle field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BrandRequest) SetBrandingTitle(v string)
SetBrandingTitle sets BrandingTitle field to given value.
func (o *BrandRequest) HasBrandingTitle() bool
HasBrandingTitle returns a boolean if a field has been set.
func (o *BrandRequest) GetBrandingLogo() string
GetBrandingLogo returns the BrandingLogo field if non-nil, zero value otherwise.
func (o *BrandRequest) GetBrandingLogoOk() (*string, bool)
GetBrandingLogoOk returns a tuple with the BrandingLogo field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BrandRequest) SetBrandingLogo(v string)
SetBrandingLogo sets BrandingLogo field to given value.
func (o *BrandRequest) HasBrandingLogo() bool
HasBrandingLogo returns a boolean if a field has been set.
func (o *BrandRequest) GetBrandingFavicon() string
GetBrandingFavicon returns the BrandingFavicon field if non-nil, zero value otherwise.
func (o *BrandRequest) GetBrandingFaviconOk() (*string, bool)
GetBrandingFaviconOk returns a tuple with the BrandingFavicon field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BrandRequest) SetBrandingFavicon(v string)
SetBrandingFavicon sets BrandingFavicon field to given value.
func (o *BrandRequest) HasBrandingFavicon() bool
HasBrandingFavicon returns a boolean if a field has been set.
func (o *BrandRequest) GetFlowAuthentication() string
GetFlowAuthentication returns the FlowAuthentication field if non-nil, zero value otherwise.
func (o *BrandRequest) GetFlowAuthenticationOk() (*string, bool)
GetFlowAuthenticationOk returns a tuple with the FlowAuthentication field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BrandRequest) SetFlowAuthentication(v string)
SetFlowAuthentication sets FlowAuthentication field to given value.
func (o *BrandRequest) HasFlowAuthentication() bool
HasFlowAuthentication returns a boolean if a field has been set.
func (o *BrandRequest) SetFlowAuthenticationNil(b bool)
SetFlowAuthenticationNil sets the value for FlowAuthentication to be an explicit nil
func (o *BrandRequest) UnsetFlowAuthentication()
UnsetFlowAuthentication ensures that no value is present for FlowAuthentication, not even an explicit nil
func (o *BrandRequest) GetFlowInvalidation() string
GetFlowInvalidation returns the FlowInvalidation field if non-nil, zero value otherwise.
func (o *BrandRequest) GetFlowInvalidationOk() (*string, bool)
GetFlowInvalidationOk returns a tuple with the FlowInvalidation field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BrandRequest) SetFlowInvalidation(v string)
SetFlowInvalidation sets FlowInvalidation field to given value.
func (o *BrandRequest) HasFlowInvalidation() bool
HasFlowInvalidation returns a boolean if a field has been set.
func (o *BrandRequest) SetFlowInvalidationNil(b bool)
SetFlowInvalidationNil sets the value for FlowInvalidation to be an explicit nil
func (o *BrandRequest) UnsetFlowInvalidation()
UnsetFlowInvalidation ensures that no value is present for FlowInvalidation, not even an explicit nil
func (o *BrandRequest) GetFlowRecovery() string
GetFlowRecovery returns the FlowRecovery field if non-nil, zero value otherwise.
func (o *BrandRequest) GetFlowRecoveryOk() (*string, bool)
GetFlowRecoveryOk returns a tuple with the FlowRecovery field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BrandRequest) SetFlowRecovery(v string)
SetFlowRecovery sets FlowRecovery field to given value.
func (o *BrandRequest) HasFlowRecovery() bool
HasFlowRecovery returns a boolean if a field has been set.
func (o *BrandRequest) SetFlowRecoveryNil(b bool)
SetFlowRecoveryNil sets the value for FlowRecovery to be an explicit nil
func (o *BrandRequest) UnsetFlowRecovery()
UnsetFlowRecovery ensures that no value is present for FlowRecovery, not even an explicit nil
func (o *BrandRequest) GetFlowUnenrollment() string
GetFlowUnenrollment returns the FlowUnenrollment field if non-nil, zero value otherwise.
func (o *BrandRequest) GetFlowUnenrollmentOk() (*string, bool)
GetFlowUnenrollmentOk returns a tuple with the FlowUnenrollment field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BrandRequest) SetFlowUnenrollment(v string)
SetFlowUnenrollment sets FlowUnenrollment field to given value.
func (o *BrandRequest) HasFlowUnenrollment() bool
HasFlowUnenrollment returns a boolean if a field has been set.
func (o *BrandRequest) SetFlowUnenrollmentNil(b bool)
SetFlowUnenrollmentNil sets the value for FlowUnenrollment to be an explicit nil
func (o *BrandRequest) UnsetFlowUnenrollment()
UnsetFlowUnenrollment ensures that no value is present for FlowUnenrollment, not even an explicit nil
func (o *BrandRequest) GetFlowUserSettings() string
GetFlowUserSettings returns the FlowUserSettings field if non-nil, zero value otherwise.
func (o *BrandRequest) GetFlowUserSettingsOk() (*string, bool)
GetFlowUserSettingsOk returns a tuple with the FlowUserSettings field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BrandRequest) SetFlowUserSettings(v string)
SetFlowUserSettings sets FlowUserSettings field to given value.
func (o *BrandRequest) HasFlowUserSettings() bool
HasFlowUserSettings returns a boolean if a field has been set.
func (o *BrandRequest) SetFlowUserSettingsNil(b bool)
SetFlowUserSettingsNil sets the value for FlowUserSettings to be an explicit nil
func (o *BrandRequest) UnsetFlowUserSettings()
UnsetFlowUserSettings ensures that no value is present for FlowUserSettings, not even an explicit nil
func (o *BrandRequest) GetFlowDeviceCode() string
GetFlowDeviceCode returns the FlowDeviceCode field if non-nil, zero value otherwise.
func (o *BrandRequest) GetFlowDeviceCodeOk() (*string, bool)
GetFlowDeviceCodeOk returns a tuple with the FlowDeviceCode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BrandRequest) SetFlowDeviceCode(v string)
SetFlowDeviceCode sets FlowDeviceCode field to given value.
func (o *BrandRequest) HasFlowDeviceCode() bool
HasFlowDeviceCode returns a boolean if a field has been set.
func (o *BrandRequest) SetFlowDeviceCodeNil(b bool)
SetFlowDeviceCodeNil sets the value for FlowDeviceCode to be an explicit nil
func (o *BrandRequest) UnsetFlowDeviceCode()
UnsetFlowDeviceCode ensures that no value is present for FlowDeviceCode, not even an explicit nil
func (o *BrandRequest) GetDefaultApplication() string
GetDefaultApplication returns the DefaultApplication field if non-nil, zero value otherwise.
func (o *BrandRequest) GetDefaultApplicationOk() (*string, bool)
GetDefaultApplicationOk returns a tuple with the DefaultApplication field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BrandRequest) SetDefaultApplication(v string)
SetDefaultApplication sets DefaultApplication field to given value.
func (o *BrandRequest) HasDefaultApplication() bool
HasDefaultApplication returns a boolean if a field has been set.
func (o *BrandRequest) SetDefaultApplicationNil(b bool)
SetDefaultApplicationNil sets the value for DefaultApplication to be an explicit nil
func (o *BrandRequest) UnsetDefaultApplication()
UnsetDefaultApplication ensures that no value is present for DefaultApplication, not even an explicit nil
func (o *BrandRequest) GetWebCertificate() string
GetWebCertificate returns the WebCertificate field if non-nil, zero value otherwise.
func (o *BrandRequest) GetWebCertificateOk() (*string, bool)
GetWebCertificateOk returns a tuple with the WebCertificate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BrandRequest) SetWebCertificate(v string)
SetWebCertificate sets WebCertificate field to given value.
func (o *BrandRequest) HasWebCertificate() bool
HasWebCertificate returns a boolean if a field has been set.
func (o *BrandRequest) SetWebCertificateNil(b bool)
SetWebCertificateNil sets the value for WebCertificate to be an explicit nil
func (o *BrandRequest) UnsetWebCertificate()
UnsetWebCertificate ensures that no value is present for WebCertificate, not even an explicit nil
func (o *BrandRequest) GetAttributes() interface{}
GetAttributes returns the Attributes field if non-nil, zero value otherwise.
func (o *BrandRequest) GetAttributesOk() (*interface{}, bool)
GetAttributesOk returns a tuple with the Attributes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BrandRequest) SetAttributes(v interface{})
SetAttributes sets Attributes field to given value.
func (o *BrandRequest) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (o *BrandRequest) SetAttributesNil(b bool)
SetAttributesNil sets the value for Attributes to be an explicit nil
func (o *BrandRequest) UnsetAttributes()
UnsetAttributes ensures that no value is present for Attributes, not even an explicit nil