Skip to content

Latest commit

 

History

History
493 lines (266 loc) · 14.2 KB

GatewayUpdateProducerLdap.md

File metadata and controls

493 lines (266 loc) · 14.2 KB

GatewayUpdateProducerLdap

Properties

Name Type Description Notes
BindDn Pointer to string Bind DN [optional]
BindDnPassword Pointer to string Bind DN Password [optional]
DeleteProtection Pointer to string Protection from accidental deletion of this item [optional]
ExternalUsername Pointer to string Fixed user [optional] [default to "false"]
Json Pointer to bool Set output format to JSON [optional]
LdapCaCert Pointer to string CA Certificate File Content [optional]
LdapUrl Pointer to string LDAP Server URL [optional]
Name string Producer name
NewName Pointer to string Producer name [optional]
ProducerEncryptionKeyName Pointer to string Dynamic producer encryption key [optional]
Tags Pointer to []string List of the tags attached to this secret [optional]
TargetName Pointer to string Target name [optional]
Token Pointer to string Authentication token (see `/auth` and `/configure`) [optional]
TokenExpiration Pointer to string Token expiration [optional]
UidToken Pointer to string The universal identity token, Required only for universal_identity authentication [optional]
UserAttribute Pointer to string User Attribute [optional]
UserDn Pointer to string User DN [optional]
UserTtl Pointer to string User TTL [optional] [default to "60m"]

Methods

NewGatewayUpdateProducerLdap

func NewGatewayUpdateProducerLdap(name string, ) *GatewayUpdateProducerLdap

NewGatewayUpdateProducerLdap instantiates a new GatewayUpdateProducerLdap 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

NewGatewayUpdateProducerLdapWithDefaults

func NewGatewayUpdateProducerLdapWithDefaults() *GatewayUpdateProducerLdap

NewGatewayUpdateProducerLdapWithDefaults instantiates a new GatewayUpdateProducerLdap 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

GetBindDn

func (o *GatewayUpdateProducerLdap) GetBindDn() string

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

GetBindDnOk

func (o *GatewayUpdateProducerLdap) 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 *GatewayUpdateProducerLdap) SetBindDn(v string)

SetBindDn sets BindDn field to given value.

HasBindDn

func (o *GatewayUpdateProducerLdap) HasBindDn() bool

HasBindDn returns a boolean if a field has been set.

GetBindDnPassword

func (o *GatewayUpdateProducerLdap) GetBindDnPassword() string

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

GetBindDnPasswordOk

func (o *GatewayUpdateProducerLdap) 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 *GatewayUpdateProducerLdap) SetBindDnPassword(v string)

SetBindDnPassword sets BindDnPassword field to given value.

HasBindDnPassword

func (o *GatewayUpdateProducerLdap) HasBindDnPassword() bool

HasBindDnPassword returns a boolean if a field has been set.

GetDeleteProtection

func (o *GatewayUpdateProducerLdap) GetDeleteProtection() string

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

GetDeleteProtectionOk

func (o *GatewayUpdateProducerLdap) 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 *GatewayUpdateProducerLdap) SetDeleteProtection(v string)

SetDeleteProtection sets DeleteProtection field to given value.

HasDeleteProtection

func (o *GatewayUpdateProducerLdap) HasDeleteProtection() bool

HasDeleteProtection returns a boolean if a field has been set.

GetExternalUsername

func (o *GatewayUpdateProducerLdap) GetExternalUsername() string

GetExternalUsername returns the ExternalUsername field if non-nil, zero value otherwise.

GetExternalUsernameOk

func (o *GatewayUpdateProducerLdap) GetExternalUsernameOk() (*string, bool)

GetExternalUsernameOk returns a tuple with the ExternalUsername field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetExternalUsername

func (o *GatewayUpdateProducerLdap) SetExternalUsername(v string)

SetExternalUsername sets ExternalUsername field to given value.

HasExternalUsername

func (o *GatewayUpdateProducerLdap) HasExternalUsername() bool

HasExternalUsername returns a boolean if a field has been set.

GetJson

func (o *GatewayUpdateProducerLdap) GetJson() bool

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

GetJsonOk

func (o *GatewayUpdateProducerLdap) 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 *GatewayUpdateProducerLdap) SetJson(v bool)

SetJson sets Json field to given value.

HasJson

func (o *GatewayUpdateProducerLdap) HasJson() bool

HasJson returns a boolean if a field has been set.

GetLdapCaCert

func (o *GatewayUpdateProducerLdap) GetLdapCaCert() string

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

GetLdapCaCertOk

func (o *GatewayUpdateProducerLdap) 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 *GatewayUpdateProducerLdap) SetLdapCaCert(v string)

SetLdapCaCert sets LdapCaCert field to given value.

HasLdapCaCert

func (o *GatewayUpdateProducerLdap) HasLdapCaCert() bool

HasLdapCaCert returns a boolean if a field has been set.

GetLdapUrl

func (o *GatewayUpdateProducerLdap) GetLdapUrl() string

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

GetLdapUrlOk

func (o *GatewayUpdateProducerLdap) 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 *GatewayUpdateProducerLdap) SetLdapUrl(v string)

SetLdapUrl sets LdapUrl field to given value.

HasLdapUrl

func (o *GatewayUpdateProducerLdap) HasLdapUrl() bool

HasLdapUrl returns a boolean if a field has been set.

GetName

func (o *GatewayUpdateProducerLdap) GetName() string

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

GetNameOk

func (o *GatewayUpdateProducerLdap) 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 *GatewayUpdateProducerLdap) SetName(v string)

SetName sets Name field to given value.

GetNewName

func (o *GatewayUpdateProducerLdap) GetNewName() string

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

GetNewNameOk

func (o *GatewayUpdateProducerLdap) 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 *GatewayUpdateProducerLdap) SetNewName(v string)

SetNewName sets NewName field to given value.

HasNewName

func (o *GatewayUpdateProducerLdap) HasNewName() bool

HasNewName returns a boolean if a field has been set.

GetProducerEncryptionKeyName

func (o *GatewayUpdateProducerLdap) GetProducerEncryptionKeyName() string

GetProducerEncryptionKeyName returns the ProducerEncryptionKeyName field if non-nil, zero value otherwise.

GetProducerEncryptionKeyNameOk

func (o *GatewayUpdateProducerLdap) GetProducerEncryptionKeyNameOk() (*string, bool)

GetProducerEncryptionKeyNameOk returns a tuple with the ProducerEncryptionKeyName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetProducerEncryptionKeyName

func (o *GatewayUpdateProducerLdap) SetProducerEncryptionKeyName(v string)

SetProducerEncryptionKeyName sets ProducerEncryptionKeyName field to given value.

HasProducerEncryptionKeyName

func (o *GatewayUpdateProducerLdap) HasProducerEncryptionKeyName() bool

HasProducerEncryptionKeyName returns a boolean if a field has been set.

GetTags

func (o *GatewayUpdateProducerLdap) GetTags() []string

GetTags returns the Tags field if non-nil, zero value otherwise.

GetTagsOk

func (o *GatewayUpdateProducerLdap) GetTagsOk() (*[]string, bool)

GetTagsOk returns a tuple with the Tags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTags

func (o *GatewayUpdateProducerLdap) SetTags(v []string)

SetTags sets Tags field to given value.

HasTags

func (o *GatewayUpdateProducerLdap) HasTags() bool

HasTags returns a boolean if a field has been set.

GetTargetName

func (o *GatewayUpdateProducerLdap) GetTargetName() string

GetTargetName returns the TargetName field if non-nil, zero value otherwise.

GetTargetNameOk

func (o *GatewayUpdateProducerLdap) GetTargetNameOk() (*string, bool)

GetTargetNameOk returns a tuple with the TargetName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTargetName

func (o *GatewayUpdateProducerLdap) SetTargetName(v string)

SetTargetName sets TargetName field to given value.

HasTargetName

func (o *GatewayUpdateProducerLdap) HasTargetName() bool

HasTargetName returns a boolean if a field has been set.

GetToken

func (o *GatewayUpdateProducerLdap) GetToken() string

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

GetTokenOk

func (o *GatewayUpdateProducerLdap) 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 *GatewayUpdateProducerLdap) SetToken(v string)

SetToken sets Token field to given value.

HasToken

func (o *GatewayUpdateProducerLdap) HasToken() bool

HasToken returns a boolean if a field has been set.

GetTokenExpiration

func (o *GatewayUpdateProducerLdap) GetTokenExpiration() string

GetTokenExpiration returns the TokenExpiration field if non-nil, zero value otherwise.

GetTokenExpirationOk

func (o *GatewayUpdateProducerLdap) GetTokenExpirationOk() (*string, bool)

GetTokenExpirationOk returns a tuple with the TokenExpiration field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTokenExpiration

func (o *GatewayUpdateProducerLdap) SetTokenExpiration(v string)

SetTokenExpiration sets TokenExpiration field to given value.

HasTokenExpiration

func (o *GatewayUpdateProducerLdap) HasTokenExpiration() bool

HasTokenExpiration returns a boolean if a field has been set.

GetUidToken

func (o *GatewayUpdateProducerLdap) GetUidToken() string

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

GetUidTokenOk

func (o *GatewayUpdateProducerLdap) 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 *GatewayUpdateProducerLdap) SetUidToken(v string)

SetUidToken sets UidToken field to given value.

HasUidToken

func (o *GatewayUpdateProducerLdap) HasUidToken() bool

HasUidToken returns a boolean if a field has been set.

GetUserAttribute

func (o *GatewayUpdateProducerLdap) GetUserAttribute() string

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

GetUserAttributeOk

func (o *GatewayUpdateProducerLdap) 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 *GatewayUpdateProducerLdap) SetUserAttribute(v string)

SetUserAttribute sets UserAttribute field to given value.

HasUserAttribute

func (o *GatewayUpdateProducerLdap) HasUserAttribute() bool

HasUserAttribute returns a boolean if a field has been set.

GetUserDn

func (o *GatewayUpdateProducerLdap) GetUserDn() string

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

GetUserDnOk

func (o *GatewayUpdateProducerLdap) 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 *GatewayUpdateProducerLdap) SetUserDn(v string)

SetUserDn sets UserDn field to given value.

HasUserDn

func (o *GatewayUpdateProducerLdap) HasUserDn() bool

HasUserDn returns a boolean if a field has been set.

GetUserTtl

func (o *GatewayUpdateProducerLdap) GetUserTtl() string

GetUserTtl returns the UserTtl field if non-nil, zero value otherwise.

GetUserTtlOk

func (o *GatewayUpdateProducerLdap) GetUserTtlOk() (*string, bool)

GetUserTtlOk returns a tuple with the UserTtl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetUserTtl

func (o *GatewayUpdateProducerLdap) SetUserTtl(v string)

SetUserTtl sets UserTtl field to given value.

HasUserTtl

func (o *GatewayUpdateProducerLdap) HasUserTtl() bool

HasUserTtl returns a boolean if a field has been set.

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