Name | Type | Description | Notes |
---|---|---|---|
AccessExpires | Pointer to int64 | Access expiration date in Unix timestamp (select 0 for access without expiry date) | [optional] [default to 0] |
AuditLogsClaims | Pointer to []string | Subclaims to include in audit logs, e.g "--audit-logs-claims email --audit-logs-claims username" | [optional] |
BindDn | Pointer to string | [optional] | |
BindDnPassword | Pointer to string | [optional] | |
BoundIps | Pointer to []string | A CIDR whitelist with the IPs that the access is restricted to | [optional] |
DeleteProtection | Pointer to string | Protection from accidental deletion of this object [true/false] | [optional] |
Description | Pointer to string | Auth Method description | [optional] |
ForceSubClaims | Pointer to bool | if true: enforce role-association must include sub claims | [optional] |
GroupAttr | Pointer to string | [optional] | |
GroupDn | Pointer to string | [optional] | |
GroupFilter | Pointer to string | [optional] | |
GwBoundIps | Pointer to []string | A CIDR whitelist with the GW IPs that the access is restricted to | [optional] |
Json | Pointer to bool | Set output format to JSON | [optional] [default to false] |
JwtTtl | Pointer to int64 | Jwt TTL | [optional] [default to 0] |
KeytabFileData | Pointer to string | [optional] | |
KeytabFilePath | Pointer to string | [optional] | |
Krb5ConfData | Pointer to string | [optional] | |
Krb5ConfPath | Pointer to string | [optional] | |
LdapAnonymousSearch | Pointer to bool | [optional] | |
LdapCaCert | Pointer to string | [optional] | |
LdapUrl | Pointer to string | [optional] | |
Name | string | Auth Method name | |
NewName | Pointer to string | [optional] | |
ProductType | Pointer to []string | Choose the relevant product type for the auth method [sm, sra, pm, dp, ca] | [optional] |
SubclaimsDelimiters | Pointer to []string | A list of additional sub claims delimiters (relevant only for SAML, OIDC, OAuth2/JWT) | [optional] |
Token | Pointer to string | Authentication token (see `/auth` and `/configure`) | [optional] |
UidToken | Pointer to string | The universal identity token, Required only for universal_identity authentication | [optional] |
UniqueIdentifier | Pointer to string | A unique identifier (ID) value which is a "sub claim" name that contains details uniquely identifying that resource. This "sub claim" is used to distinguish between different identities. | [optional] |
UserAttribute | Pointer to string | [optional] | |
UserDn | Pointer to string | [optional] |
func NewAuthMethodUpdateKerberos(name string, ) *AuthMethodUpdateKerberos
NewAuthMethodUpdateKerberos instantiates a new AuthMethodUpdateKerberos 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 NewAuthMethodUpdateKerberosWithDefaults() *AuthMethodUpdateKerberos
NewAuthMethodUpdateKerberosWithDefaults instantiates a new AuthMethodUpdateKerberos 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 *AuthMethodUpdateKerberos) GetAccessExpires() int64
GetAccessExpires returns the AccessExpires field if non-nil, zero value otherwise.
func (o *AuthMethodUpdateKerberos) GetAccessExpiresOk() (*int64, bool)
GetAccessExpiresOk returns a tuple with the AccessExpires field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthMethodUpdateKerberos) SetAccessExpires(v int64)
SetAccessExpires sets AccessExpires field to given value.
func (o *AuthMethodUpdateKerberos) HasAccessExpires() bool
HasAccessExpires returns a boolean if a field has been set.
func (o *AuthMethodUpdateKerberos) GetAuditLogsClaims() []string
GetAuditLogsClaims returns the AuditLogsClaims field if non-nil, zero value otherwise.
func (o *AuthMethodUpdateKerberos) GetAuditLogsClaimsOk() (*[]string, bool)
GetAuditLogsClaimsOk returns a tuple with the AuditLogsClaims field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthMethodUpdateKerberos) SetAuditLogsClaims(v []string)
SetAuditLogsClaims sets AuditLogsClaims field to given value.
func (o *AuthMethodUpdateKerberos) HasAuditLogsClaims() bool
HasAuditLogsClaims returns a boolean if a field has been set.
func (o *AuthMethodUpdateKerberos) GetBindDn() string
GetBindDn returns the BindDn field if non-nil, zero value otherwise.
func (o *AuthMethodUpdateKerberos) GetBindDnOk() (*string, bool)
GetBindDnOk returns a tuple with the BindDn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthMethodUpdateKerberos) SetBindDn(v string)
SetBindDn sets BindDn field to given value.
func (o *AuthMethodUpdateKerberos) HasBindDn() bool
HasBindDn returns a boolean if a field has been set.
func (o *AuthMethodUpdateKerberos) GetBindDnPassword() string
GetBindDnPassword returns the BindDnPassword field if non-nil, zero value otherwise.
func (o *AuthMethodUpdateKerberos) GetBindDnPasswordOk() (*string, bool)
GetBindDnPasswordOk returns a tuple with the BindDnPassword field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthMethodUpdateKerberos) SetBindDnPassword(v string)
SetBindDnPassword sets BindDnPassword field to given value.
func (o *AuthMethodUpdateKerberos) HasBindDnPassword() bool
HasBindDnPassword returns a boolean if a field has been set.
func (o *AuthMethodUpdateKerberos) GetBoundIps() []string
GetBoundIps returns the BoundIps field if non-nil, zero value otherwise.
func (o *AuthMethodUpdateKerberos) GetBoundIpsOk() (*[]string, bool)
GetBoundIpsOk returns a tuple with the BoundIps field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthMethodUpdateKerberos) SetBoundIps(v []string)
SetBoundIps sets BoundIps field to given value.
func (o *AuthMethodUpdateKerberos) HasBoundIps() bool
HasBoundIps returns a boolean if a field has been set.
func (o *AuthMethodUpdateKerberos) GetDeleteProtection() string
GetDeleteProtection returns the DeleteProtection field if non-nil, zero value otherwise.
func (o *AuthMethodUpdateKerberos) GetDeleteProtectionOk() (*string, bool)
GetDeleteProtectionOk returns a tuple with the DeleteProtection field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthMethodUpdateKerberos) SetDeleteProtection(v string)
SetDeleteProtection sets DeleteProtection field to given value.
func (o *AuthMethodUpdateKerberos) HasDeleteProtection() bool
HasDeleteProtection returns a boolean if a field has been set.
func (o *AuthMethodUpdateKerberos) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *AuthMethodUpdateKerberos) 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 *AuthMethodUpdateKerberos) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *AuthMethodUpdateKerberos) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *AuthMethodUpdateKerberos) GetForceSubClaims() bool
GetForceSubClaims returns the ForceSubClaims field if non-nil, zero value otherwise.
func (o *AuthMethodUpdateKerberos) GetForceSubClaimsOk() (*bool, bool)
GetForceSubClaimsOk returns a tuple with the ForceSubClaims field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthMethodUpdateKerberos) SetForceSubClaims(v bool)
SetForceSubClaims sets ForceSubClaims field to given value.
func (o *AuthMethodUpdateKerberos) HasForceSubClaims() bool
HasForceSubClaims returns a boolean if a field has been set.
func (o *AuthMethodUpdateKerberos) GetGroupAttr() string
GetGroupAttr returns the GroupAttr field if non-nil, zero value otherwise.
func (o *AuthMethodUpdateKerberos) GetGroupAttrOk() (*string, bool)
GetGroupAttrOk returns a tuple with the GroupAttr field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthMethodUpdateKerberos) SetGroupAttr(v string)
SetGroupAttr sets GroupAttr field to given value.
func (o *AuthMethodUpdateKerberos) HasGroupAttr() bool
HasGroupAttr returns a boolean if a field has been set.
func (o *AuthMethodUpdateKerberos) GetGroupDn() string
GetGroupDn returns the GroupDn field if non-nil, zero value otherwise.
func (o *AuthMethodUpdateKerberos) GetGroupDnOk() (*string, bool)
GetGroupDnOk returns a tuple with the GroupDn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthMethodUpdateKerberos) SetGroupDn(v string)
SetGroupDn sets GroupDn field to given value.
func (o *AuthMethodUpdateKerberos) HasGroupDn() bool
HasGroupDn returns a boolean if a field has been set.
func (o *AuthMethodUpdateKerberos) GetGroupFilter() string
GetGroupFilter returns the GroupFilter field if non-nil, zero value otherwise.
func (o *AuthMethodUpdateKerberos) GetGroupFilterOk() (*string, bool)
GetGroupFilterOk returns a tuple with the GroupFilter field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthMethodUpdateKerberos) SetGroupFilter(v string)
SetGroupFilter sets GroupFilter field to given value.
func (o *AuthMethodUpdateKerberos) HasGroupFilter() bool
HasGroupFilter returns a boolean if a field has been set.
func (o *AuthMethodUpdateKerberos) GetGwBoundIps() []string
GetGwBoundIps returns the GwBoundIps field if non-nil, zero value otherwise.
func (o *AuthMethodUpdateKerberos) GetGwBoundIpsOk() (*[]string, bool)
GetGwBoundIpsOk returns a tuple with the GwBoundIps field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthMethodUpdateKerberos) SetGwBoundIps(v []string)
SetGwBoundIps sets GwBoundIps field to given value.
func (o *AuthMethodUpdateKerberos) HasGwBoundIps() bool
HasGwBoundIps returns a boolean if a field has been set.
func (o *AuthMethodUpdateKerberos) GetJson() bool
GetJson returns the Json field if non-nil, zero value otherwise.
func (o *AuthMethodUpdateKerberos) GetJsonOk() (*bool, bool)
GetJsonOk returns a tuple with the Json field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthMethodUpdateKerberos) SetJson(v bool)
SetJson sets Json field to given value.
func (o *AuthMethodUpdateKerberos) HasJson() bool
HasJson returns a boolean if a field has been set.
func (o *AuthMethodUpdateKerberos) GetJwtTtl() int64
GetJwtTtl returns the JwtTtl field if non-nil, zero value otherwise.
func (o *AuthMethodUpdateKerberos) GetJwtTtlOk() (*int64, bool)
GetJwtTtlOk returns a tuple with the JwtTtl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthMethodUpdateKerberos) SetJwtTtl(v int64)
SetJwtTtl sets JwtTtl field to given value.
func (o *AuthMethodUpdateKerberos) HasJwtTtl() bool
HasJwtTtl returns a boolean if a field has been set.
func (o *AuthMethodUpdateKerberos) GetKeytabFileData() string
GetKeytabFileData returns the KeytabFileData field if non-nil, zero value otherwise.
func (o *AuthMethodUpdateKerberos) GetKeytabFileDataOk() (*string, bool)
GetKeytabFileDataOk returns a tuple with the KeytabFileData field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthMethodUpdateKerberos) SetKeytabFileData(v string)
SetKeytabFileData sets KeytabFileData field to given value.
func (o *AuthMethodUpdateKerberos) HasKeytabFileData() bool
HasKeytabFileData returns a boolean if a field has been set.
func (o *AuthMethodUpdateKerberos) GetKeytabFilePath() string
GetKeytabFilePath returns the KeytabFilePath field if non-nil, zero value otherwise.
func (o *AuthMethodUpdateKerberos) GetKeytabFilePathOk() (*string, bool)
GetKeytabFilePathOk returns a tuple with the KeytabFilePath field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthMethodUpdateKerberos) SetKeytabFilePath(v string)
SetKeytabFilePath sets KeytabFilePath field to given value.
func (o *AuthMethodUpdateKerberos) HasKeytabFilePath() bool
HasKeytabFilePath returns a boolean if a field has been set.
func (o *AuthMethodUpdateKerberos) GetKrb5ConfData() string
GetKrb5ConfData returns the Krb5ConfData field if non-nil, zero value otherwise.
func (o *AuthMethodUpdateKerberos) GetKrb5ConfDataOk() (*string, bool)
GetKrb5ConfDataOk returns a tuple with the Krb5ConfData field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthMethodUpdateKerberos) SetKrb5ConfData(v string)
SetKrb5ConfData sets Krb5ConfData field to given value.
func (o *AuthMethodUpdateKerberos) HasKrb5ConfData() bool
HasKrb5ConfData returns a boolean if a field has been set.
func (o *AuthMethodUpdateKerberos) GetKrb5ConfPath() string
GetKrb5ConfPath returns the Krb5ConfPath field if non-nil, zero value otherwise.
func (o *AuthMethodUpdateKerberos) GetKrb5ConfPathOk() (*string, bool)
GetKrb5ConfPathOk returns a tuple with the Krb5ConfPath field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthMethodUpdateKerberos) SetKrb5ConfPath(v string)
SetKrb5ConfPath sets Krb5ConfPath field to given value.
func (o *AuthMethodUpdateKerberos) HasKrb5ConfPath() bool
HasKrb5ConfPath returns a boolean if a field has been set.
func (o *AuthMethodUpdateKerberos) GetLdapAnonymousSearch() bool
GetLdapAnonymousSearch returns the LdapAnonymousSearch field if non-nil, zero value otherwise.
func (o *AuthMethodUpdateKerberos) GetLdapAnonymousSearchOk() (*bool, bool)
GetLdapAnonymousSearchOk returns a tuple with the LdapAnonymousSearch field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthMethodUpdateKerberos) SetLdapAnonymousSearch(v bool)
SetLdapAnonymousSearch sets LdapAnonymousSearch field to given value.
func (o *AuthMethodUpdateKerberos) HasLdapAnonymousSearch() bool
HasLdapAnonymousSearch returns a boolean if a field has been set.
func (o *AuthMethodUpdateKerberos) GetLdapCaCert() string
GetLdapCaCert returns the LdapCaCert field if non-nil, zero value otherwise.
func (o *AuthMethodUpdateKerberos) GetLdapCaCertOk() (*string, bool)
GetLdapCaCertOk returns a tuple with the LdapCaCert field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthMethodUpdateKerberos) SetLdapCaCert(v string)
SetLdapCaCert sets LdapCaCert field to given value.
func (o *AuthMethodUpdateKerberos) HasLdapCaCert() bool
HasLdapCaCert returns a boolean if a field has been set.
func (o *AuthMethodUpdateKerberos) GetLdapUrl() string
GetLdapUrl returns the LdapUrl field if non-nil, zero value otherwise.
func (o *AuthMethodUpdateKerberos) GetLdapUrlOk() (*string, bool)
GetLdapUrlOk returns a tuple with the LdapUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthMethodUpdateKerberos) SetLdapUrl(v string)
SetLdapUrl sets LdapUrl field to given value.
func (o *AuthMethodUpdateKerberos) HasLdapUrl() bool
HasLdapUrl returns a boolean if a field has been set.
func (o *AuthMethodUpdateKerberos) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *AuthMethodUpdateKerberos) 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 *AuthMethodUpdateKerberos) SetName(v string)
SetName sets Name field to given value.
func (o *AuthMethodUpdateKerberos) GetNewName() string
GetNewName returns the NewName field if non-nil, zero value otherwise.
func (o *AuthMethodUpdateKerberos) GetNewNameOk() (*string, bool)
GetNewNameOk returns a tuple with the NewName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthMethodUpdateKerberos) SetNewName(v string)
SetNewName sets NewName field to given value.
func (o *AuthMethodUpdateKerberos) HasNewName() bool
HasNewName returns a boolean if a field has been set.
func (o *AuthMethodUpdateKerberos) GetProductType() []string
GetProductType returns the ProductType field if non-nil, zero value otherwise.
func (o *AuthMethodUpdateKerberos) GetProductTypeOk() (*[]string, bool)
GetProductTypeOk returns a tuple with the ProductType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthMethodUpdateKerberos) SetProductType(v []string)
SetProductType sets ProductType field to given value.
func (o *AuthMethodUpdateKerberos) HasProductType() bool
HasProductType returns a boolean if a field has been set.
func (o *AuthMethodUpdateKerberos) GetSubclaimsDelimiters() []string
GetSubclaimsDelimiters returns the SubclaimsDelimiters field if non-nil, zero value otherwise.
func (o *AuthMethodUpdateKerberos) GetSubclaimsDelimitersOk() (*[]string, bool)
GetSubclaimsDelimitersOk returns a tuple with the SubclaimsDelimiters field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthMethodUpdateKerberos) SetSubclaimsDelimiters(v []string)
SetSubclaimsDelimiters sets SubclaimsDelimiters field to given value.
func (o *AuthMethodUpdateKerberos) HasSubclaimsDelimiters() bool
HasSubclaimsDelimiters returns a boolean if a field has been set.
func (o *AuthMethodUpdateKerberos) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *AuthMethodUpdateKerberos) GetTokenOk() (*string, bool)
GetTokenOk returns a tuple with the Token field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthMethodUpdateKerberos) SetToken(v string)
SetToken sets Token field to given value.
func (o *AuthMethodUpdateKerberos) HasToken() bool
HasToken returns a boolean if a field has been set.
func (o *AuthMethodUpdateKerberos) GetUidToken() string
GetUidToken returns the UidToken field if non-nil, zero value otherwise.
func (o *AuthMethodUpdateKerberos) GetUidTokenOk() (*string, bool)
GetUidTokenOk returns a tuple with the UidToken field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthMethodUpdateKerberos) SetUidToken(v string)
SetUidToken sets UidToken field to given value.
func (o *AuthMethodUpdateKerberos) HasUidToken() bool
HasUidToken returns a boolean if a field has been set.
func (o *AuthMethodUpdateKerberos) GetUniqueIdentifier() string
GetUniqueIdentifier returns the UniqueIdentifier field if non-nil, zero value otherwise.
func (o *AuthMethodUpdateKerberos) GetUniqueIdentifierOk() (*string, bool)
GetUniqueIdentifierOk returns a tuple with the UniqueIdentifier field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthMethodUpdateKerberos) SetUniqueIdentifier(v string)
SetUniqueIdentifier sets UniqueIdentifier field to given value.
func (o *AuthMethodUpdateKerberos) HasUniqueIdentifier() bool
HasUniqueIdentifier returns a boolean if a field has been set.
func (o *AuthMethodUpdateKerberos) GetUserAttribute() string
GetUserAttribute returns the UserAttribute field if non-nil, zero value otherwise.
func (o *AuthMethodUpdateKerberos) GetUserAttributeOk() (*string, bool)
GetUserAttributeOk returns a tuple with the UserAttribute field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthMethodUpdateKerberos) SetUserAttribute(v string)
SetUserAttribute sets UserAttribute field to given value.
func (o *AuthMethodUpdateKerberos) HasUserAttribute() bool
HasUserAttribute returns a boolean if a field has been set.
func (o *AuthMethodUpdateKerberos) GetUserDn() string
GetUserDn returns the UserDn field if non-nil, zero value otherwise.
func (o *AuthMethodUpdateKerberos) GetUserDnOk() (*string, bool)
GetUserDnOk returns a tuple with the UserDn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthMethodUpdateKerberos) SetUserDn(v string)
SetUserDn sets UserDn field to given value.
func (o *AuthMethodUpdateKerberos) HasUserDn() bool
HasUserDn returns a boolean if a field has been set.