Name | Type | Description | Notes |
---|---|---|---|
Name | Pointer to string | Source's display Name. | [optional] |
Slug | Pointer to string | Internal source name, used in URLs. | [optional] |
Enabled | Pointer to bool | [optional] | |
AuthenticationFlow | Pointer to NullableString | Flow to use when authenticating existing users. | [optional] |
EnrollmentFlow | Pointer to NullableString | Flow to use when enrolling new users. | [optional] |
UserPropertyMappings | Pointer to []string | [optional] | |
GroupPropertyMappings | Pointer to []string | [optional] | |
PolicyEngineMode | Pointer to PolicyEngineMode | [optional] | |
UserMatchingMode | Pointer to UserMatchingModeEnum | How the source determines if an existing user should be authenticated or a new user enrolled. | [optional] |
UserPathTemplate | Pointer to string | [optional] | |
GroupMatchingMode | Pointer to GroupMatchingModeEnum | How the source determines if an existing group should be used or a new group created. | [optional] |
PreAuthenticationFlow | Pointer to string | Flow used before authentication. | [optional] |
Issuer | Pointer to string | Also known as Entity ID. Defaults the Metadata URL. | [optional] |
SsoUrl | Pointer to string | URL that the initial Login request is sent to. | [optional] |
SloUrl | Pointer to NullableString | Optional URL if your IDP supports Single-Logout. | [optional] |
AllowIdpInitiated | Pointer to bool | Allows authentication flows initiated by the IdP. This can be a security risk, as no validation of the request ID is done. | [optional] |
NameIdPolicy | Pointer to NameIdPolicyEnum | NameID Policy sent to the IdP. Can be unset, in which case no Policy is sent. | [optional] |
BindingType | Pointer to BindingTypeEnum | [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] |
SigningKp | Pointer to NullableString | Keypair used to sign outgoing Responses going to the Identity Provider. | [optional] |
DigestAlgorithm | Pointer to DigestAlgorithmEnum | [optional] | |
SignatureAlgorithm | Pointer to SignatureAlgorithmEnum | [optional] | |
TemporaryUserDeleteAfter | Pointer to string | Time offset when temporary users should be deleted. This only applies if your IDP uses the NameID Format 'transient', and the user doesn't log out manually. (Format: hours=1;minutes=2;seconds=3). | [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] |
func NewPatchedSAMLSourceRequest() *PatchedSAMLSourceRequest
NewPatchedSAMLSourceRequest instantiates a new PatchedSAMLSourceRequest 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 NewPatchedSAMLSourceRequestWithDefaults() *PatchedSAMLSourceRequest
NewPatchedSAMLSourceRequestWithDefaults instantiates a new PatchedSAMLSourceRequest 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 *PatchedSAMLSourceRequest) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *PatchedSAMLSourceRequest) 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 *PatchedSAMLSourceRequest) SetName(v string)
SetName sets Name field to given value.
func (o *PatchedSAMLSourceRequest) HasName() bool
HasName returns a boolean if a field has been set.
func (o *PatchedSAMLSourceRequest) GetSlug() string
GetSlug returns the Slug field if non-nil, zero value otherwise.
func (o *PatchedSAMLSourceRequest) GetSlugOk() (*string, bool)
GetSlugOk returns a tuple with the Slug field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedSAMLSourceRequest) SetSlug(v string)
SetSlug sets Slug field to given value.
func (o *PatchedSAMLSourceRequest) HasSlug() bool
HasSlug returns a boolean if a field has been set.
func (o *PatchedSAMLSourceRequest) GetEnabled() bool
GetEnabled returns the Enabled field if non-nil, zero value otherwise.
func (o *PatchedSAMLSourceRequest) GetEnabledOk() (*bool, bool)
GetEnabledOk returns a tuple with the Enabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedSAMLSourceRequest) SetEnabled(v bool)
SetEnabled sets Enabled field to given value.
func (o *PatchedSAMLSourceRequest) HasEnabled() bool
HasEnabled returns a boolean if a field has been set.
func (o *PatchedSAMLSourceRequest) GetAuthenticationFlow() string
GetAuthenticationFlow returns the AuthenticationFlow field if non-nil, zero value otherwise.
func (o *PatchedSAMLSourceRequest) 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 *PatchedSAMLSourceRequest) SetAuthenticationFlow(v string)
SetAuthenticationFlow sets AuthenticationFlow field to given value.
func (o *PatchedSAMLSourceRequest) HasAuthenticationFlow() bool
HasAuthenticationFlow returns a boolean if a field has been set.
func (o *PatchedSAMLSourceRequest) SetAuthenticationFlowNil(b bool)
SetAuthenticationFlowNil sets the value for AuthenticationFlow to be an explicit nil
func (o *PatchedSAMLSourceRequest) UnsetAuthenticationFlow()
UnsetAuthenticationFlow ensures that no value is present for AuthenticationFlow, not even an explicit nil
func (o *PatchedSAMLSourceRequest) GetEnrollmentFlow() string
GetEnrollmentFlow returns the EnrollmentFlow field if non-nil, zero value otherwise.
func (o *PatchedSAMLSourceRequest) GetEnrollmentFlowOk() (*string, bool)
GetEnrollmentFlowOk returns a tuple with the EnrollmentFlow field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedSAMLSourceRequest) SetEnrollmentFlow(v string)
SetEnrollmentFlow sets EnrollmentFlow field to given value.
func (o *PatchedSAMLSourceRequest) HasEnrollmentFlow() bool
HasEnrollmentFlow returns a boolean if a field has been set.
func (o *PatchedSAMLSourceRequest) SetEnrollmentFlowNil(b bool)
SetEnrollmentFlowNil sets the value for EnrollmentFlow to be an explicit nil
func (o *PatchedSAMLSourceRequest) UnsetEnrollmentFlow()
UnsetEnrollmentFlow ensures that no value is present for EnrollmentFlow, not even an explicit nil
func (o *PatchedSAMLSourceRequest) GetUserPropertyMappings() []string
GetUserPropertyMappings returns the UserPropertyMappings field if non-nil, zero value otherwise.
func (o *PatchedSAMLSourceRequest) GetUserPropertyMappingsOk() (*[]string, bool)
GetUserPropertyMappingsOk returns a tuple with the UserPropertyMappings field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedSAMLSourceRequest) SetUserPropertyMappings(v []string)
SetUserPropertyMappings sets UserPropertyMappings field to given value.
func (o *PatchedSAMLSourceRequest) HasUserPropertyMappings() bool
HasUserPropertyMappings returns a boolean if a field has been set.
func (o *PatchedSAMLSourceRequest) GetGroupPropertyMappings() []string
GetGroupPropertyMappings returns the GroupPropertyMappings field if non-nil, zero value otherwise.
func (o *PatchedSAMLSourceRequest) GetGroupPropertyMappingsOk() (*[]string, bool)
GetGroupPropertyMappingsOk returns a tuple with the GroupPropertyMappings field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedSAMLSourceRequest) SetGroupPropertyMappings(v []string)
SetGroupPropertyMappings sets GroupPropertyMappings field to given value.
func (o *PatchedSAMLSourceRequest) HasGroupPropertyMappings() bool
HasGroupPropertyMappings returns a boolean if a field has been set.
func (o *PatchedSAMLSourceRequest) GetPolicyEngineMode() PolicyEngineMode
GetPolicyEngineMode returns the PolicyEngineMode field if non-nil, zero value otherwise.
func (o *PatchedSAMLSourceRequest) GetPolicyEngineModeOk() (*PolicyEngineMode, bool)
GetPolicyEngineModeOk returns a tuple with the PolicyEngineMode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedSAMLSourceRequest) SetPolicyEngineMode(v PolicyEngineMode)
SetPolicyEngineMode sets PolicyEngineMode field to given value.
func (o *PatchedSAMLSourceRequest) HasPolicyEngineMode() bool
HasPolicyEngineMode returns a boolean if a field has been set.
func (o *PatchedSAMLSourceRequest) GetUserMatchingMode() UserMatchingModeEnum
GetUserMatchingMode returns the UserMatchingMode field if non-nil, zero value otherwise.
func (o *PatchedSAMLSourceRequest) GetUserMatchingModeOk() (*UserMatchingModeEnum, bool)
GetUserMatchingModeOk returns a tuple with the UserMatchingMode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedSAMLSourceRequest) SetUserMatchingMode(v UserMatchingModeEnum)
SetUserMatchingMode sets UserMatchingMode field to given value.
func (o *PatchedSAMLSourceRequest) HasUserMatchingMode() bool
HasUserMatchingMode returns a boolean if a field has been set.
func (o *PatchedSAMLSourceRequest) GetUserPathTemplate() string
GetUserPathTemplate returns the UserPathTemplate field if non-nil, zero value otherwise.
func (o *PatchedSAMLSourceRequest) GetUserPathTemplateOk() (*string, bool)
GetUserPathTemplateOk returns a tuple with the UserPathTemplate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedSAMLSourceRequest) SetUserPathTemplate(v string)
SetUserPathTemplate sets UserPathTemplate field to given value.
func (o *PatchedSAMLSourceRequest) HasUserPathTemplate() bool
HasUserPathTemplate returns a boolean if a field has been set.
func (o *PatchedSAMLSourceRequest) GetGroupMatchingMode() GroupMatchingModeEnum
GetGroupMatchingMode returns the GroupMatchingMode field if non-nil, zero value otherwise.
func (o *PatchedSAMLSourceRequest) GetGroupMatchingModeOk() (*GroupMatchingModeEnum, bool)
GetGroupMatchingModeOk returns a tuple with the GroupMatchingMode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedSAMLSourceRequest) SetGroupMatchingMode(v GroupMatchingModeEnum)
SetGroupMatchingMode sets GroupMatchingMode field to given value.
func (o *PatchedSAMLSourceRequest) HasGroupMatchingMode() bool
HasGroupMatchingMode returns a boolean if a field has been set.
func (o *PatchedSAMLSourceRequest) GetPreAuthenticationFlow() string
GetPreAuthenticationFlow returns the PreAuthenticationFlow field if non-nil, zero value otherwise.
func (o *PatchedSAMLSourceRequest) GetPreAuthenticationFlowOk() (*string, bool)
GetPreAuthenticationFlowOk returns a tuple with the PreAuthenticationFlow field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedSAMLSourceRequest) SetPreAuthenticationFlow(v string)
SetPreAuthenticationFlow sets PreAuthenticationFlow field to given value.
func (o *PatchedSAMLSourceRequest) HasPreAuthenticationFlow() bool
HasPreAuthenticationFlow returns a boolean if a field has been set.
func (o *PatchedSAMLSourceRequest) GetIssuer() string
GetIssuer returns the Issuer field if non-nil, zero value otherwise.
func (o *PatchedSAMLSourceRequest) 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.
func (o *PatchedSAMLSourceRequest) SetIssuer(v string)
SetIssuer sets Issuer field to given value.
func (o *PatchedSAMLSourceRequest) HasIssuer() bool
HasIssuer returns a boolean if a field has been set.
func (o *PatchedSAMLSourceRequest) GetSsoUrl() string
GetSsoUrl returns the SsoUrl field if non-nil, zero value otherwise.
func (o *PatchedSAMLSourceRequest) GetSsoUrlOk() (*string, bool)
GetSsoUrlOk returns a tuple with the SsoUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedSAMLSourceRequest) SetSsoUrl(v string)
SetSsoUrl sets SsoUrl field to given value.
func (o *PatchedSAMLSourceRequest) HasSsoUrl() bool
HasSsoUrl returns a boolean if a field has been set.
func (o *PatchedSAMLSourceRequest) GetSloUrl() string
GetSloUrl returns the SloUrl field if non-nil, zero value otherwise.
func (o *PatchedSAMLSourceRequest) GetSloUrlOk() (*string, bool)
GetSloUrlOk returns a tuple with the SloUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedSAMLSourceRequest) SetSloUrl(v string)
SetSloUrl sets SloUrl field to given value.
func (o *PatchedSAMLSourceRequest) HasSloUrl() bool
HasSloUrl returns a boolean if a field has been set.
func (o *PatchedSAMLSourceRequest) SetSloUrlNil(b bool)
SetSloUrlNil sets the value for SloUrl to be an explicit nil
func (o *PatchedSAMLSourceRequest) UnsetSloUrl()
UnsetSloUrl ensures that no value is present for SloUrl, not even an explicit nil
func (o *PatchedSAMLSourceRequest) GetAllowIdpInitiated() bool
GetAllowIdpInitiated returns the AllowIdpInitiated field if non-nil, zero value otherwise.
func (o *PatchedSAMLSourceRequest) GetAllowIdpInitiatedOk() (*bool, bool)
GetAllowIdpInitiatedOk returns a tuple with the AllowIdpInitiated field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedSAMLSourceRequest) SetAllowIdpInitiated(v bool)
SetAllowIdpInitiated sets AllowIdpInitiated field to given value.
func (o *PatchedSAMLSourceRequest) HasAllowIdpInitiated() bool
HasAllowIdpInitiated returns a boolean if a field has been set.
func (o *PatchedSAMLSourceRequest) GetNameIdPolicy() NameIdPolicyEnum
GetNameIdPolicy returns the NameIdPolicy field if non-nil, zero value otherwise.
func (o *PatchedSAMLSourceRequest) GetNameIdPolicyOk() (*NameIdPolicyEnum, bool)
GetNameIdPolicyOk returns a tuple with the NameIdPolicy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedSAMLSourceRequest) SetNameIdPolicy(v NameIdPolicyEnum)
SetNameIdPolicy sets NameIdPolicy field to given value.
func (o *PatchedSAMLSourceRequest) HasNameIdPolicy() bool
HasNameIdPolicy returns a boolean if a field has been set.
func (o *PatchedSAMLSourceRequest) GetBindingType() BindingTypeEnum
GetBindingType returns the BindingType field if non-nil, zero value otherwise.
func (o *PatchedSAMLSourceRequest) GetBindingTypeOk() (*BindingTypeEnum, bool)
GetBindingTypeOk returns a tuple with the BindingType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedSAMLSourceRequest) SetBindingType(v BindingTypeEnum)
SetBindingType sets BindingType field to given value.
func (o *PatchedSAMLSourceRequest) HasBindingType() bool
HasBindingType returns a boolean if a field has been set.
func (o *PatchedSAMLSourceRequest) GetVerificationKp() string
GetVerificationKp returns the VerificationKp field if non-nil, zero value otherwise.
func (o *PatchedSAMLSourceRequest) 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.
func (o *PatchedSAMLSourceRequest) SetVerificationKp(v string)
SetVerificationKp sets VerificationKp field to given value.
func (o *PatchedSAMLSourceRequest) HasVerificationKp() bool
HasVerificationKp returns a boolean if a field has been set.
func (o *PatchedSAMLSourceRequest) SetVerificationKpNil(b bool)
SetVerificationKpNil sets the value for VerificationKp to be an explicit nil
func (o *PatchedSAMLSourceRequest) UnsetVerificationKp()
UnsetVerificationKp ensures that no value is present for VerificationKp, not even an explicit nil
func (o *PatchedSAMLSourceRequest) GetSigningKp() string
GetSigningKp returns the SigningKp field if non-nil, zero value otherwise.
func (o *PatchedSAMLSourceRequest) 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.
func (o *PatchedSAMLSourceRequest) SetSigningKp(v string)
SetSigningKp sets SigningKp field to given value.
func (o *PatchedSAMLSourceRequest) HasSigningKp() bool
HasSigningKp returns a boolean if a field has been set.
func (o *PatchedSAMLSourceRequest) SetSigningKpNil(b bool)
SetSigningKpNil sets the value for SigningKp to be an explicit nil
func (o *PatchedSAMLSourceRequest) UnsetSigningKp()
UnsetSigningKp ensures that no value is present for SigningKp, not even an explicit nil
func (o *PatchedSAMLSourceRequest) GetDigestAlgorithm() DigestAlgorithmEnum
GetDigestAlgorithm returns the DigestAlgorithm field if non-nil, zero value otherwise.
func (o *PatchedSAMLSourceRequest) 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.
func (o *PatchedSAMLSourceRequest) SetDigestAlgorithm(v DigestAlgorithmEnum)
SetDigestAlgorithm sets DigestAlgorithm field to given value.
func (o *PatchedSAMLSourceRequest) HasDigestAlgorithm() bool
HasDigestAlgorithm returns a boolean if a field has been set.
func (o *PatchedSAMLSourceRequest) GetSignatureAlgorithm() SignatureAlgorithmEnum
GetSignatureAlgorithm returns the SignatureAlgorithm field if non-nil, zero value otherwise.
func (o *PatchedSAMLSourceRequest) 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.
func (o *PatchedSAMLSourceRequest) SetSignatureAlgorithm(v SignatureAlgorithmEnum)
SetSignatureAlgorithm sets SignatureAlgorithm field to given value.
func (o *PatchedSAMLSourceRequest) HasSignatureAlgorithm() bool
HasSignatureAlgorithm returns a boolean if a field has been set.
func (o *PatchedSAMLSourceRequest) GetTemporaryUserDeleteAfter() string
GetTemporaryUserDeleteAfter returns the TemporaryUserDeleteAfter field if non-nil, zero value otherwise.
func (o *PatchedSAMLSourceRequest) GetTemporaryUserDeleteAfterOk() (*string, bool)
GetTemporaryUserDeleteAfterOk returns a tuple with the TemporaryUserDeleteAfter field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedSAMLSourceRequest) SetTemporaryUserDeleteAfter(v string)
SetTemporaryUserDeleteAfter sets TemporaryUserDeleteAfter field to given value.
func (o *PatchedSAMLSourceRequest) HasTemporaryUserDeleteAfter() bool
HasTemporaryUserDeleteAfter returns a boolean if a field has been set.
func (o *PatchedSAMLSourceRequest) GetEncryptionKp() string
GetEncryptionKp returns the EncryptionKp field if non-nil, zero value otherwise.
func (o *PatchedSAMLSourceRequest) 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.
func (o *PatchedSAMLSourceRequest) SetEncryptionKp(v string)
SetEncryptionKp sets EncryptionKp field to given value.
func (o *PatchedSAMLSourceRequest) HasEncryptionKp() bool
HasEncryptionKp returns a boolean if a field has been set.
func (o *PatchedSAMLSourceRequest) SetEncryptionKpNil(b bool)
SetEncryptionKpNil sets the value for EncryptionKp to be an explicit nil
func (o *PatchedSAMLSourceRequest) UnsetEncryptionKp()
UnsetEncryptionKp ensures that no value is present for EncryptionKp, not even an explicit nil