Name | Type | Description | Notes |
---|---|---|---|
AccountLinkagePolicy | Pointer to AccountLinkagePolicyDTO | [optional] | |
ActiveBindings | Pointer to []string | [optional] | |
ActiveProfiles | Pointer to []string | [optional] | |
AuthenticationContract | Pointer to AuthenticationContractDTO | [optional] | |
AuthenticationMechanism | Pointer to AuthenticationMechanismDTO | [optional] | |
ConnectionA | Pointer to FederatedConnectionDTO | [optional] | |
ConnectionB | Pointer to FederatedConnectionDTO | [optional] | |
Description | Pointer to string | [optional] | |
DisplayName | Pointer to string | [optional] | |
ElementId | Pointer to string | [optional] | |
EnableProxyExtension | Pointer to bool | [optional] | |
Id | Pointer to int64 | [optional] | |
IdentityMappingPolicy | Pointer to IdentityMappingPolicyDTO | [optional] | |
Location | Pointer to LocationDTO | [optional] | |
MessageTtl | Pointer to int32 | [optional] | |
MessageTtlTolerance | Pointer to int32 | [optional] | |
MultivaluedAttrGroups | Pointer to bool | [optional] | |
MultivaluedAttrInternal | Pointer to bool | [optional] | |
MultivaluedAttrUserDefined | Pointer to bool | [optional] | |
Name | Pointer to string | [optional] | |
OverrideProviderSetup | Pointer to bool | [optional] | |
Preferred | Pointer to bool | [optional] | |
SignAuthenticationRequests | Pointer to bool | [optional] | |
SignatureHash | Pointer to string | [optional] | |
WantAssertionSigned | Pointer to bool | [optional] |
func NewIdentityProviderChannelDTO() *IdentityProviderChannelDTO
NewIdentityProviderChannelDTO instantiates a new IdentityProviderChannelDTO 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 NewIdentityProviderChannelDTOWithDefaults() *IdentityProviderChannelDTO
NewIdentityProviderChannelDTOWithDefaults instantiates a new IdentityProviderChannelDTO 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 *IdentityProviderChannelDTO) GetAccountLinkagePolicy() AccountLinkagePolicyDTO
GetAccountLinkagePolicy returns the AccountLinkagePolicy field if non-nil, zero value otherwise.
func (o *IdentityProviderChannelDTO) GetAccountLinkagePolicyOk() (*AccountLinkagePolicyDTO, bool)
GetAccountLinkagePolicyOk returns a tuple with the AccountLinkagePolicy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IdentityProviderChannelDTO) SetAccountLinkagePolicy(v AccountLinkagePolicyDTO)
SetAccountLinkagePolicy sets AccountLinkagePolicy field to given value.
func (o *IdentityProviderChannelDTO) HasAccountLinkagePolicy() bool
HasAccountLinkagePolicy returns a boolean if a field has been set.
func (o *IdentityProviderChannelDTO) GetActiveBindings() []string
GetActiveBindings returns the ActiveBindings field if non-nil, zero value otherwise.
func (o *IdentityProviderChannelDTO) GetActiveBindingsOk() (*[]string, bool)
GetActiveBindingsOk returns a tuple with the ActiveBindings field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IdentityProviderChannelDTO) SetActiveBindings(v []string)
SetActiveBindings sets ActiveBindings field to given value.
func (o *IdentityProviderChannelDTO) HasActiveBindings() bool
HasActiveBindings returns a boolean if a field has been set.
func (o *IdentityProviderChannelDTO) GetActiveProfiles() []string
GetActiveProfiles returns the ActiveProfiles field if non-nil, zero value otherwise.
func (o *IdentityProviderChannelDTO) GetActiveProfilesOk() (*[]string, bool)
GetActiveProfilesOk returns a tuple with the ActiveProfiles field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IdentityProviderChannelDTO) SetActiveProfiles(v []string)
SetActiveProfiles sets ActiveProfiles field to given value.
func (o *IdentityProviderChannelDTO) HasActiveProfiles() bool
HasActiveProfiles returns a boolean if a field has been set.
func (o *IdentityProviderChannelDTO) GetAuthenticationContract() AuthenticationContractDTO
GetAuthenticationContract returns the AuthenticationContract field if non-nil, zero value otherwise.
func (o *IdentityProviderChannelDTO) GetAuthenticationContractOk() (*AuthenticationContractDTO, bool)
GetAuthenticationContractOk returns a tuple with the AuthenticationContract field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IdentityProviderChannelDTO) SetAuthenticationContract(v AuthenticationContractDTO)
SetAuthenticationContract sets AuthenticationContract field to given value.
func (o *IdentityProviderChannelDTO) HasAuthenticationContract() bool
HasAuthenticationContract returns a boolean if a field has been set.
func (o *IdentityProviderChannelDTO) GetAuthenticationMechanism() AuthenticationMechanismDTO
GetAuthenticationMechanism returns the AuthenticationMechanism field if non-nil, zero value otherwise.
func (o *IdentityProviderChannelDTO) GetAuthenticationMechanismOk() (*AuthenticationMechanismDTO, bool)
GetAuthenticationMechanismOk returns a tuple with the AuthenticationMechanism field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IdentityProviderChannelDTO) SetAuthenticationMechanism(v AuthenticationMechanismDTO)
SetAuthenticationMechanism sets AuthenticationMechanism field to given value.
func (o *IdentityProviderChannelDTO) HasAuthenticationMechanism() bool
HasAuthenticationMechanism returns a boolean if a field has been set.
func (o *IdentityProviderChannelDTO) GetConnectionA() FederatedConnectionDTO
GetConnectionA returns the ConnectionA field if non-nil, zero value otherwise.
func (o *IdentityProviderChannelDTO) GetConnectionAOk() (*FederatedConnectionDTO, bool)
GetConnectionAOk returns a tuple with the ConnectionA field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IdentityProviderChannelDTO) SetConnectionA(v FederatedConnectionDTO)
SetConnectionA sets ConnectionA field to given value.
func (o *IdentityProviderChannelDTO) HasConnectionA() bool
HasConnectionA returns a boolean if a field has been set.
func (o *IdentityProviderChannelDTO) GetConnectionB() FederatedConnectionDTO
GetConnectionB returns the ConnectionB field if non-nil, zero value otherwise.
func (o *IdentityProviderChannelDTO) GetConnectionBOk() (*FederatedConnectionDTO, bool)
GetConnectionBOk returns a tuple with the ConnectionB field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IdentityProviderChannelDTO) SetConnectionB(v FederatedConnectionDTO)
SetConnectionB sets ConnectionB field to given value.
func (o *IdentityProviderChannelDTO) HasConnectionB() bool
HasConnectionB returns a boolean if a field has been set.
func (o *IdentityProviderChannelDTO) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *IdentityProviderChannelDTO) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IdentityProviderChannelDTO) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *IdentityProviderChannelDTO) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *IdentityProviderChannelDTO) GetDisplayName() string
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
func (o *IdentityProviderChannelDTO) GetDisplayNameOk() (*string, bool)
GetDisplayNameOk returns a tuple with the DisplayName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IdentityProviderChannelDTO) SetDisplayName(v string)
SetDisplayName sets DisplayName field to given value.
func (o *IdentityProviderChannelDTO) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (o *IdentityProviderChannelDTO) GetElementId() string
GetElementId returns the ElementId field if non-nil, zero value otherwise.
func (o *IdentityProviderChannelDTO) GetElementIdOk() (*string, bool)
GetElementIdOk returns a tuple with the ElementId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IdentityProviderChannelDTO) SetElementId(v string)
SetElementId sets ElementId field to given value.
func (o *IdentityProviderChannelDTO) HasElementId() bool
HasElementId returns a boolean if a field has been set.
func (o *IdentityProviderChannelDTO) GetEnableProxyExtension() bool
GetEnableProxyExtension returns the EnableProxyExtension field if non-nil, zero value otherwise.
func (o *IdentityProviderChannelDTO) GetEnableProxyExtensionOk() (*bool, bool)
GetEnableProxyExtensionOk returns a tuple with the EnableProxyExtension field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IdentityProviderChannelDTO) SetEnableProxyExtension(v bool)
SetEnableProxyExtension sets EnableProxyExtension field to given value.
func (o *IdentityProviderChannelDTO) HasEnableProxyExtension() bool
HasEnableProxyExtension returns a boolean if a field has been set.
func (o *IdentityProviderChannelDTO) GetId() int64
GetId returns the Id field if non-nil, zero value otherwise.
func (o *IdentityProviderChannelDTO) GetIdOk() (*int64, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IdentityProviderChannelDTO) SetId(v int64)
SetId sets Id field to given value.
func (o *IdentityProviderChannelDTO) HasId() bool
HasId returns a boolean if a field has been set.
func (o *IdentityProviderChannelDTO) GetIdentityMappingPolicy() IdentityMappingPolicyDTO
GetIdentityMappingPolicy returns the IdentityMappingPolicy field if non-nil, zero value otherwise.
func (o *IdentityProviderChannelDTO) GetIdentityMappingPolicyOk() (*IdentityMappingPolicyDTO, bool)
GetIdentityMappingPolicyOk returns a tuple with the IdentityMappingPolicy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IdentityProviderChannelDTO) SetIdentityMappingPolicy(v IdentityMappingPolicyDTO)
SetIdentityMappingPolicy sets IdentityMappingPolicy field to given value.
func (o *IdentityProviderChannelDTO) HasIdentityMappingPolicy() bool
HasIdentityMappingPolicy returns a boolean if a field has been set.
func (o *IdentityProviderChannelDTO) GetLocation() LocationDTO
GetLocation returns the Location field if non-nil, zero value otherwise.
func (o *IdentityProviderChannelDTO) GetLocationOk() (*LocationDTO, bool)
GetLocationOk returns a tuple with the Location field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IdentityProviderChannelDTO) SetLocation(v LocationDTO)
SetLocation sets Location field to given value.
func (o *IdentityProviderChannelDTO) HasLocation() bool
HasLocation returns a boolean if a field has been set.
func (o *IdentityProviderChannelDTO) GetMessageTtl() int32
GetMessageTtl returns the MessageTtl field if non-nil, zero value otherwise.
func (o *IdentityProviderChannelDTO) GetMessageTtlOk() (*int32, bool)
GetMessageTtlOk returns a tuple with the MessageTtl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IdentityProviderChannelDTO) SetMessageTtl(v int32)
SetMessageTtl sets MessageTtl field to given value.
func (o *IdentityProviderChannelDTO) HasMessageTtl() bool
HasMessageTtl returns a boolean if a field has been set.
func (o *IdentityProviderChannelDTO) GetMessageTtlTolerance() int32
GetMessageTtlTolerance returns the MessageTtlTolerance field if non-nil, zero value otherwise.
func (o *IdentityProviderChannelDTO) GetMessageTtlToleranceOk() (*int32, bool)
GetMessageTtlToleranceOk returns a tuple with the MessageTtlTolerance field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IdentityProviderChannelDTO) SetMessageTtlTolerance(v int32)
SetMessageTtlTolerance sets MessageTtlTolerance field to given value.
func (o *IdentityProviderChannelDTO) HasMessageTtlTolerance() bool
HasMessageTtlTolerance returns a boolean if a field has been set.
func (o *IdentityProviderChannelDTO) GetMultivaluedAttrGroups() bool
GetMultivaluedAttrGroups returns the MultivaluedAttrGroups field if non-nil, zero value otherwise.
func (o *IdentityProviderChannelDTO) GetMultivaluedAttrGroupsOk() (*bool, bool)
GetMultivaluedAttrGroupsOk returns a tuple with the MultivaluedAttrGroups field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IdentityProviderChannelDTO) SetMultivaluedAttrGroups(v bool)
SetMultivaluedAttrGroups sets MultivaluedAttrGroups field to given value.
func (o *IdentityProviderChannelDTO) HasMultivaluedAttrGroups() bool
HasMultivaluedAttrGroups returns a boolean if a field has been set.
func (o *IdentityProviderChannelDTO) GetMultivaluedAttrInternal() bool
GetMultivaluedAttrInternal returns the MultivaluedAttrInternal field if non-nil, zero value otherwise.
func (o *IdentityProviderChannelDTO) GetMultivaluedAttrInternalOk() (*bool, bool)
GetMultivaluedAttrInternalOk returns a tuple with the MultivaluedAttrInternal field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IdentityProviderChannelDTO) SetMultivaluedAttrInternal(v bool)
SetMultivaluedAttrInternal sets MultivaluedAttrInternal field to given value.
func (o *IdentityProviderChannelDTO) HasMultivaluedAttrInternal() bool
HasMultivaluedAttrInternal returns a boolean if a field has been set.
func (o *IdentityProviderChannelDTO) GetMultivaluedAttrUserDefined() bool
GetMultivaluedAttrUserDefined returns the MultivaluedAttrUserDefined field if non-nil, zero value otherwise.
func (o *IdentityProviderChannelDTO) GetMultivaluedAttrUserDefinedOk() (*bool, bool)
GetMultivaluedAttrUserDefinedOk returns a tuple with the MultivaluedAttrUserDefined field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IdentityProviderChannelDTO) SetMultivaluedAttrUserDefined(v bool)
SetMultivaluedAttrUserDefined sets MultivaluedAttrUserDefined field to given value.
func (o *IdentityProviderChannelDTO) HasMultivaluedAttrUserDefined() bool
HasMultivaluedAttrUserDefined returns a boolean if a field has been set.
func (o *IdentityProviderChannelDTO) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *IdentityProviderChannelDTO) 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 *IdentityProviderChannelDTO) SetName(v string)
SetName sets Name field to given value.
func (o *IdentityProviderChannelDTO) HasName() bool
HasName returns a boolean if a field has been set.
func (o *IdentityProviderChannelDTO) GetOverrideProviderSetup() bool
GetOverrideProviderSetup returns the OverrideProviderSetup field if non-nil, zero value otherwise.
func (o *IdentityProviderChannelDTO) GetOverrideProviderSetupOk() (*bool, bool)
GetOverrideProviderSetupOk returns a tuple with the OverrideProviderSetup field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IdentityProviderChannelDTO) SetOverrideProviderSetup(v bool)
SetOverrideProviderSetup sets OverrideProviderSetup field to given value.
func (o *IdentityProviderChannelDTO) HasOverrideProviderSetup() bool
HasOverrideProviderSetup returns a boolean if a field has been set.
func (o *IdentityProviderChannelDTO) GetPreferred() bool
GetPreferred returns the Preferred field if non-nil, zero value otherwise.
func (o *IdentityProviderChannelDTO) GetPreferredOk() (*bool, bool)
GetPreferredOk returns a tuple with the Preferred field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IdentityProviderChannelDTO) SetPreferred(v bool)
SetPreferred sets Preferred field to given value.
func (o *IdentityProviderChannelDTO) HasPreferred() bool
HasPreferred returns a boolean if a field has been set.
func (o *IdentityProviderChannelDTO) GetSignAuthenticationRequests() bool
GetSignAuthenticationRequests returns the SignAuthenticationRequests field if non-nil, zero value otherwise.
func (o *IdentityProviderChannelDTO) GetSignAuthenticationRequestsOk() (*bool, bool)
GetSignAuthenticationRequestsOk returns a tuple with the SignAuthenticationRequests field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IdentityProviderChannelDTO) SetSignAuthenticationRequests(v bool)
SetSignAuthenticationRequests sets SignAuthenticationRequests field to given value.
func (o *IdentityProviderChannelDTO) HasSignAuthenticationRequests() bool
HasSignAuthenticationRequests returns a boolean if a field has been set.
func (o *IdentityProviderChannelDTO) GetSignatureHash() string
GetSignatureHash returns the SignatureHash field if non-nil, zero value otherwise.
func (o *IdentityProviderChannelDTO) GetSignatureHashOk() (*string, bool)
GetSignatureHashOk returns a tuple with the SignatureHash field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IdentityProviderChannelDTO) SetSignatureHash(v string)
SetSignatureHash sets SignatureHash field to given value.
func (o *IdentityProviderChannelDTO) HasSignatureHash() bool
HasSignatureHash returns a boolean if a field has been set.
func (o *IdentityProviderChannelDTO) GetWantAssertionSigned() bool
GetWantAssertionSigned returns the WantAssertionSigned field if non-nil, zero value otherwise.
func (o *IdentityProviderChannelDTO) GetWantAssertionSignedOk() (*bool, bool)
GetWantAssertionSignedOk returns a tuple with the WantAssertionSigned field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IdentityProviderChannelDTO) SetWantAssertionSigned(v bool)
SetWantAssertionSigned sets WantAssertionSigned field to given value.
func (o *IdentityProviderChannelDTO) HasWantAssertionSigned() bool
HasWantAssertionSigned returns a boolean if a field has been set.