Name | Type | Description | Notes |
---|---|---|---|
LdapAccessId | Pointer to string | [optional] | |
LdapAnonymousSearch | Pointer to bool | [optional] | |
LdapBindDn | Pointer to string | [optional] | |
LdapBindPassword | Pointer to string | [optional] | |
LdapCert | Pointer to string | [optional] | |
LdapEnable | Pointer to bool | [optional] | |
LdapGroupAttr | Pointer to string | [optional] | |
LdapGroupDn | Pointer to string | [optional] | |
LdapGroupFilter | Pointer to string | [optional] | |
LdapPrivateKey | Pointer to string | [optional] | |
LdapTokenExpiration | Pointer to string | [optional] | |
LdapUrl | Pointer to string | [optional] | |
LdapUserAttr | Pointer to string | [optional] | |
LdapUserDn | Pointer to string | [optional] |
func NewGatewayGetLdapAuthConfigOutput() *GatewayGetLdapAuthConfigOutput
NewGatewayGetLdapAuthConfigOutput instantiates a new GatewayGetLdapAuthConfigOutput 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 NewGatewayGetLdapAuthConfigOutputWithDefaults() *GatewayGetLdapAuthConfigOutput
NewGatewayGetLdapAuthConfigOutputWithDefaults instantiates a new GatewayGetLdapAuthConfigOutput 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 *GatewayGetLdapAuthConfigOutput) GetLdapAccessId() string
GetLdapAccessId returns the LdapAccessId field if non-nil, zero value otherwise.
func (o *GatewayGetLdapAuthConfigOutput) GetLdapAccessIdOk() (*string, bool)
GetLdapAccessIdOk returns a tuple with the LdapAccessId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayGetLdapAuthConfigOutput) SetLdapAccessId(v string)
SetLdapAccessId sets LdapAccessId field to given value.
func (o *GatewayGetLdapAuthConfigOutput) HasLdapAccessId() bool
HasLdapAccessId returns a boolean if a field has been set.
func (o *GatewayGetLdapAuthConfigOutput) GetLdapAnonymousSearch() bool
GetLdapAnonymousSearch returns the LdapAnonymousSearch field if non-nil, zero value otherwise.
func (o *GatewayGetLdapAuthConfigOutput) 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 *GatewayGetLdapAuthConfigOutput) SetLdapAnonymousSearch(v bool)
SetLdapAnonymousSearch sets LdapAnonymousSearch field to given value.
func (o *GatewayGetLdapAuthConfigOutput) HasLdapAnonymousSearch() bool
HasLdapAnonymousSearch returns a boolean if a field has been set.
func (o *GatewayGetLdapAuthConfigOutput) GetLdapBindDn() string
GetLdapBindDn returns the LdapBindDn field if non-nil, zero value otherwise.
func (o *GatewayGetLdapAuthConfigOutput) 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 *GatewayGetLdapAuthConfigOutput) SetLdapBindDn(v string)
SetLdapBindDn sets LdapBindDn field to given value.
func (o *GatewayGetLdapAuthConfigOutput) HasLdapBindDn() bool
HasLdapBindDn returns a boolean if a field has been set.
func (o *GatewayGetLdapAuthConfigOutput) GetLdapBindPassword() string
GetLdapBindPassword returns the LdapBindPassword field if non-nil, zero value otherwise.
func (o *GatewayGetLdapAuthConfigOutput) 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 *GatewayGetLdapAuthConfigOutput) SetLdapBindPassword(v string)
SetLdapBindPassword sets LdapBindPassword field to given value.
func (o *GatewayGetLdapAuthConfigOutput) HasLdapBindPassword() bool
HasLdapBindPassword returns a boolean if a field has been set.
func (o *GatewayGetLdapAuthConfigOutput) GetLdapCert() string
GetLdapCert returns the LdapCert field if non-nil, zero value otherwise.
func (o *GatewayGetLdapAuthConfigOutput) 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 *GatewayGetLdapAuthConfigOutput) SetLdapCert(v string)
SetLdapCert sets LdapCert field to given value.
func (o *GatewayGetLdapAuthConfigOutput) HasLdapCert() bool
HasLdapCert returns a boolean if a field has been set.
func (o *GatewayGetLdapAuthConfigOutput) GetLdapEnable() bool
GetLdapEnable returns the LdapEnable field if non-nil, zero value otherwise.
func (o *GatewayGetLdapAuthConfigOutput) GetLdapEnableOk() (*bool, bool)
GetLdapEnableOk returns a tuple with the LdapEnable field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayGetLdapAuthConfigOutput) SetLdapEnable(v bool)
SetLdapEnable sets LdapEnable field to given value.
func (o *GatewayGetLdapAuthConfigOutput) HasLdapEnable() bool
HasLdapEnable returns a boolean if a field has been set.
func (o *GatewayGetLdapAuthConfigOutput) GetLdapGroupAttr() string
GetLdapGroupAttr returns the LdapGroupAttr field if non-nil, zero value otherwise.
func (o *GatewayGetLdapAuthConfigOutput) 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 *GatewayGetLdapAuthConfigOutput) SetLdapGroupAttr(v string)
SetLdapGroupAttr sets LdapGroupAttr field to given value.
func (o *GatewayGetLdapAuthConfigOutput) HasLdapGroupAttr() bool
HasLdapGroupAttr returns a boolean if a field has been set.
func (o *GatewayGetLdapAuthConfigOutput) GetLdapGroupDn() string
GetLdapGroupDn returns the LdapGroupDn field if non-nil, zero value otherwise.
func (o *GatewayGetLdapAuthConfigOutput) 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 *GatewayGetLdapAuthConfigOutput) SetLdapGroupDn(v string)
SetLdapGroupDn sets LdapGroupDn field to given value.
func (o *GatewayGetLdapAuthConfigOutput) HasLdapGroupDn() bool
HasLdapGroupDn returns a boolean if a field has been set.
func (o *GatewayGetLdapAuthConfigOutput) GetLdapGroupFilter() string
GetLdapGroupFilter returns the LdapGroupFilter field if non-nil, zero value otherwise.
func (o *GatewayGetLdapAuthConfigOutput) 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 *GatewayGetLdapAuthConfigOutput) SetLdapGroupFilter(v string)
SetLdapGroupFilter sets LdapGroupFilter field to given value.
func (o *GatewayGetLdapAuthConfigOutput) HasLdapGroupFilter() bool
HasLdapGroupFilter returns a boolean if a field has been set.
func (o *GatewayGetLdapAuthConfigOutput) GetLdapPrivateKey() string
GetLdapPrivateKey returns the LdapPrivateKey field if non-nil, zero value otherwise.
func (o *GatewayGetLdapAuthConfigOutput) GetLdapPrivateKeyOk() (*string, bool)
GetLdapPrivateKeyOk returns a tuple with the LdapPrivateKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayGetLdapAuthConfigOutput) SetLdapPrivateKey(v string)
SetLdapPrivateKey sets LdapPrivateKey field to given value.
func (o *GatewayGetLdapAuthConfigOutput) HasLdapPrivateKey() bool
HasLdapPrivateKey returns a boolean if a field has been set.
func (o *GatewayGetLdapAuthConfigOutput) GetLdapTokenExpiration() string
GetLdapTokenExpiration returns the LdapTokenExpiration field if non-nil, zero value otherwise.
func (o *GatewayGetLdapAuthConfigOutput) GetLdapTokenExpirationOk() (*string, bool)
GetLdapTokenExpirationOk returns a tuple with the LdapTokenExpiration field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayGetLdapAuthConfigOutput) SetLdapTokenExpiration(v string)
SetLdapTokenExpiration sets LdapTokenExpiration field to given value.
func (o *GatewayGetLdapAuthConfigOutput) HasLdapTokenExpiration() bool
HasLdapTokenExpiration returns a boolean if a field has been set.
func (o *GatewayGetLdapAuthConfigOutput) GetLdapUrl() string
GetLdapUrl returns the LdapUrl field if non-nil, zero value otherwise.
func (o *GatewayGetLdapAuthConfigOutput) 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 *GatewayGetLdapAuthConfigOutput) SetLdapUrl(v string)
SetLdapUrl sets LdapUrl field to given value.
func (o *GatewayGetLdapAuthConfigOutput) HasLdapUrl() bool
HasLdapUrl returns a boolean if a field has been set.
func (o *GatewayGetLdapAuthConfigOutput) GetLdapUserAttr() string
GetLdapUserAttr returns the LdapUserAttr field if non-nil, zero value otherwise.
func (o *GatewayGetLdapAuthConfigOutput) 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 *GatewayGetLdapAuthConfigOutput) SetLdapUserAttr(v string)
SetLdapUserAttr sets LdapUserAttr field to given value.
func (o *GatewayGetLdapAuthConfigOutput) HasLdapUserAttr() bool
HasLdapUserAttr returns a boolean if a field has been set.
func (o *GatewayGetLdapAuthConfigOutput) GetLdapUserDn() string
GetLdapUserDn returns the LdapUserDn field if non-nil, zero value otherwise.
func (o *GatewayGetLdapAuthConfigOutput) 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 *GatewayGetLdapAuthConfigOutput) SetLdapUserDn(v string)
SetLdapUserDn sets LdapUserDn field to given value.
func (o *GatewayGetLdapAuthConfigOutput) HasLdapUserDn() bool
HasLdapUserDn returns a boolean if a field has been set.