Name | Type | Description | Notes |
---|---|---|---|
KerberosAccessId | Pointer to string | [optional] | |
KerberosKeytab | Pointer to string | [optional] | |
KerberosKrb5Conf | Pointer to string | [optional] | |
KerberosPrivateKey | Pointer to string | [optional] | |
LdapAnonymousSearch | Pointer to bool | [optional] | |
LdapBindDn | Pointer to string | [optional] | |
LdapBindPassword | Pointer to string | [optional] | |
LdapCert | Pointer to string | [optional] | |
LdapGroupAttr | Pointer to string | [optional] | |
LdapGroupDn | Pointer to string | [optional] | |
LdapGroupFilter | Pointer to string | [optional] | |
LdapUrl | Pointer to string | [optional] | |
LdapUserAttr | Pointer to string | [optional] | |
LdapUserDn | Pointer to string | [optional] |
func NewKerberosConfigPart() *KerberosConfigPart
NewKerberosConfigPart instantiates a new KerberosConfigPart 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 NewKerberosConfigPartWithDefaults() *KerberosConfigPart
NewKerberosConfigPartWithDefaults instantiates a new KerberosConfigPart 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 *KerberosConfigPart) GetKerberosAccessId() string
GetKerberosAccessId returns the KerberosAccessId field if non-nil, zero value otherwise.
func (o *KerberosConfigPart) GetKerberosAccessIdOk() (*string, bool)
GetKerberosAccessIdOk returns a tuple with the KerberosAccessId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KerberosConfigPart) SetKerberosAccessId(v string)
SetKerberosAccessId sets KerberosAccessId field to given value.
func (o *KerberosConfigPart) HasKerberosAccessId() bool
HasKerberosAccessId returns a boolean if a field has been set.
func (o *KerberosConfigPart) GetKerberosKeytab() string
GetKerberosKeytab returns the KerberosKeytab field if non-nil, zero value otherwise.
func (o *KerberosConfigPart) GetKerberosKeytabOk() (*string, bool)
GetKerberosKeytabOk returns a tuple with the KerberosKeytab field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KerberosConfigPart) SetKerberosKeytab(v string)
SetKerberosKeytab sets KerberosKeytab field to given value.
func (o *KerberosConfigPart) HasKerberosKeytab() bool
HasKerberosKeytab returns a boolean if a field has been set.
func (o *KerberosConfigPart) GetKerberosKrb5Conf() string
GetKerberosKrb5Conf returns the KerberosKrb5Conf field if non-nil, zero value otherwise.
func (o *KerberosConfigPart) GetKerberosKrb5ConfOk() (*string, bool)
GetKerberosKrb5ConfOk returns a tuple with the KerberosKrb5Conf field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KerberosConfigPart) SetKerberosKrb5Conf(v string)
SetKerberosKrb5Conf sets KerberosKrb5Conf field to given value.
func (o *KerberosConfigPart) HasKerberosKrb5Conf() bool
HasKerberosKrb5Conf returns a boolean if a field has been set.
func (o *KerberosConfigPart) GetKerberosPrivateKey() string
GetKerberosPrivateKey returns the KerberosPrivateKey field if non-nil, zero value otherwise.
func (o *KerberosConfigPart) GetKerberosPrivateKeyOk() (*string, bool)
GetKerberosPrivateKeyOk returns a tuple with the KerberosPrivateKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KerberosConfigPart) SetKerberosPrivateKey(v string)
SetKerberosPrivateKey sets KerberosPrivateKey field to given value.
func (o *KerberosConfigPart) HasKerberosPrivateKey() bool
HasKerberosPrivateKey returns a boolean if a field has been set.
func (o *KerberosConfigPart) GetLdapAnonymousSearch() bool
GetLdapAnonymousSearch returns the LdapAnonymousSearch field if non-nil, zero value otherwise.
func (o *KerberosConfigPart) 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 *KerberosConfigPart) SetLdapAnonymousSearch(v bool)
SetLdapAnonymousSearch sets LdapAnonymousSearch field to given value.
func (o *KerberosConfigPart) HasLdapAnonymousSearch() bool
HasLdapAnonymousSearch returns a boolean if a field has been set.
func (o *KerberosConfigPart) GetLdapBindDn() string
GetLdapBindDn returns the LdapBindDn field if non-nil, zero value otherwise.
func (o *KerberosConfigPart) GetLdapBindDnOk() (*string, bool)
GetLdapBindDnOk returns a tuple with the LdapBindDn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KerberosConfigPart) SetLdapBindDn(v string)
SetLdapBindDn sets LdapBindDn field to given value.
func (o *KerberosConfigPart) HasLdapBindDn() bool
HasLdapBindDn returns a boolean if a field has been set.
func (o *KerberosConfigPart) GetLdapBindPassword() string
GetLdapBindPassword returns the LdapBindPassword field if non-nil, zero value otherwise.
func (o *KerberosConfigPart) GetLdapBindPasswordOk() (*string, bool)
GetLdapBindPasswordOk returns a tuple with the LdapBindPassword field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KerberosConfigPart) SetLdapBindPassword(v string)
SetLdapBindPassword sets LdapBindPassword field to given value.
func (o *KerberosConfigPart) HasLdapBindPassword() bool
HasLdapBindPassword returns a boolean if a field has been set.
func (o *KerberosConfigPart) GetLdapCert() string
GetLdapCert returns the LdapCert field if non-nil, zero value otherwise.
func (o *KerberosConfigPart) GetLdapCertOk() (*string, bool)
GetLdapCertOk returns a tuple with the LdapCert field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KerberosConfigPart) SetLdapCert(v string)
SetLdapCert sets LdapCert field to given value.
func (o *KerberosConfigPart) HasLdapCert() bool
HasLdapCert returns a boolean if a field has been set.
func (o *KerberosConfigPart) GetLdapGroupAttr() string
GetLdapGroupAttr returns the LdapGroupAttr field if non-nil, zero value otherwise.
func (o *KerberosConfigPart) GetLdapGroupAttrOk() (*string, bool)
GetLdapGroupAttrOk returns a tuple with the LdapGroupAttr field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KerberosConfigPart) SetLdapGroupAttr(v string)
SetLdapGroupAttr sets LdapGroupAttr field to given value.
func (o *KerberosConfigPart) HasLdapGroupAttr() bool
HasLdapGroupAttr returns a boolean if a field has been set.
func (o *KerberosConfigPart) GetLdapGroupDn() string
GetLdapGroupDn returns the LdapGroupDn field if non-nil, zero value otherwise.
func (o *KerberosConfigPart) GetLdapGroupDnOk() (*string, bool)
GetLdapGroupDnOk returns a tuple with the LdapGroupDn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KerberosConfigPart) SetLdapGroupDn(v string)
SetLdapGroupDn sets LdapGroupDn field to given value.
func (o *KerberosConfigPart) HasLdapGroupDn() bool
HasLdapGroupDn returns a boolean if a field has been set.
func (o *KerberosConfigPart) GetLdapGroupFilter() string
GetLdapGroupFilter returns the LdapGroupFilter field if non-nil, zero value otherwise.
func (o *KerberosConfigPart) GetLdapGroupFilterOk() (*string, bool)
GetLdapGroupFilterOk returns a tuple with the LdapGroupFilter field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KerberosConfigPart) SetLdapGroupFilter(v string)
SetLdapGroupFilter sets LdapGroupFilter field to given value.
func (o *KerberosConfigPart) HasLdapGroupFilter() bool
HasLdapGroupFilter returns a boolean if a field has been set.
func (o *KerberosConfigPart) GetLdapUrl() string
GetLdapUrl returns the LdapUrl field if non-nil, zero value otherwise.
func (o *KerberosConfigPart) 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 *KerberosConfigPart) SetLdapUrl(v string)
SetLdapUrl sets LdapUrl field to given value.
func (o *KerberosConfigPart) HasLdapUrl() bool
HasLdapUrl returns a boolean if a field has been set.
func (o *KerberosConfigPart) GetLdapUserAttr() string
GetLdapUserAttr returns the LdapUserAttr field if non-nil, zero value otherwise.
func (o *KerberosConfigPart) GetLdapUserAttrOk() (*string, bool)
GetLdapUserAttrOk returns a tuple with the LdapUserAttr field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KerberosConfigPart) SetLdapUserAttr(v string)
SetLdapUserAttr sets LdapUserAttr field to given value.
func (o *KerberosConfigPart) HasLdapUserAttr() bool
HasLdapUserAttr returns a boolean if a field has been set.
func (o *KerberosConfigPart) GetLdapUserDn() string
GetLdapUserDn returns the LdapUserDn field if non-nil, zero value otherwise.
func (o *KerberosConfigPart) GetLdapUserDnOk() (*string, bool)
GetLdapUserDnOk returns a tuple with the LdapUserDn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KerberosConfigPart) SetLdapUserDn(v string)
SetLdapUserDn sets LdapUserDn field to given value.
func (o *KerberosConfigPart) HasLdapUserDn() bool
HasLdapUserDn returns a boolean if a field has been set.