Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to int64 | The resource identifier. | [optional] |
Type | Pointer to string | The type of authenticator. | [optional] |
Name | Pointer to string | The name for the authenticator. | [optional] |
UserDefinedFields | Pointer to map[string]string | User-defined fields set for the resource. | [optional] |
SecondaryAuthenticator | Pointer to InlinedAuthenticator | [optional] | |
Hostname | Pointer to string | The fully qualified domain name or IP address for the authenticator. | [optional] |
Realm | Pointer to string | The administrative domain for the Kerberos server. | [optional] |
Port | Pointer to int32 | The TCP port number used for communication between the client and server. | [optional] |
AdminDn | Pointer to string | The distinguished name or relative distinguished name of a user with rights to search the LDAP directory. | [optional] |
AdminPassword | Pointer to string | The password for the distinguished name or relative distinguished name. | [optional] |
SslEnabled | Pointer to bool | Determines whether SSL communication is enabled between Address Manager and the LDAP server. | [optional] |
SchemaType | Pointer to string | The type of LDAP schema. | [optional] |
SearchBase | Pointer to string | The search base distinguished name location from which the search for users on the LDAP server begins. | [optional] |
UserObjectClass | Pointer to string | The user object class used to locate an LDAP user. | [optional] |
GroupObjectClass | Pointer to string | The group object class used to indicate that a DN is a group. | [optional] |
UserPrefix | Pointer to string | The user attribute for user accounts in the LDAP tree. | [optional] |
EmailPrefix | Pointer to string | The variable to be used for the email prefix. | [optional] |
MemberOfPrefix | Pointer to string | The attribute used to store user-group membership information. | [optional] |
ReferralPolicy | Pointer to string | The environment property that indicates how to handle referrals from external resources to the service providers. | [optional] |
AliasDereferencePolicy | Pointer to string | The environment property that indicates whether alias entries are dereferenced. | [optional] |
Description | Pointer to string | The description of the SAML IdP configuration. | [optional] |
Enabled | Pointer to bool | Indicates whether SAML IdP authentication is enabled. | [optional] |
UserClaim | Pointer to string | The user claim name of the authorization server. | [optional] |
GroupClaim | Pointer to string | The group claim name of the authorization server. | [optional] |
EmailClaim | Pointer to string | The email claim name of the authorization server. | [optional] |
ValidationMethod | Pointer to string | The method that indicates where the token validation occurs. | [optional] |
ClientId | Pointer to string | The public identifier of the application. | [optional] |
ClientSecret | Pointer to string | The client secret known only to the application and authorization server. | [optional] |
IntrospectionUrl | Pointer to string | The introspection endpoint that allows Address Manager to check the validity of access tokens. | [optional] |
UserInfoUrl | Pointer to string | The endpoint containing information about the user, including the group membership information and user ID. | [optional] |
AuthorizationOption | Pointer to string | The authorization method used when Address Manager sends the client ID and client secret to the authorization server. | [optional] |
Audience | Pointer to string | The name of the BAM API bearer token obtained from the authorization server. | [optional] |
Issuer | Pointer to string | The name of the token issuer. | [optional] |
SigningCertificate | Pointer to string | The SAML IdP server signing certificate. | [optional] |
Timeout | Pointer to string | The value that overrides the timeout setting used for authentication requests sent to the TACACS+ server. | [optional] |
Retries | Pointer to int32 | The number of times Address Manager attempts to retransmit a failed authentication request sent to the RADIUS server. | [optional] |
SharedSecret | Pointer to string | The shared secret used to encrypt and decrypt packets between the client and the server. | [optional] |
AuthenticationProtocol | Pointer to string | The authentication protocol. | [optional] |
GroupAttribute | Pointer to string | The special attribute used for the custom service in the TACACS+ server. This attribute is used to get the group name defined in the TACACS+ server. | [optional] |
EmailAttribute | Pointer to string | The attribute name for email in the SAML response. | [optional] |
SignOnUrl | Pointer to string | The sign-in URL of the SAMP IdP. | [optional] |
LogoutUrl | Pointer to string | The logout URL of the SAMP IdP. | [optional] |
EntityId | Pointer to string | The entity ID of the SAMP IdP. | [optional] |
Attributes | Pointer to []NameValuePairBean | [optional] | |
Links | Pointer to ResourceLinks | [optional] |
func NewGetAuthenticators200ResponseDataInner() *GetAuthenticators200ResponseDataInner
NewGetAuthenticators200ResponseDataInner instantiates a new GetAuthenticators200ResponseDataInner 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 NewGetAuthenticators200ResponseDataInnerWithDefaults() *GetAuthenticators200ResponseDataInner
NewGetAuthenticators200ResponseDataInnerWithDefaults instantiates a new GetAuthenticators200ResponseDataInner 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 *GetAuthenticators200ResponseDataInner) GetId() int64
GetId returns the Id field if non-nil, zero value otherwise.
func (o *GetAuthenticators200ResponseDataInner) 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 *GetAuthenticators200ResponseDataInner) SetId(v int64)
SetId sets Id field to given value.
func (o *GetAuthenticators200ResponseDataInner) HasId() bool
HasId returns a boolean if a field has been set.
func (o *GetAuthenticators200ResponseDataInner) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *GetAuthenticators200ResponseDataInner) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetAuthenticators200ResponseDataInner) SetType(v string)
SetType sets Type field to given value.
func (o *GetAuthenticators200ResponseDataInner) HasType() bool
HasType returns a boolean if a field has been set.
func (o *GetAuthenticators200ResponseDataInner) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *GetAuthenticators200ResponseDataInner) 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 *GetAuthenticators200ResponseDataInner) SetName(v string)
SetName sets Name field to given value.
func (o *GetAuthenticators200ResponseDataInner) HasName() bool
HasName returns a boolean if a field has been set.
func (o *GetAuthenticators200ResponseDataInner) GetUserDefinedFields() map[string]string
GetUserDefinedFields returns the UserDefinedFields field if non-nil, zero value otherwise.
func (o *GetAuthenticators200ResponseDataInner) GetUserDefinedFieldsOk() (*map[string]string, bool)
GetUserDefinedFieldsOk returns a tuple with the UserDefinedFields field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetAuthenticators200ResponseDataInner) SetUserDefinedFields(v map[string]string)
SetUserDefinedFields sets UserDefinedFields field to given value.
func (o *GetAuthenticators200ResponseDataInner) HasUserDefinedFields() bool
HasUserDefinedFields returns a boolean if a field has been set.
func (o *GetAuthenticators200ResponseDataInner) GetSecondaryAuthenticator() InlinedAuthenticator
GetSecondaryAuthenticator returns the SecondaryAuthenticator field if non-nil, zero value otherwise.
func (o *GetAuthenticators200ResponseDataInner) GetSecondaryAuthenticatorOk() (*InlinedAuthenticator, bool)
GetSecondaryAuthenticatorOk returns a tuple with the SecondaryAuthenticator field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetAuthenticators200ResponseDataInner) SetSecondaryAuthenticator(v InlinedAuthenticator)
SetSecondaryAuthenticator sets SecondaryAuthenticator field to given value.
func (o *GetAuthenticators200ResponseDataInner) HasSecondaryAuthenticator() bool
HasSecondaryAuthenticator returns a boolean if a field has been set.
func (o *GetAuthenticators200ResponseDataInner) GetHostname() string
GetHostname returns the Hostname field if non-nil, zero value otherwise.
func (o *GetAuthenticators200ResponseDataInner) GetHostnameOk() (*string, bool)
GetHostnameOk returns a tuple with the Hostname field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetAuthenticators200ResponseDataInner) SetHostname(v string)
SetHostname sets Hostname field to given value.
func (o *GetAuthenticators200ResponseDataInner) HasHostname() bool
HasHostname returns a boolean if a field has been set.
func (o *GetAuthenticators200ResponseDataInner) GetRealm() string
GetRealm returns the Realm field if non-nil, zero value otherwise.
func (o *GetAuthenticators200ResponseDataInner) GetRealmOk() (*string, bool)
GetRealmOk returns a tuple with the Realm field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetAuthenticators200ResponseDataInner) SetRealm(v string)
SetRealm sets Realm field to given value.
func (o *GetAuthenticators200ResponseDataInner) HasRealm() bool
HasRealm returns a boolean if a field has been set.
func (o *GetAuthenticators200ResponseDataInner) GetPort() int32
GetPort returns the Port field if non-nil, zero value otherwise.
func (o *GetAuthenticators200ResponseDataInner) GetPortOk() (*int32, bool)
GetPortOk returns a tuple with the Port field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetAuthenticators200ResponseDataInner) SetPort(v int32)
SetPort sets Port field to given value.
func (o *GetAuthenticators200ResponseDataInner) HasPort() bool
HasPort returns a boolean if a field has been set.
func (o *GetAuthenticators200ResponseDataInner) GetAdminDn() string
GetAdminDn returns the AdminDn field if non-nil, zero value otherwise.
func (o *GetAuthenticators200ResponseDataInner) GetAdminDnOk() (*string, bool)
GetAdminDnOk returns a tuple with the AdminDn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetAuthenticators200ResponseDataInner) SetAdminDn(v string)
SetAdminDn sets AdminDn field to given value.
func (o *GetAuthenticators200ResponseDataInner) HasAdminDn() bool
HasAdminDn returns a boolean if a field has been set.
func (o *GetAuthenticators200ResponseDataInner) GetAdminPassword() string
GetAdminPassword returns the AdminPassword field if non-nil, zero value otherwise.
func (o *GetAuthenticators200ResponseDataInner) GetAdminPasswordOk() (*string, bool)
GetAdminPasswordOk returns a tuple with the AdminPassword field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetAuthenticators200ResponseDataInner) SetAdminPassword(v string)
SetAdminPassword sets AdminPassword field to given value.
func (o *GetAuthenticators200ResponseDataInner) HasAdminPassword() bool
HasAdminPassword returns a boolean if a field has been set.
func (o *GetAuthenticators200ResponseDataInner) GetSslEnabled() bool
GetSslEnabled returns the SslEnabled field if non-nil, zero value otherwise.
func (o *GetAuthenticators200ResponseDataInner) GetSslEnabledOk() (*bool, bool)
GetSslEnabledOk returns a tuple with the SslEnabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetAuthenticators200ResponseDataInner) SetSslEnabled(v bool)
SetSslEnabled sets SslEnabled field to given value.
func (o *GetAuthenticators200ResponseDataInner) HasSslEnabled() bool
HasSslEnabled returns a boolean if a field has been set.
func (o *GetAuthenticators200ResponseDataInner) GetSchemaType() string
GetSchemaType returns the SchemaType field if non-nil, zero value otherwise.
func (o *GetAuthenticators200ResponseDataInner) GetSchemaTypeOk() (*string, bool)
GetSchemaTypeOk returns a tuple with the SchemaType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetAuthenticators200ResponseDataInner) SetSchemaType(v string)
SetSchemaType sets SchemaType field to given value.
func (o *GetAuthenticators200ResponseDataInner) HasSchemaType() bool
HasSchemaType returns a boolean if a field has been set.
func (o *GetAuthenticators200ResponseDataInner) GetSearchBase() string
GetSearchBase returns the SearchBase field if non-nil, zero value otherwise.
func (o *GetAuthenticators200ResponseDataInner) GetSearchBaseOk() (*string, bool)
GetSearchBaseOk returns a tuple with the SearchBase field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetAuthenticators200ResponseDataInner) SetSearchBase(v string)
SetSearchBase sets SearchBase field to given value.
func (o *GetAuthenticators200ResponseDataInner) HasSearchBase() bool
HasSearchBase returns a boolean if a field has been set.
func (o *GetAuthenticators200ResponseDataInner) GetUserObjectClass() string
GetUserObjectClass returns the UserObjectClass field if non-nil, zero value otherwise.
func (o *GetAuthenticators200ResponseDataInner) GetUserObjectClassOk() (*string, bool)
GetUserObjectClassOk returns a tuple with the UserObjectClass field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetAuthenticators200ResponseDataInner) SetUserObjectClass(v string)
SetUserObjectClass sets UserObjectClass field to given value.
func (o *GetAuthenticators200ResponseDataInner) HasUserObjectClass() bool
HasUserObjectClass returns a boolean if a field has been set.
func (o *GetAuthenticators200ResponseDataInner) GetGroupObjectClass() string
GetGroupObjectClass returns the GroupObjectClass field if non-nil, zero value otherwise.
func (o *GetAuthenticators200ResponseDataInner) GetGroupObjectClassOk() (*string, bool)
GetGroupObjectClassOk returns a tuple with the GroupObjectClass field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetAuthenticators200ResponseDataInner) SetGroupObjectClass(v string)
SetGroupObjectClass sets GroupObjectClass field to given value.
func (o *GetAuthenticators200ResponseDataInner) HasGroupObjectClass() bool
HasGroupObjectClass returns a boolean if a field has been set.
func (o *GetAuthenticators200ResponseDataInner) GetUserPrefix() string
GetUserPrefix returns the UserPrefix field if non-nil, zero value otherwise.
func (o *GetAuthenticators200ResponseDataInner) GetUserPrefixOk() (*string, bool)
GetUserPrefixOk returns a tuple with the UserPrefix field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetAuthenticators200ResponseDataInner) SetUserPrefix(v string)
SetUserPrefix sets UserPrefix field to given value.
func (o *GetAuthenticators200ResponseDataInner) HasUserPrefix() bool
HasUserPrefix returns a boolean if a field has been set.
func (o *GetAuthenticators200ResponseDataInner) GetEmailPrefix() string
GetEmailPrefix returns the EmailPrefix field if non-nil, zero value otherwise.
func (o *GetAuthenticators200ResponseDataInner) GetEmailPrefixOk() (*string, bool)
GetEmailPrefixOk returns a tuple with the EmailPrefix field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetAuthenticators200ResponseDataInner) SetEmailPrefix(v string)
SetEmailPrefix sets EmailPrefix field to given value.
func (o *GetAuthenticators200ResponseDataInner) HasEmailPrefix() bool
HasEmailPrefix returns a boolean if a field has been set.
func (o *GetAuthenticators200ResponseDataInner) GetMemberOfPrefix() string
GetMemberOfPrefix returns the MemberOfPrefix field if non-nil, zero value otherwise.
func (o *GetAuthenticators200ResponseDataInner) GetMemberOfPrefixOk() (*string, bool)
GetMemberOfPrefixOk returns a tuple with the MemberOfPrefix field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetAuthenticators200ResponseDataInner) SetMemberOfPrefix(v string)
SetMemberOfPrefix sets MemberOfPrefix field to given value.
func (o *GetAuthenticators200ResponseDataInner) HasMemberOfPrefix() bool
HasMemberOfPrefix returns a boolean if a field has been set.
func (o *GetAuthenticators200ResponseDataInner) GetReferralPolicy() string
GetReferralPolicy returns the ReferralPolicy field if non-nil, zero value otherwise.
func (o *GetAuthenticators200ResponseDataInner) GetReferralPolicyOk() (*string, bool)
GetReferralPolicyOk returns a tuple with the ReferralPolicy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetAuthenticators200ResponseDataInner) SetReferralPolicy(v string)
SetReferralPolicy sets ReferralPolicy field to given value.
func (o *GetAuthenticators200ResponseDataInner) HasReferralPolicy() bool
HasReferralPolicy returns a boolean if a field has been set.
func (o *GetAuthenticators200ResponseDataInner) GetAliasDereferencePolicy() string
GetAliasDereferencePolicy returns the AliasDereferencePolicy field if non-nil, zero value otherwise.
func (o *GetAuthenticators200ResponseDataInner) GetAliasDereferencePolicyOk() (*string, bool)
GetAliasDereferencePolicyOk returns a tuple with the AliasDereferencePolicy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetAuthenticators200ResponseDataInner) SetAliasDereferencePolicy(v string)
SetAliasDereferencePolicy sets AliasDereferencePolicy field to given value.
func (o *GetAuthenticators200ResponseDataInner) HasAliasDereferencePolicy() bool
HasAliasDereferencePolicy returns a boolean if a field has been set.
func (o *GetAuthenticators200ResponseDataInner) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *GetAuthenticators200ResponseDataInner) 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 *GetAuthenticators200ResponseDataInner) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *GetAuthenticators200ResponseDataInner) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *GetAuthenticators200ResponseDataInner) GetEnabled() bool
GetEnabled returns the Enabled field if non-nil, zero value otherwise.
func (o *GetAuthenticators200ResponseDataInner) 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 *GetAuthenticators200ResponseDataInner) SetEnabled(v bool)
SetEnabled sets Enabled field to given value.
func (o *GetAuthenticators200ResponseDataInner) HasEnabled() bool
HasEnabled returns a boolean if a field has been set.
func (o *GetAuthenticators200ResponseDataInner) GetUserClaim() string
GetUserClaim returns the UserClaim field if non-nil, zero value otherwise.
func (o *GetAuthenticators200ResponseDataInner) GetUserClaimOk() (*string, bool)
GetUserClaimOk returns a tuple with the UserClaim field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetAuthenticators200ResponseDataInner) SetUserClaim(v string)
SetUserClaim sets UserClaim field to given value.
func (o *GetAuthenticators200ResponseDataInner) HasUserClaim() bool
HasUserClaim returns a boolean if a field has been set.
func (o *GetAuthenticators200ResponseDataInner) GetGroupClaim() string
GetGroupClaim returns the GroupClaim field if non-nil, zero value otherwise.
func (o *GetAuthenticators200ResponseDataInner) GetGroupClaimOk() (*string, bool)
GetGroupClaimOk returns a tuple with the GroupClaim field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetAuthenticators200ResponseDataInner) SetGroupClaim(v string)
SetGroupClaim sets GroupClaim field to given value.
func (o *GetAuthenticators200ResponseDataInner) HasGroupClaim() bool
HasGroupClaim returns a boolean if a field has been set.
func (o *GetAuthenticators200ResponseDataInner) GetEmailClaim() string
GetEmailClaim returns the EmailClaim field if non-nil, zero value otherwise.
func (o *GetAuthenticators200ResponseDataInner) GetEmailClaimOk() (*string, bool)
GetEmailClaimOk returns a tuple with the EmailClaim field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetAuthenticators200ResponseDataInner) SetEmailClaim(v string)
SetEmailClaim sets EmailClaim field to given value.
func (o *GetAuthenticators200ResponseDataInner) HasEmailClaim() bool
HasEmailClaim returns a boolean if a field has been set.
func (o *GetAuthenticators200ResponseDataInner) GetValidationMethod() string
GetValidationMethod returns the ValidationMethod field if non-nil, zero value otherwise.
func (o *GetAuthenticators200ResponseDataInner) GetValidationMethodOk() (*string, bool)
GetValidationMethodOk returns a tuple with the ValidationMethod field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetAuthenticators200ResponseDataInner) SetValidationMethod(v string)
SetValidationMethod sets ValidationMethod field to given value.
func (o *GetAuthenticators200ResponseDataInner) HasValidationMethod() bool
HasValidationMethod returns a boolean if a field has been set.
func (o *GetAuthenticators200ResponseDataInner) GetClientId() string
GetClientId returns the ClientId field if non-nil, zero value otherwise.
func (o *GetAuthenticators200ResponseDataInner) GetClientIdOk() (*string, bool)
GetClientIdOk returns a tuple with the ClientId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetAuthenticators200ResponseDataInner) SetClientId(v string)
SetClientId sets ClientId field to given value.
func (o *GetAuthenticators200ResponseDataInner) HasClientId() bool
HasClientId returns a boolean if a field has been set.
func (o *GetAuthenticators200ResponseDataInner) GetClientSecret() string
GetClientSecret returns the ClientSecret field if non-nil, zero value otherwise.
func (o *GetAuthenticators200ResponseDataInner) GetClientSecretOk() (*string, bool)
GetClientSecretOk returns a tuple with the ClientSecret field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetAuthenticators200ResponseDataInner) SetClientSecret(v string)
SetClientSecret sets ClientSecret field to given value.
func (o *GetAuthenticators200ResponseDataInner) HasClientSecret() bool
HasClientSecret returns a boolean if a field has been set.
func (o *GetAuthenticators200ResponseDataInner) GetIntrospectionUrl() string
GetIntrospectionUrl returns the IntrospectionUrl field if non-nil, zero value otherwise.
func (o *GetAuthenticators200ResponseDataInner) GetIntrospectionUrlOk() (*string, bool)
GetIntrospectionUrlOk returns a tuple with the IntrospectionUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetAuthenticators200ResponseDataInner) SetIntrospectionUrl(v string)
SetIntrospectionUrl sets IntrospectionUrl field to given value.
func (o *GetAuthenticators200ResponseDataInner) HasIntrospectionUrl() bool
HasIntrospectionUrl returns a boolean if a field has been set.
func (o *GetAuthenticators200ResponseDataInner) GetUserInfoUrl() string
GetUserInfoUrl returns the UserInfoUrl field if non-nil, zero value otherwise.
func (o *GetAuthenticators200ResponseDataInner) GetUserInfoUrlOk() (*string, bool)
GetUserInfoUrlOk returns a tuple with the UserInfoUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetAuthenticators200ResponseDataInner) SetUserInfoUrl(v string)
SetUserInfoUrl sets UserInfoUrl field to given value.
func (o *GetAuthenticators200ResponseDataInner) HasUserInfoUrl() bool
HasUserInfoUrl returns a boolean if a field has been set.
func (o *GetAuthenticators200ResponseDataInner) GetAuthorizationOption() string
GetAuthorizationOption returns the AuthorizationOption field if non-nil, zero value otherwise.
func (o *GetAuthenticators200ResponseDataInner) GetAuthorizationOptionOk() (*string, bool)
GetAuthorizationOptionOk returns a tuple with the AuthorizationOption field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetAuthenticators200ResponseDataInner) SetAuthorizationOption(v string)
SetAuthorizationOption sets AuthorizationOption field to given value.
func (o *GetAuthenticators200ResponseDataInner) HasAuthorizationOption() bool
HasAuthorizationOption returns a boolean if a field has been set.
func (o *GetAuthenticators200ResponseDataInner) GetAudience() string
GetAudience returns the Audience field if non-nil, zero value otherwise.
func (o *GetAuthenticators200ResponseDataInner) 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.
func (o *GetAuthenticators200ResponseDataInner) SetAudience(v string)
SetAudience sets Audience field to given value.
func (o *GetAuthenticators200ResponseDataInner) HasAudience() bool
HasAudience returns a boolean if a field has been set.
func (o *GetAuthenticators200ResponseDataInner) GetIssuer() string
GetIssuer returns the Issuer field if non-nil, zero value otherwise.
func (o *GetAuthenticators200ResponseDataInner) 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 *GetAuthenticators200ResponseDataInner) SetIssuer(v string)
SetIssuer sets Issuer field to given value.
func (o *GetAuthenticators200ResponseDataInner) HasIssuer() bool
HasIssuer returns a boolean if a field has been set.
func (o *GetAuthenticators200ResponseDataInner) GetSigningCertificate() string
GetSigningCertificate returns the SigningCertificate field if non-nil, zero value otherwise.
func (o *GetAuthenticators200ResponseDataInner) GetSigningCertificateOk() (*string, bool)
GetSigningCertificateOk returns a tuple with the SigningCertificate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetAuthenticators200ResponseDataInner) SetSigningCertificate(v string)
SetSigningCertificate sets SigningCertificate field to given value.
func (o *GetAuthenticators200ResponseDataInner) HasSigningCertificate() bool
HasSigningCertificate returns a boolean if a field has been set.
func (o *GetAuthenticators200ResponseDataInner) GetTimeout() string
GetTimeout returns the Timeout field if non-nil, zero value otherwise.
func (o *GetAuthenticators200ResponseDataInner) GetTimeoutOk() (*string, bool)
GetTimeoutOk returns a tuple with the Timeout field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetAuthenticators200ResponseDataInner) SetTimeout(v string)
SetTimeout sets Timeout field to given value.
func (o *GetAuthenticators200ResponseDataInner) HasTimeout() bool
HasTimeout returns a boolean if a field has been set.
func (o *GetAuthenticators200ResponseDataInner) GetRetries() int32
GetRetries returns the Retries field if non-nil, zero value otherwise.
func (o *GetAuthenticators200ResponseDataInner) GetRetriesOk() (*int32, bool)
GetRetriesOk returns a tuple with the Retries field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetAuthenticators200ResponseDataInner) SetRetries(v int32)
SetRetries sets Retries field to given value.
func (o *GetAuthenticators200ResponseDataInner) HasRetries() bool
HasRetries returns a boolean if a field has been set.
func (o *GetAuthenticators200ResponseDataInner) GetSharedSecret() string
GetSharedSecret returns the SharedSecret field if non-nil, zero value otherwise.
func (o *GetAuthenticators200ResponseDataInner) GetSharedSecretOk() (*string, bool)
GetSharedSecretOk returns a tuple with the SharedSecret field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetAuthenticators200ResponseDataInner) SetSharedSecret(v string)
SetSharedSecret sets SharedSecret field to given value.
func (o *GetAuthenticators200ResponseDataInner) HasSharedSecret() bool
HasSharedSecret returns a boolean if a field has been set.
func (o *GetAuthenticators200ResponseDataInner) GetAuthenticationProtocol() string
GetAuthenticationProtocol returns the AuthenticationProtocol field if non-nil, zero value otherwise.
func (o *GetAuthenticators200ResponseDataInner) GetAuthenticationProtocolOk() (*string, bool)
GetAuthenticationProtocolOk returns a tuple with the AuthenticationProtocol field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetAuthenticators200ResponseDataInner) SetAuthenticationProtocol(v string)
SetAuthenticationProtocol sets AuthenticationProtocol field to given value.
func (o *GetAuthenticators200ResponseDataInner) HasAuthenticationProtocol() bool
HasAuthenticationProtocol returns a boolean if a field has been set.
func (o *GetAuthenticators200ResponseDataInner) GetGroupAttribute() string
GetGroupAttribute returns the GroupAttribute field if non-nil, zero value otherwise.
func (o *GetAuthenticators200ResponseDataInner) GetGroupAttributeOk() (*string, bool)
GetGroupAttributeOk returns a tuple with the GroupAttribute field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetAuthenticators200ResponseDataInner) SetGroupAttribute(v string)
SetGroupAttribute sets GroupAttribute field to given value.
func (o *GetAuthenticators200ResponseDataInner) HasGroupAttribute() bool
HasGroupAttribute returns a boolean if a field has been set.
func (o *GetAuthenticators200ResponseDataInner) GetEmailAttribute() string
GetEmailAttribute returns the EmailAttribute field if non-nil, zero value otherwise.
func (o *GetAuthenticators200ResponseDataInner) GetEmailAttributeOk() (*string, bool)
GetEmailAttributeOk returns a tuple with the EmailAttribute field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetAuthenticators200ResponseDataInner) SetEmailAttribute(v string)
SetEmailAttribute sets EmailAttribute field to given value.
func (o *GetAuthenticators200ResponseDataInner) HasEmailAttribute() bool
HasEmailAttribute returns a boolean if a field has been set.
func (o *GetAuthenticators200ResponseDataInner) GetSignOnUrl() string
GetSignOnUrl returns the SignOnUrl field if non-nil, zero value otherwise.
func (o *GetAuthenticators200ResponseDataInner) GetSignOnUrlOk() (*string, bool)
GetSignOnUrlOk returns a tuple with the SignOnUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetAuthenticators200ResponseDataInner) SetSignOnUrl(v string)
SetSignOnUrl sets SignOnUrl field to given value.
func (o *GetAuthenticators200ResponseDataInner) HasSignOnUrl() bool
HasSignOnUrl returns a boolean if a field has been set.
func (o *GetAuthenticators200ResponseDataInner) GetLogoutUrl() string
GetLogoutUrl returns the LogoutUrl field if non-nil, zero value otherwise.
func (o *GetAuthenticators200ResponseDataInner) GetLogoutUrlOk() (*string, bool)
GetLogoutUrlOk returns a tuple with the LogoutUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetAuthenticators200ResponseDataInner) SetLogoutUrl(v string)
SetLogoutUrl sets LogoutUrl field to given value.
func (o *GetAuthenticators200ResponseDataInner) HasLogoutUrl() bool
HasLogoutUrl returns a boolean if a field has been set.
func (o *GetAuthenticators200ResponseDataInner) GetEntityId() string
GetEntityId returns the EntityId field if non-nil, zero value otherwise.
func (o *GetAuthenticators200ResponseDataInner) GetEntityIdOk() (*string, bool)
GetEntityIdOk returns a tuple with the EntityId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetAuthenticators200ResponseDataInner) SetEntityId(v string)
SetEntityId sets EntityId field to given value.
func (o *GetAuthenticators200ResponseDataInner) HasEntityId() bool
HasEntityId returns a boolean if a field has been set.
func (o *GetAuthenticators200ResponseDataInner) GetAttributes() []NameValuePairBean
GetAttributes returns the Attributes field if non-nil, zero value otherwise.
func (o *GetAuthenticators200ResponseDataInner) GetAttributesOk() (*[]NameValuePairBean, 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 *GetAuthenticators200ResponseDataInner) SetAttributes(v []NameValuePairBean)
SetAttributes sets Attributes field to given value.
func (o *GetAuthenticators200ResponseDataInner) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (o *GetAuthenticators200ResponseDataInner) GetLinks() ResourceLinks
GetLinks returns the Links field if non-nil, zero value otherwise.
func (o *GetAuthenticators200ResponseDataInner) GetLinksOk() (*ResourceLinks, bool)
GetLinksOk returns a tuple with the Links field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetAuthenticators200ResponseDataInner) SetLinks(v ResourceLinks)
SetLinks sets Links field to given value.
func (o *GetAuthenticators200ResponseDataInner) HasLinks() bool
HasLinks returns a boolean if a field has been set.