Skip to content

Latest commit

 

History

History
805 lines (434 loc) · 23.5 KB

AuthMethodUpdateKerberos.md

File metadata and controls

805 lines (434 loc) · 23.5 KB

AuthMethodUpdateKerberos

Properties

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]

Methods

NewAuthMethodUpdateKerberos

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

NewAuthMethodUpdateKerberosWithDefaults

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

GetAccessExpires

func (o *AuthMethodUpdateKerberos) GetAccessExpires() int64

GetAccessExpires returns the AccessExpires field if non-nil, zero value otherwise.

GetAccessExpiresOk

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.

SetAccessExpires

func (o *AuthMethodUpdateKerberos) SetAccessExpires(v int64)

SetAccessExpires sets AccessExpires field to given value.

HasAccessExpires

func (o *AuthMethodUpdateKerberos) HasAccessExpires() bool

HasAccessExpires returns a boolean if a field has been set.

GetAuditLogsClaims

func (o *AuthMethodUpdateKerberos) GetAuditLogsClaims() []string

GetAuditLogsClaims returns the AuditLogsClaims field if non-nil, zero value otherwise.

GetAuditLogsClaimsOk

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.

SetAuditLogsClaims

func (o *AuthMethodUpdateKerberos) SetAuditLogsClaims(v []string)

SetAuditLogsClaims sets AuditLogsClaims field to given value.

HasAuditLogsClaims

func (o *AuthMethodUpdateKerberos) HasAuditLogsClaims() bool

HasAuditLogsClaims returns a boolean if a field has been set.

GetBindDn

func (o *AuthMethodUpdateKerberos) GetBindDn() string

GetBindDn returns the BindDn field if non-nil, zero value otherwise.

GetBindDnOk

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.

SetBindDn

func (o *AuthMethodUpdateKerberos) SetBindDn(v string)

SetBindDn sets BindDn field to given value.

HasBindDn

func (o *AuthMethodUpdateKerberos) HasBindDn() bool

HasBindDn returns a boolean if a field has been set.

GetBindDnPassword

func (o *AuthMethodUpdateKerberos) GetBindDnPassword() string

GetBindDnPassword returns the BindDnPassword field if non-nil, zero value otherwise.

GetBindDnPasswordOk

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.

SetBindDnPassword

func (o *AuthMethodUpdateKerberos) SetBindDnPassword(v string)

SetBindDnPassword sets BindDnPassword field to given value.

HasBindDnPassword

func (o *AuthMethodUpdateKerberos) HasBindDnPassword() bool

HasBindDnPassword returns a boolean if a field has been set.

GetBoundIps

func (o *AuthMethodUpdateKerberos) GetBoundIps() []string

GetBoundIps returns the BoundIps field if non-nil, zero value otherwise.

GetBoundIpsOk

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.

SetBoundIps

func (o *AuthMethodUpdateKerberos) SetBoundIps(v []string)

SetBoundIps sets BoundIps field to given value.

HasBoundIps

func (o *AuthMethodUpdateKerberos) HasBoundIps() bool

HasBoundIps returns a boolean if a field has been set.

GetDeleteProtection

func (o *AuthMethodUpdateKerberos) GetDeleteProtection() string

GetDeleteProtection returns the DeleteProtection field if non-nil, zero value otherwise.

GetDeleteProtectionOk

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.

SetDeleteProtection

func (o *AuthMethodUpdateKerberos) SetDeleteProtection(v string)

SetDeleteProtection sets DeleteProtection field to given value.

HasDeleteProtection

func (o *AuthMethodUpdateKerberos) HasDeleteProtection() bool

HasDeleteProtection returns a boolean if a field has been set.

GetDescription

func (o *AuthMethodUpdateKerberos) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

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.

SetDescription

func (o *AuthMethodUpdateKerberos) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *AuthMethodUpdateKerberos) HasDescription() bool

HasDescription returns a boolean if a field has been set.

GetForceSubClaims

func (o *AuthMethodUpdateKerberos) GetForceSubClaims() bool

GetForceSubClaims returns the ForceSubClaims field if non-nil, zero value otherwise.

GetForceSubClaimsOk

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.

SetForceSubClaims

func (o *AuthMethodUpdateKerberos) SetForceSubClaims(v bool)

SetForceSubClaims sets ForceSubClaims field to given value.

HasForceSubClaims

func (o *AuthMethodUpdateKerberos) HasForceSubClaims() bool

HasForceSubClaims returns a boolean if a field has been set.

GetGroupAttr

func (o *AuthMethodUpdateKerberos) GetGroupAttr() string

GetGroupAttr returns the GroupAttr field if non-nil, zero value otherwise.

GetGroupAttrOk

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.

SetGroupAttr

func (o *AuthMethodUpdateKerberos) SetGroupAttr(v string)

SetGroupAttr sets GroupAttr field to given value.

HasGroupAttr

func (o *AuthMethodUpdateKerberos) HasGroupAttr() bool

HasGroupAttr returns a boolean if a field has been set.

GetGroupDn

func (o *AuthMethodUpdateKerberos) GetGroupDn() string

GetGroupDn returns the GroupDn field if non-nil, zero value otherwise.

GetGroupDnOk

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.

SetGroupDn

func (o *AuthMethodUpdateKerberos) SetGroupDn(v string)

SetGroupDn sets GroupDn field to given value.

HasGroupDn

func (o *AuthMethodUpdateKerberos) HasGroupDn() bool

HasGroupDn returns a boolean if a field has been set.

GetGroupFilter

func (o *AuthMethodUpdateKerberos) GetGroupFilter() string

GetGroupFilter returns the GroupFilter field if non-nil, zero value otherwise.

GetGroupFilterOk

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.

SetGroupFilter

func (o *AuthMethodUpdateKerberos) SetGroupFilter(v string)

SetGroupFilter sets GroupFilter field to given value.

HasGroupFilter

func (o *AuthMethodUpdateKerberos) HasGroupFilter() bool

HasGroupFilter returns a boolean if a field has been set.

GetGwBoundIps

func (o *AuthMethodUpdateKerberos) GetGwBoundIps() []string

GetGwBoundIps returns the GwBoundIps field if non-nil, zero value otherwise.

GetGwBoundIpsOk

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.

SetGwBoundIps

func (o *AuthMethodUpdateKerberos) SetGwBoundIps(v []string)

SetGwBoundIps sets GwBoundIps field to given value.

HasGwBoundIps

func (o *AuthMethodUpdateKerberos) HasGwBoundIps() bool

HasGwBoundIps returns a boolean if a field has been set.

GetJson

func (o *AuthMethodUpdateKerberos) GetJson() bool

GetJson returns the Json field if non-nil, zero value otherwise.

GetJsonOk

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.

SetJson

func (o *AuthMethodUpdateKerberos) SetJson(v bool)

SetJson sets Json field to given value.

HasJson

func (o *AuthMethodUpdateKerberos) HasJson() bool

HasJson returns a boolean if a field has been set.

GetJwtTtl

func (o *AuthMethodUpdateKerberos) GetJwtTtl() int64

GetJwtTtl returns the JwtTtl field if non-nil, zero value otherwise.

GetJwtTtlOk

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.

SetJwtTtl

func (o *AuthMethodUpdateKerberos) SetJwtTtl(v int64)

SetJwtTtl sets JwtTtl field to given value.

HasJwtTtl

func (o *AuthMethodUpdateKerberos) HasJwtTtl() bool

HasJwtTtl returns a boolean if a field has been set.

GetKeytabFileData

func (o *AuthMethodUpdateKerberos) GetKeytabFileData() string

GetKeytabFileData returns the KeytabFileData field if non-nil, zero value otherwise.

GetKeytabFileDataOk

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.

SetKeytabFileData

func (o *AuthMethodUpdateKerberos) SetKeytabFileData(v string)

SetKeytabFileData sets KeytabFileData field to given value.

HasKeytabFileData

func (o *AuthMethodUpdateKerberos) HasKeytabFileData() bool

HasKeytabFileData returns a boolean if a field has been set.

GetKeytabFilePath

func (o *AuthMethodUpdateKerberos) GetKeytabFilePath() string

GetKeytabFilePath returns the KeytabFilePath field if non-nil, zero value otherwise.

GetKeytabFilePathOk

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.

SetKeytabFilePath

func (o *AuthMethodUpdateKerberos) SetKeytabFilePath(v string)

SetKeytabFilePath sets KeytabFilePath field to given value.

HasKeytabFilePath

func (o *AuthMethodUpdateKerberos) HasKeytabFilePath() bool

HasKeytabFilePath returns a boolean if a field has been set.

GetKrb5ConfData

func (o *AuthMethodUpdateKerberos) GetKrb5ConfData() string

GetKrb5ConfData returns the Krb5ConfData field if non-nil, zero value otherwise.

GetKrb5ConfDataOk

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.

SetKrb5ConfData

func (o *AuthMethodUpdateKerberos) SetKrb5ConfData(v string)

SetKrb5ConfData sets Krb5ConfData field to given value.

HasKrb5ConfData

func (o *AuthMethodUpdateKerberos) HasKrb5ConfData() bool

HasKrb5ConfData returns a boolean if a field has been set.

GetKrb5ConfPath

func (o *AuthMethodUpdateKerberos) GetKrb5ConfPath() string

GetKrb5ConfPath returns the Krb5ConfPath field if non-nil, zero value otherwise.

GetKrb5ConfPathOk

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.

SetKrb5ConfPath

func (o *AuthMethodUpdateKerberos) SetKrb5ConfPath(v string)

SetKrb5ConfPath sets Krb5ConfPath field to given value.

HasKrb5ConfPath

func (o *AuthMethodUpdateKerberos) HasKrb5ConfPath() bool

HasKrb5ConfPath returns a boolean if a field has been set.

GetLdapAnonymousSearch

func (o *AuthMethodUpdateKerberos) GetLdapAnonymousSearch() bool

GetLdapAnonymousSearch returns the LdapAnonymousSearch field if non-nil, zero value otherwise.

GetLdapAnonymousSearchOk

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.

SetLdapAnonymousSearch

func (o *AuthMethodUpdateKerberos) SetLdapAnonymousSearch(v bool)

SetLdapAnonymousSearch sets LdapAnonymousSearch field to given value.

HasLdapAnonymousSearch

func (o *AuthMethodUpdateKerberos) HasLdapAnonymousSearch() bool

HasLdapAnonymousSearch returns a boolean if a field has been set.

GetLdapCaCert

func (o *AuthMethodUpdateKerberos) GetLdapCaCert() string

GetLdapCaCert returns the LdapCaCert field if non-nil, zero value otherwise.

GetLdapCaCertOk

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.

SetLdapCaCert

func (o *AuthMethodUpdateKerberos) SetLdapCaCert(v string)

SetLdapCaCert sets LdapCaCert field to given value.

HasLdapCaCert

func (o *AuthMethodUpdateKerberos) HasLdapCaCert() bool

HasLdapCaCert returns a boolean if a field has been set.

GetLdapUrl

func (o *AuthMethodUpdateKerberos) GetLdapUrl() string

GetLdapUrl returns the LdapUrl field if non-nil, zero value otherwise.

GetLdapUrlOk

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.

SetLdapUrl

func (o *AuthMethodUpdateKerberos) SetLdapUrl(v string)

SetLdapUrl sets LdapUrl field to given value.

HasLdapUrl

func (o *AuthMethodUpdateKerberos) HasLdapUrl() bool

HasLdapUrl returns a boolean if a field has been set.

GetName

func (o *AuthMethodUpdateKerberos) GetName() string

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

GetNameOk

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.

SetName

func (o *AuthMethodUpdateKerberos) SetName(v string)

SetName sets Name field to given value.

GetNewName

func (o *AuthMethodUpdateKerberos) GetNewName() string

GetNewName returns the NewName field if non-nil, zero value otherwise.

GetNewNameOk

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.

SetNewName

func (o *AuthMethodUpdateKerberos) SetNewName(v string)

SetNewName sets NewName field to given value.

HasNewName

func (o *AuthMethodUpdateKerberos) HasNewName() bool

HasNewName returns a boolean if a field has been set.

GetProductType

func (o *AuthMethodUpdateKerberos) GetProductType() []string

GetProductType returns the ProductType field if non-nil, zero value otherwise.

GetProductTypeOk

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.

SetProductType

func (o *AuthMethodUpdateKerberos) SetProductType(v []string)

SetProductType sets ProductType field to given value.

HasProductType

func (o *AuthMethodUpdateKerberos) HasProductType() bool

HasProductType returns a boolean if a field has been set.

GetSubclaimsDelimiters

func (o *AuthMethodUpdateKerberos) GetSubclaimsDelimiters() []string

GetSubclaimsDelimiters returns the SubclaimsDelimiters field if non-nil, zero value otherwise.

GetSubclaimsDelimitersOk

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.

SetSubclaimsDelimiters

func (o *AuthMethodUpdateKerberos) SetSubclaimsDelimiters(v []string)

SetSubclaimsDelimiters sets SubclaimsDelimiters field to given value.

HasSubclaimsDelimiters

func (o *AuthMethodUpdateKerberos) HasSubclaimsDelimiters() bool

HasSubclaimsDelimiters returns a boolean if a field has been set.

GetToken

func (o *AuthMethodUpdateKerberos) GetToken() string

GetToken returns the Token field if non-nil, zero value otherwise.

GetTokenOk

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.

SetToken

func (o *AuthMethodUpdateKerberos) SetToken(v string)

SetToken sets Token field to given value.

HasToken

func (o *AuthMethodUpdateKerberos) HasToken() bool

HasToken returns a boolean if a field has been set.

GetUidToken

func (o *AuthMethodUpdateKerberos) GetUidToken() string

GetUidToken returns the UidToken field if non-nil, zero value otherwise.

GetUidTokenOk

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.

SetUidToken

func (o *AuthMethodUpdateKerberos) SetUidToken(v string)

SetUidToken sets UidToken field to given value.

HasUidToken

func (o *AuthMethodUpdateKerberos) HasUidToken() bool

HasUidToken returns a boolean if a field has been set.

GetUniqueIdentifier

func (o *AuthMethodUpdateKerberos) GetUniqueIdentifier() string

GetUniqueIdentifier returns the UniqueIdentifier field if non-nil, zero value otherwise.

GetUniqueIdentifierOk

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.

SetUniqueIdentifier

func (o *AuthMethodUpdateKerberos) SetUniqueIdentifier(v string)

SetUniqueIdentifier sets UniqueIdentifier field to given value.

HasUniqueIdentifier

func (o *AuthMethodUpdateKerberos) HasUniqueIdentifier() bool

HasUniqueIdentifier returns a boolean if a field has been set.

GetUserAttribute

func (o *AuthMethodUpdateKerberos) GetUserAttribute() string

GetUserAttribute returns the UserAttribute field if non-nil, zero value otherwise.

GetUserAttributeOk

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.

SetUserAttribute

func (o *AuthMethodUpdateKerberos) SetUserAttribute(v string)

SetUserAttribute sets UserAttribute field to given value.

HasUserAttribute

func (o *AuthMethodUpdateKerberos) HasUserAttribute() bool

HasUserAttribute returns a boolean if a field has been set.

GetUserDn

func (o *AuthMethodUpdateKerberos) GetUserDn() string

GetUserDn returns the UserDn field if non-nil, zero value otherwise.

GetUserDnOk

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.

SetUserDn

func (o *AuthMethodUpdateKerberos) SetUserDn(v string)

SetUserDn sets UserDn field to given value.

HasUserDn

func (o *AuthMethodUpdateKerberos) HasUserDn() bool

HasUserDn returns a boolean if a field has been set.

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