Skip to content

Latest commit

 

History

History
921 lines (494 loc) · 28.6 KB

SAMLProvider.md

File metadata and controls

921 lines (494 loc) · 28.6 KB

SAMLProvider

Properties

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]
AcsUrl string
Audience Pointer to string Value of the audience restriction field of the assertion. When left empty, no audience restriction will be added. [optional]
Issuer Pointer to string Also known as EntityID [optional]
AssertionValidNotBefore Pointer to string Assertion valid not before current time + this value (Format: hours=-1;minutes=-2;seconds=-3). [optional]
AssertionValidNotOnOrAfter Pointer to string Assertion not valid on or after current time + this value (Format: hours=1;minutes=2;seconds=3). [optional]
SessionValidNotOnOrAfter Pointer to string Session not valid on or after current time + this value (Format: hours=1;minutes=2;seconds=3). [optional]
NameIdMapping Pointer to NullableString Configure how the NameID value will be created. When left empty, the NameIDPolicy of the incoming request will be considered [optional]
DigestAlgorithm Pointer to DigestAlgorithmEnum [optional]
SignatureAlgorithm Pointer to SignatureAlgorithmEnum [optional]
SigningKp Pointer to NullableString Keypair used to sign outgoing Responses going to the Service Provider. [optional]
VerificationKp Pointer to NullableString When selected, incoming assertion's Signatures will be validated against this certificate. To allow unsigned Requests, leave on default. [optional]
EncryptionKp Pointer to NullableString When selected, incoming assertions are encrypted by the IdP using the public key of the encryption keypair. The assertion is decrypted by the SP using the the private key. [optional]
SignAssertion Pointer to bool [optional]
SignResponse Pointer to bool [optional]
SpBinding Pointer to SpBindingEnum This determines how authentik sends the response back to the Service Provider. [optional]
DefaultRelayState Pointer to string Default relay_state value for IDP-initiated logins [optional]
UrlDownloadMetadata string Get metadata download URL [readonly]
UrlSsoPost string Get SSO Post URL [readonly]
UrlSsoRedirect string Get SSO Redirect URL [readonly]
UrlSsoInit string Get SSO IDP-Initiated URL [readonly]
UrlSloPost string Get SLO POST URL [readonly]
UrlSloRedirect string Get SLO redirect URL [readonly]

Methods

NewSAMLProvider

func NewSAMLProvider(pk int32, name string, authorizationFlow string, invalidationFlow string, component string, assignedApplicationSlug string, assignedApplicationName string, assignedBackchannelApplicationSlug string, assignedBackchannelApplicationName string, verboseName string, verboseNamePlural string, metaModelName string, acsUrl string, urlDownloadMetadata string, urlSsoPost string, urlSsoRedirect string, urlSsoInit string, urlSloPost string, urlSloRedirect string, ) *SAMLProvider

NewSAMLProvider instantiates a new SAMLProvider 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

NewSAMLProviderWithDefaults

func NewSAMLProviderWithDefaults() *SAMLProvider

NewSAMLProviderWithDefaults instantiates a new SAMLProvider 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

GetPk

func (o *SAMLProvider) GetPk() int32

GetPk returns the Pk field if non-nil, zero value otherwise.

GetPkOk

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

SetPk

func (o *SAMLProvider) SetPk(v int32)

SetPk sets Pk field to given value.

GetName

func (o *SAMLProvider) GetName() string

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

GetNameOk

func (o *SAMLProvider) 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 *SAMLProvider) SetName(v string)

SetName sets Name field to given value.

GetAuthenticationFlow

func (o *SAMLProvider) GetAuthenticationFlow() string

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

GetAuthenticationFlowOk

func (o *SAMLProvider) 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 *SAMLProvider) SetAuthenticationFlow(v string)

SetAuthenticationFlow sets AuthenticationFlow field to given value.

HasAuthenticationFlow

func (o *SAMLProvider) HasAuthenticationFlow() bool

HasAuthenticationFlow returns a boolean if a field has been set.

SetAuthenticationFlowNil

func (o *SAMLProvider) SetAuthenticationFlowNil(b bool)

SetAuthenticationFlowNil sets the value for AuthenticationFlow to be an explicit nil

UnsetAuthenticationFlow

func (o *SAMLProvider) UnsetAuthenticationFlow()

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

GetAuthorizationFlow

func (o *SAMLProvider) GetAuthorizationFlow() string

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

GetAuthorizationFlowOk

func (o *SAMLProvider) 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 *SAMLProvider) SetAuthorizationFlow(v string)

SetAuthorizationFlow sets AuthorizationFlow field to given value.

GetInvalidationFlow

func (o *SAMLProvider) GetInvalidationFlow() string

GetInvalidationFlow returns the InvalidationFlow field if non-nil, zero value otherwise.

GetInvalidationFlowOk

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

SetInvalidationFlow

func (o *SAMLProvider) SetInvalidationFlow(v string)

SetInvalidationFlow sets InvalidationFlow field to given value.

GetPropertyMappings

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

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

GetPropertyMappingsOk

func (o *SAMLProvider) 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 *SAMLProvider) SetPropertyMappings(v []string)

SetPropertyMappings sets PropertyMappings field to given value.

HasPropertyMappings

func (o *SAMLProvider) HasPropertyMappings() bool

HasPropertyMappings returns a boolean if a field has been set.

GetComponent

func (o *SAMLProvider) GetComponent() string

GetComponent returns the Component field if non-nil, zero value otherwise.

GetComponentOk

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

SetComponent

func (o *SAMLProvider) SetComponent(v string)

SetComponent sets Component field to given value.

GetAssignedApplicationSlug

func (o *SAMLProvider) GetAssignedApplicationSlug() string

GetAssignedApplicationSlug returns the AssignedApplicationSlug field if non-nil, zero value otherwise.

GetAssignedApplicationSlugOk

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

SetAssignedApplicationSlug

func (o *SAMLProvider) SetAssignedApplicationSlug(v string)

SetAssignedApplicationSlug sets AssignedApplicationSlug field to given value.

GetAssignedApplicationName

func (o *SAMLProvider) GetAssignedApplicationName() string

GetAssignedApplicationName returns the AssignedApplicationName field if non-nil, zero value otherwise.

GetAssignedApplicationNameOk

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

SetAssignedApplicationName

func (o *SAMLProvider) SetAssignedApplicationName(v string)

SetAssignedApplicationName sets AssignedApplicationName field to given value.

GetAssignedBackchannelApplicationSlug

func (o *SAMLProvider) GetAssignedBackchannelApplicationSlug() string

GetAssignedBackchannelApplicationSlug returns the AssignedBackchannelApplicationSlug field if non-nil, zero value otherwise.

GetAssignedBackchannelApplicationSlugOk

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

SetAssignedBackchannelApplicationSlug

func (o *SAMLProvider) SetAssignedBackchannelApplicationSlug(v string)

SetAssignedBackchannelApplicationSlug sets AssignedBackchannelApplicationSlug field to given value.

GetAssignedBackchannelApplicationName

func (o *SAMLProvider) GetAssignedBackchannelApplicationName() string

GetAssignedBackchannelApplicationName returns the AssignedBackchannelApplicationName field if non-nil, zero value otherwise.

GetAssignedBackchannelApplicationNameOk

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

SetAssignedBackchannelApplicationName

func (o *SAMLProvider) SetAssignedBackchannelApplicationName(v string)

SetAssignedBackchannelApplicationName sets AssignedBackchannelApplicationName field to given value.

GetVerboseName

func (o *SAMLProvider) GetVerboseName() string

GetVerboseName returns the VerboseName field if non-nil, zero value otherwise.

GetVerboseNameOk

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

SetVerboseName

func (o *SAMLProvider) SetVerboseName(v string)

SetVerboseName sets VerboseName field to given value.

GetVerboseNamePlural

func (o *SAMLProvider) GetVerboseNamePlural() string

GetVerboseNamePlural returns the VerboseNamePlural field if non-nil, zero value otherwise.

GetVerboseNamePluralOk

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

SetVerboseNamePlural

func (o *SAMLProvider) SetVerboseNamePlural(v string)

SetVerboseNamePlural sets VerboseNamePlural field to given value.

GetMetaModelName

func (o *SAMLProvider) GetMetaModelName() string

GetMetaModelName returns the MetaModelName field if non-nil, zero value otherwise.

GetMetaModelNameOk

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

SetMetaModelName

func (o *SAMLProvider) SetMetaModelName(v string)

SetMetaModelName sets MetaModelName field to given value.

GetAcsUrl

func (o *SAMLProvider) GetAcsUrl() string

GetAcsUrl returns the AcsUrl field if non-nil, zero value otherwise.

GetAcsUrlOk

func (o *SAMLProvider) GetAcsUrlOk() (*string, bool)

GetAcsUrlOk returns a tuple with the AcsUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAcsUrl

func (o *SAMLProvider) SetAcsUrl(v string)

SetAcsUrl sets AcsUrl field to given value.

GetAudience

func (o *SAMLProvider) GetAudience() string

GetAudience returns the Audience field if non-nil, zero value otherwise.

GetAudienceOk

func (o *SAMLProvider) GetAudienceOk() (*string, bool)

GetAudienceOk returns a tuple with the Audience field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAudience

func (o *SAMLProvider) SetAudience(v string)

SetAudience sets Audience field to given value.

HasAudience

func (o *SAMLProvider) HasAudience() bool

HasAudience returns a boolean if a field has been set.

GetIssuer

func (o *SAMLProvider) GetIssuer() string

GetIssuer returns the Issuer field if non-nil, zero value otherwise.

GetIssuerOk

func (o *SAMLProvider) GetIssuerOk() (*string, bool)

GetIssuerOk returns a tuple with the Issuer field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetIssuer

func (o *SAMLProvider) SetIssuer(v string)

SetIssuer sets Issuer field to given value.

HasIssuer

func (o *SAMLProvider) HasIssuer() bool

HasIssuer returns a boolean if a field has been set.

GetAssertionValidNotBefore

func (o *SAMLProvider) GetAssertionValidNotBefore() string

GetAssertionValidNotBefore returns the AssertionValidNotBefore field if non-nil, zero value otherwise.

GetAssertionValidNotBeforeOk

func (o *SAMLProvider) GetAssertionValidNotBeforeOk() (*string, bool)

GetAssertionValidNotBeforeOk returns a tuple with the AssertionValidNotBefore field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAssertionValidNotBefore

func (o *SAMLProvider) SetAssertionValidNotBefore(v string)

SetAssertionValidNotBefore sets AssertionValidNotBefore field to given value.

HasAssertionValidNotBefore

func (o *SAMLProvider) HasAssertionValidNotBefore() bool

HasAssertionValidNotBefore returns a boolean if a field has been set.

GetAssertionValidNotOnOrAfter

func (o *SAMLProvider) GetAssertionValidNotOnOrAfter() string

GetAssertionValidNotOnOrAfter returns the AssertionValidNotOnOrAfter field if non-nil, zero value otherwise.

GetAssertionValidNotOnOrAfterOk

func (o *SAMLProvider) GetAssertionValidNotOnOrAfterOk() (*string, bool)

GetAssertionValidNotOnOrAfterOk returns a tuple with the AssertionValidNotOnOrAfter field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAssertionValidNotOnOrAfter

func (o *SAMLProvider) SetAssertionValidNotOnOrAfter(v string)

SetAssertionValidNotOnOrAfter sets AssertionValidNotOnOrAfter field to given value.

HasAssertionValidNotOnOrAfter

func (o *SAMLProvider) HasAssertionValidNotOnOrAfter() bool

HasAssertionValidNotOnOrAfter returns a boolean if a field has been set.

GetSessionValidNotOnOrAfter

func (o *SAMLProvider) GetSessionValidNotOnOrAfter() string

GetSessionValidNotOnOrAfter returns the SessionValidNotOnOrAfter field if non-nil, zero value otherwise.

GetSessionValidNotOnOrAfterOk

func (o *SAMLProvider) GetSessionValidNotOnOrAfterOk() (*string, bool)

GetSessionValidNotOnOrAfterOk returns a tuple with the SessionValidNotOnOrAfter field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSessionValidNotOnOrAfter

func (o *SAMLProvider) SetSessionValidNotOnOrAfter(v string)

SetSessionValidNotOnOrAfter sets SessionValidNotOnOrAfter field to given value.

HasSessionValidNotOnOrAfter

func (o *SAMLProvider) HasSessionValidNotOnOrAfter() bool

HasSessionValidNotOnOrAfter returns a boolean if a field has been set.

GetNameIdMapping

func (o *SAMLProvider) GetNameIdMapping() string

GetNameIdMapping returns the NameIdMapping field if non-nil, zero value otherwise.

GetNameIdMappingOk

func (o *SAMLProvider) GetNameIdMappingOk() (*string, bool)

GetNameIdMappingOk returns a tuple with the NameIdMapping field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetNameIdMapping

func (o *SAMLProvider) SetNameIdMapping(v string)

SetNameIdMapping sets NameIdMapping field to given value.

HasNameIdMapping

func (o *SAMLProvider) HasNameIdMapping() bool

HasNameIdMapping returns a boolean if a field has been set.

SetNameIdMappingNil

func (o *SAMLProvider) SetNameIdMappingNil(b bool)

SetNameIdMappingNil sets the value for NameIdMapping to be an explicit nil

UnsetNameIdMapping

func (o *SAMLProvider) UnsetNameIdMapping()

UnsetNameIdMapping ensures that no value is present for NameIdMapping, not even an explicit nil

GetDigestAlgorithm

func (o *SAMLProvider) GetDigestAlgorithm() DigestAlgorithmEnum

GetDigestAlgorithm returns the DigestAlgorithm field if non-nil, zero value otherwise.

GetDigestAlgorithmOk

func (o *SAMLProvider) GetDigestAlgorithmOk() (*DigestAlgorithmEnum, bool)

GetDigestAlgorithmOk returns a tuple with the DigestAlgorithm field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDigestAlgorithm

func (o *SAMLProvider) SetDigestAlgorithm(v DigestAlgorithmEnum)

SetDigestAlgorithm sets DigestAlgorithm field to given value.

HasDigestAlgorithm

func (o *SAMLProvider) HasDigestAlgorithm() bool

HasDigestAlgorithm returns a boolean if a field has been set.

GetSignatureAlgorithm

func (o *SAMLProvider) GetSignatureAlgorithm() SignatureAlgorithmEnum

GetSignatureAlgorithm returns the SignatureAlgorithm field if non-nil, zero value otherwise.

GetSignatureAlgorithmOk

func (o *SAMLProvider) GetSignatureAlgorithmOk() (*SignatureAlgorithmEnum, bool)

GetSignatureAlgorithmOk returns a tuple with the SignatureAlgorithm field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSignatureAlgorithm

func (o *SAMLProvider) SetSignatureAlgorithm(v SignatureAlgorithmEnum)

SetSignatureAlgorithm sets SignatureAlgorithm field to given value.

HasSignatureAlgorithm

func (o *SAMLProvider) HasSignatureAlgorithm() bool

HasSignatureAlgorithm returns a boolean if a field has been set.

GetSigningKp

func (o *SAMLProvider) GetSigningKp() string

GetSigningKp returns the SigningKp field if non-nil, zero value otherwise.

GetSigningKpOk

func (o *SAMLProvider) GetSigningKpOk() (*string, bool)

GetSigningKpOk returns a tuple with the SigningKp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSigningKp

func (o *SAMLProvider) SetSigningKp(v string)

SetSigningKp sets SigningKp field to given value.

HasSigningKp

func (o *SAMLProvider) HasSigningKp() bool

HasSigningKp returns a boolean if a field has been set.

SetSigningKpNil

func (o *SAMLProvider) SetSigningKpNil(b bool)

SetSigningKpNil sets the value for SigningKp to be an explicit nil

UnsetSigningKp

func (o *SAMLProvider) UnsetSigningKp()

UnsetSigningKp ensures that no value is present for SigningKp, not even an explicit nil

GetVerificationKp

func (o *SAMLProvider) GetVerificationKp() string

GetVerificationKp returns the VerificationKp field if non-nil, zero value otherwise.

GetVerificationKpOk

func (o *SAMLProvider) GetVerificationKpOk() (*string, bool)

GetVerificationKpOk returns a tuple with the VerificationKp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetVerificationKp

func (o *SAMLProvider) SetVerificationKp(v string)

SetVerificationKp sets VerificationKp field to given value.

HasVerificationKp

func (o *SAMLProvider) HasVerificationKp() bool

HasVerificationKp returns a boolean if a field has been set.

SetVerificationKpNil

func (o *SAMLProvider) SetVerificationKpNil(b bool)

SetVerificationKpNil sets the value for VerificationKp to be an explicit nil

UnsetVerificationKp

func (o *SAMLProvider) UnsetVerificationKp()

UnsetVerificationKp ensures that no value is present for VerificationKp, not even an explicit nil

GetEncryptionKp

func (o *SAMLProvider) GetEncryptionKp() string

GetEncryptionKp returns the EncryptionKp field if non-nil, zero value otherwise.

GetEncryptionKpOk

func (o *SAMLProvider) GetEncryptionKpOk() (*string, bool)

GetEncryptionKpOk returns a tuple with the EncryptionKp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetEncryptionKp

func (o *SAMLProvider) SetEncryptionKp(v string)

SetEncryptionKp sets EncryptionKp field to given value.

HasEncryptionKp

func (o *SAMLProvider) HasEncryptionKp() bool

HasEncryptionKp returns a boolean if a field has been set.

SetEncryptionKpNil

func (o *SAMLProvider) SetEncryptionKpNil(b bool)

SetEncryptionKpNil sets the value for EncryptionKp to be an explicit nil

UnsetEncryptionKp

func (o *SAMLProvider) UnsetEncryptionKp()

UnsetEncryptionKp ensures that no value is present for EncryptionKp, not even an explicit nil

GetSignAssertion

func (o *SAMLProvider) GetSignAssertion() bool

GetSignAssertion returns the SignAssertion field if non-nil, zero value otherwise.

GetSignAssertionOk

func (o *SAMLProvider) GetSignAssertionOk() (*bool, bool)

GetSignAssertionOk returns a tuple with the SignAssertion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSignAssertion

func (o *SAMLProvider) SetSignAssertion(v bool)

SetSignAssertion sets SignAssertion field to given value.

HasSignAssertion

func (o *SAMLProvider) HasSignAssertion() bool

HasSignAssertion returns a boolean if a field has been set.

GetSignResponse

func (o *SAMLProvider) GetSignResponse() bool

GetSignResponse returns the SignResponse field if non-nil, zero value otherwise.

GetSignResponseOk

func (o *SAMLProvider) GetSignResponseOk() (*bool, bool)

GetSignResponseOk returns a tuple with the SignResponse field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSignResponse

func (o *SAMLProvider) SetSignResponse(v bool)

SetSignResponse sets SignResponse field to given value.

HasSignResponse

func (o *SAMLProvider) HasSignResponse() bool

HasSignResponse returns a boolean if a field has been set.

GetSpBinding

func (o *SAMLProvider) GetSpBinding() SpBindingEnum

GetSpBinding returns the SpBinding field if non-nil, zero value otherwise.

GetSpBindingOk

func (o *SAMLProvider) GetSpBindingOk() (*SpBindingEnum, bool)

GetSpBindingOk returns a tuple with the SpBinding field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSpBinding

func (o *SAMLProvider) SetSpBinding(v SpBindingEnum)

SetSpBinding sets SpBinding field to given value.

HasSpBinding

func (o *SAMLProvider) HasSpBinding() bool

HasSpBinding returns a boolean if a field has been set.

GetDefaultRelayState

func (o *SAMLProvider) GetDefaultRelayState() string

GetDefaultRelayState returns the DefaultRelayState field if non-nil, zero value otherwise.

GetDefaultRelayStateOk

func (o *SAMLProvider) GetDefaultRelayStateOk() (*string, bool)

GetDefaultRelayStateOk returns a tuple with the DefaultRelayState field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDefaultRelayState

func (o *SAMLProvider) SetDefaultRelayState(v string)

SetDefaultRelayState sets DefaultRelayState field to given value.

HasDefaultRelayState

func (o *SAMLProvider) HasDefaultRelayState() bool

HasDefaultRelayState returns a boolean if a field has been set.

GetUrlDownloadMetadata

func (o *SAMLProvider) GetUrlDownloadMetadata() string

GetUrlDownloadMetadata returns the UrlDownloadMetadata field if non-nil, zero value otherwise.

GetUrlDownloadMetadataOk

func (o *SAMLProvider) GetUrlDownloadMetadataOk() (*string, bool)

GetUrlDownloadMetadataOk returns a tuple with the UrlDownloadMetadata field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetUrlDownloadMetadata

func (o *SAMLProvider) SetUrlDownloadMetadata(v string)

SetUrlDownloadMetadata sets UrlDownloadMetadata field to given value.

GetUrlSsoPost

func (o *SAMLProvider) GetUrlSsoPost() string

GetUrlSsoPost returns the UrlSsoPost field if non-nil, zero value otherwise.

GetUrlSsoPostOk

func (o *SAMLProvider) GetUrlSsoPostOk() (*string, bool)

GetUrlSsoPostOk returns a tuple with the UrlSsoPost field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetUrlSsoPost

func (o *SAMLProvider) SetUrlSsoPost(v string)

SetUrlSsoPost sets UrlSsoPost field to given value.

GetUrlSsoRedirect

func (o *SAMLProvider) GetUrlSsoRedirect() string

GetUrlSsoRedirect returns the UrlSsoRedirect field if non-nil, zero value otherwise.

GetUrlSsoRedirectOk

func (o *SAMLProvider) GetUrlSsoRedirectOk() (*string, bool)

GetUrlSsoRedirectOk returns a tuple with the UrlSsoRedirect field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetUrlSsoRedirect

func (o *SAMLProvider) SetUrlSsoRedirect(v string)

SetUrlSsoRedirect sets UrlSsoRedirect field to given value.

GetUrlSsoInit

func (o *SAMLProvider) GetUrlSsoInit() string

GetUrlSsoInit returns the UrlSsoInit field if non-nil, zero value otherwise.

GetUrlSsoInitOk

func (o *SAMLProvider) GetUrlSsoInitOk() (*string, bool)

GetUrlSsoInitOk returns a tuple with the UrlSsoInit field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetUrlSsoInit

func (o *SAMLProvider) SetUrlSsoInit(v string)

SetUrlSsoInit sets UrlSsoInit field to given value.

GetUrlSloPost

func (o *SAMLProvider) GetUrlSloPost() string

GetUrlSloPost returns the UrlSloPost field if non-nil, zero value otherwise.

GetUrlSloPostOk

func (o *SAMLProvider) GetUrlSloPostOk() (*string, bool)

GetUrlSloPostOk returns a tuple with the UrlSloPost field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetUrlSloPost

func (o *SAMLProvider) SetUrlSloPost(v string)

SetUrlSloPost sets UrlSloPost field to given value.

GetUrlSloRedirect

func (o *SAMLProvider) GetUrlSloRedirect() string

GetUrlSloRedirect returns the UrlSloRedirect field if non-nil, zero value otherwise.

GetUrlSloRedirectOk

func (o *SAMLProvider) GetUrlSloRedirectOk() (*string, bool)

GetUrlSloRedirectOk returns a tuple with the UrlSloRedirect field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetUrlSloRedirect

func (o *SAMLProvider) SetUrlSloRedirect(v string)

SetUrlSloRedirect sets UrlSloRedirect field to given value.

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