Skip to content

Latest commit

 

History

History
394 lines (213 loc) · 11.9 KB

GatewayGetLdapAuthConfigOutput.md

File metadata and controls

394 lines (213 loc) · 11.9 KB

GatewayGetLdapAuthConfigOutput

Properties

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]

Methods

NewGatewayGetLdapAuthConfigOutput

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

NewGatewayGetLdapAuthConfigOutputWithDefaults

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

GetLdapAccessId

func (o *GatewayGetLdapAuthConfigOutput) GetLdapAccessId() string

GetLdapAccessId returns the LdapAccessId field if non-nil, zero value otherwise.

GetLdapAccessIdOk

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.

SetLdapAccessId

func (o *GatewayGetLdapAuthConfigOutput) SetLdapAccessId(v string)

SetLdapAccessId sets LdapAccessId field to given value.

HasLdapAccessId

func (o *GatewayGetLdapAuthConfigOutput) HasLdapAccessId() bool

HasLdapAccessId returns a boolean if a field has been set.

GetLdapAnonymousSearch

func (o *GatewayGetLdapAuthConfigOutput) GetLdapAnonymousSearch() bool

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

GetLdapAnonymousSearchOk

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.

SetLdapAnonymousSearch

func (o *GatewayGetLdapAuthConfigOutput) SetLdapAnonymousSearch(v bool)

SetLdapAnonymousSearch sets LdapAnonymousSearch field to given value.

HasLdapAnonymousSearch

func (o *GatewayGetLdapAuthConfigOutput) HasLdapAnonymousSearch() bool

HasLdapAnonymousSearch returns a boolean if a field has been set.

GetLdapBindDn

func (o *GatewayGetLdapAuthConfigOutput) GetLdapBindDn() string

GetLdapBindDn returns the LdapBindDn field if non-nil, zero value otherwise.

GetLdapBindDnOk

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.

SetLdapBindDn

func (o *GatewayGetLdapAuthConfigOutput) SetLdapBindDn(v string)

SetLdapBindDn sets LdapBindDn field to given value.

HasLdapBindDn

func (o *GatewayGetLdapAuthConfigOutput) HasLdapBindDn() bool

HasLdapBindDn returns a boolean if a field has been set.

GetLdapBindPassword

func (o *GatewayGetLdapAuthConfigOutput) GetLdapBindPassword() string

GetLdapBindPassword returns the LdapBindPassword field if non-nil, zero value otherwise.

GetLdapBindPasswordOk

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.

SetLdapBindPassword

func (o *GatewayGetLdapAuthConfigOutput) SetLdapBindPassword(v string)

SetLdapBindPassword sets LdapBindPassword field to given value.

HasLdapBindPassword

func (o *GatewayGetLdapAuthConfigOutput) HasLdapBindPassword() bool

HasLdapBindPassword returns a boolean if a field has been set.

GetLdapCert

func (o *GatewayGetLdapAuthConfigOutput) GetLdapCert() string

GetLdapCert returns the LdapCert field if non-nil, zero value otherwise.

GetLdapCertOk

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.

SetLdapCert

func (o *GatewayGetLdapAuthConfigOutput) SetLdapCert(v string)

SetLdapCert sets LdapCert field to given value.

HasLdapCert

func (o *GatewayGetLdapAuthConfigOutput) HasLdapCert() bool

HasLdapCert returns a boolean if a field has been set.

GetLdapEnable

func (o *GatewayGetLdapAuthConfigOutput) GetLdapEnable() bool

GetLdapEnable returns the LdapEnable field if non-nil, zero value otherwise.

GetLdapEnableOk

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.

SetLdapEnable

func (o *GatewayGetLdapAuthConfigOutput) SetLdapEnable(v bool)

SetLdapEnable sets LdapEnable field to given value.

HasLdapEnable

func (o *GatewayGetLdapAuthConfigOutput) HasLdapEnable() bool

HasLdapEnable returns a boolean if a field has been set.

GetLdapGroupAttr

func (o *GatewayGetLdapAuthConfigOutput) GetLdapGroupAttr() string

GetLdapGroupAttr returns the LdapGroupAttr field if non-nil, zero value otherwise.

GetLdapGroupAttrOk

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.

SetLdapGroupAttr

func (o *GatewayGetLdapAuthConfigOutput) SetLdapGroupAttr(v string)

SetLdapGroupAttr sets LdapGroupAttr field to given value.

HasLdapGroupAttr

func (o *GatewayGetLdapAuthConfigOutput) HasLdapGroupAttr() bool

HasLdapGroupAttr returns a boolean if a field has been set.

GetLdapGroupDn

func (o *GatewayGetLdapAuthConfigOutput) GetLdapGroupDn() string

GetLdapGroupDn returns the LdapGroupDn field if non-nil, zero value otherwise.

GetLdapGroupDnOk

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.

SetLdapGroupDn

func (o *GatewayGetLdapAuthConfigOutput) SetLdapGroupDn(v string)

SetLdapGroupDn sets LdapGroupDn field to given value.

HasLdapGroupDn

func (o *GatewayGetLdapAuthConfigOutput) HasLdapGroupDn() bool

HasLdapGroupDn returns a boolean if a field has been set.

GetLdapGroupFilter

func (o *GatewayGetLdapAuthConfigOutput) GetLdapGroupFilter() string

GetLdapGroupFilter returns the LdapGroupFilter field if non-nil, zero value otherwise.

GetLdapGroupFilterOk

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.

SetLdapGroupFilter

func (o *GatewayGetLdapAuthConfigOutput) SetLdapGroupFilter(v string)

SetLdapGroupFilter sets LdapGroupFilter field to given value.

HasLdapGroupFilter

func (o *GatewayGetLdapAuthConfigOutput) HasLdapGroupFilter() bool

HasLdapGroupFilter returns a boolean if a field has been set.

GetLdapPrivateKey

func (o *GatewayGetLdapAuthConfigOutput) GetLdapPrivateKey() string

GetLdapPrivateKey returns the LdapPrivateKey field if non-nil, zero value otherwise.

GetLdapPrivateKeyOk

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.

SetLdapPrivateKey

func (o *GatewayGetLdapAuthConfigOutput) SetLdapPrivateKey(v string)

SetLdapPrivateKey sets LdapPrivateKey field to given value.

HasLdapPrivateKey

func (o *GatewayGetLdapAuthConfigOutput) HasLdapPrivateKey() bool

HasLdapPrivateKey returns a boolean if a field has been set.

GetLdapTokenExpiration

func (o *GatewayGetLdapAuthConfigOutput) GetLdapTokenExpiration() string

GetLdapTokenExpiration returns the LdapTokenExpiration field if non-nil, zero value otherwise.

GetLdapTokenExpirationOk

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.

SetLdapTokenExpiration

func (o *GatewayGetLdapAuthConfigOutput) SetLdapTokenExpiration(v string)

SetLdapTokenExpiration sets LdapTokenExpiration field to given value.

HasLdapTokenExpiration

func (o *GatewayGetLdapAuthConfigOutput) HasLdapTokenExpiration() bool

HasLdapTokenExpiration returns a boolean if a field has been set.

GetLdapUrl

func (o *GatewayGetLdapAuthConfigOutput) GetLdapUrl() string

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

GetLdapUrlOk

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.

SetLdapUrl

func (o *GatewayGetLdapAuthConfigOutput) SetLdapUrl(v string)

SetLdapUrl sets LdapUrl field to given value.

HasLdapUrl

func (o *GatewayGetLdapAuthConfigOutput) HasLdapUrl() bool

HasLdapUrl returns a boolean if a field has been set.

GetLdapUserAttr

func (o *GatewayGetLdapAuthConfigOutput) GetLdapUserAttr() string

GetLdapUserAttr returns the LdapUserAttr field if non-nil, zero value otherwise.

GetLdapUserAttrOk

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.

SetLdapUserAttr

func (o *GatewayGetLdapAuthConfigOutput) SetLdapUserAttr(v string)

SetLdapUserAttr sets LdapUserAttr field to given value.

HasLdapUserAttr

func (o *GatewayGetLdapAuthConfigOutput) HasLdapUserAttr() bool

HasLdapUserAttr returns a boolean if a field has been set.

GetLdapUserDn

func (o *GatewayGetLdapAuthConfigOutput) GetLdapUserDn() string

GetLdapUserDn returns the LdapUserDn field if non-nil, zero value otherwise.

GetLdapUserDnOk

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.

SetLdapUserDn

func (o *GatewayGetLdapAuthConfigOutput) SetLdapUserDn(v string)

SetLdapUserDn sets LdapUserDn field to given value.

HasLdapUserDn

func (o *GatewayGetLdapAuthConfigOutput) HasLdapUserDn() bool

HasLdapUserDn returns a boolean if a field has been set.

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