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"] |
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
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
func (o *GatewayUpdateProducerLdap) GetBindDn() string
GetBindDn returns the BindDn field if non-nil, zero value otherwise.
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.
func (o *GatewayUpdateProducerLdap) SetBindDn(v string)
SetBindDn sets BindDn field to given value.
func (o *GatewayUpdateProducerLdap) HasBindDn() bool
HasBindDn returns a boolean if a field has been set.
func (o *GatewayUpdateProducerLdap) GetBindDnPassword() string
GetBindDnPassword returns the BindDnPassword field if non-nil, zero value otherwise.
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.
func (o *GatewayUpdateProducerLdap) SetBindDnPassword(v string)
SetBindDnPassword sets BindDnPassword field to given value.
func (o *GatewayUpdateProducerLdap) HasBindDnPassword() bool
HasBindDnPassword returns a boolean if a field has been set.
func (o *GatewayUpdateProducerLdap) GetDeleteProtection() string
GetDeleteProtection returns the DeleteProtection field if non-nil, zero value otherwise.
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.
func (o *GatewayUpdateProducerLdap) SetDeleteProtection(v string)
SetDeleteProtection sets DeleteProtection field to given value.
func (o *GatewayUpdateProducerLdap) HasDeleteProtection() bool
HasDeleteProtection returns a boolean if a field has been set.
func (o *GatewayUpdateProducerLdap) GetExternalUsername() string
GetExternalUsername returns the ExternalUsername field if non-nil, zero value otherwise.
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.
func (o *GatewayUpdateProducerLdap) SetExternalUsername(v string)
SetExternalUsername sets ExternalUsername field to given value.
func (o *GatewayUpdateProducerLdap) HasExternalUsername() bool
HasExternalUsername returns a boolean if a field has been set.
func (o *GatewayUpdateProducerLdap) GetJson() bool
GetJson returns the Json field if non-nil, zero value otherwise.
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.
func (o *GatewayUpdateProducerLdap) SetJson(v bool)
SetJson sets Json field to given value.
func (o *GatewayUpdateProducerLdap) HasJson() bool
HasJson returns a boolean if a field has been set.
func (o *GatewayUpdateProducerLdap) GetLdapCaCert() string
GetLdapCaCert returns the LdapCaCert field if non-nil, zero value otherwise.
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.
func (o *GatewayUpdateProducerLdap) SetLdapCaCert(v string)
SetLdapCaCert sets LdapCaCert field to given value.
func (o *GatewayUpdateProducerLdap) HasLdapCaCert() bool
HasLdapCaCert returns a boolean if a field has been set.
func (o *GatewayUpdateProducerLdap) GetLdapUrl() string
GetLdapUrl returns the LdapUrl field if non-nil, zero value otherwise.
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.
func (o *GatewayUpdateProducerLdap) SetLdapUrl(v string)
SetLdapUrl sets LdapUrl field to given value.
func (o *GatewayUpdateProducerLdap) HasLdapUrl() bool
HasLdapUrl returns a boolean if a field has been set.
func (o *GatewayUpdateProducerLdap) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
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.
func (o *GatewayUpdateProducerLdap) SetName(v string)
SetName sets Name field to given value.
func (o *GatewayUpdateProducerLdap) GetNewName() string
GetNewName returns the NewName field if non-nil, zero value otherwise.
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.
func (o *GatewayUpdateProducerLdap) SetNewName(v string)
SetNewName sets NewName field to given value.
func (o *GatewayUpdateProducerLdap) HasNewName() bool
HasNewName returns a boolean if a field has been set.
func (o *GatewayUpdateProducerLdap) GetProducerEncryptionKeyName() string
GetProducerEncryptionKeyName returns the ProducerEncryptionKeyName field if non-nil, zero value otherwise.
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.
func (o *GatewayUpdateProducerLdap) SetProducerEncryptionKeyName(v string)
SetProducerEncryptionKeyName sets ProducerEncryptionKeyName field to given value.
func (o *GatewayUpdateProducerLdap) HasProducerEncryptionKeyName() bool
HasProducerEncryptionKeyName returns a boolean if a field has been set.
func (o *GatewayUpdateProducerLdap) GetTags() []string
GetTags returns the Tags field if non-nil, zero value otherwise.
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.
func (o *GatewayUpdateProducerLdap) SetTags(v []string)
SetTags sets Tags field to given value.
func (o *GatewayUpdateProducerLdap) HasTags() bool
HasTags returns a boolean if a field has been set.
func (o *GatewayUpdateProducerLdap) GetTargetName() string
GetTargetName returns the TargetName field if non-nil, zero value otherwise.
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.
func (o *GatewayUpdateProducerLdap) SetTargetName(v string)
SetTargetName sets TargetName field to given value.
func (o *GatewayUpdateProducerLdap) HasTargetName() bool
HasTargetName returns a boolean if a field has been set.
func (o *GatewayUpdateProducerLdap) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
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.
func (o *GatewayUpdateProducerLdap) SetToken(v string)
SetToken sets Token field to given value.
func (o *GatewayUpdateProducerLdap) HasToken() bool
HasToken returns a boolean if a field has been set.
func (o *GatewayUpdateProducerLdap) GetTokenExpiration() string
GetTokenExpiration returns the TokenExpiration field if non-nil, zero value otherwise.
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.
func (o *GatewayUpdateProducerLdap) SetTokenExpiration(v string)
SetTokenExpiration sets TokenExpiration field to given value.
func (o *GatewayUpdateProducerLdap) HasTokenExpiration() bool
HasTokenExpiration returns a boolean if a field has been set.
func (o *GatewayUpdateProducerLdap) GetUidToken() string
GetUidToken returns the UidToken field if non-nil, zero value otherwise.
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.
func (o *GatewayUpdateProducerLdap) SetUidToken(v string)
SetUidToken sets UidToken field to given value.
func (o *GatewayUpdateProducerLdap) HasUidToken() bool
HasUidToken returns a boolean if a field has been set.
func (o *GatewayUpdateProducerLdap) GetUserAttribute() string
GetUserAttribute returns the UserAttribute field if non-nil, zero value otherwise.
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.
func (o *GatewayUpdateProducerLdap) SetUserAttribute(v string)
SetUserAttribute sets UserAttribute field to given value.
func (o *GatewayUpdateProducerLdap) HasUserAttribute() bool
HasUserAttribute returns a boolean if a field has been set.
func (o *GatewayUpdateProducerLdap) GetUserDn() string
GetUserDn returns the UserDn field if non-nil, zero value otherwise.
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.
func (o *GatewayUpdateProducerLdap) SetUserDn(v string)
SetUserDn sets UserDn field to given value.
func (o *GatewayUpdateProducerLdap) HasUserDn() bool
HasUserDn returns a boolean if a field has been set.
func (o *GatewayUpdateProducerLdap) GetUserTtl() string
GetUserTtl returns the UserTtl field if non-nil, zero value otherwise.
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.
func (o *GatewayUpdateProducerLdap) SetUserTtl(v string)
SetUserTtl sets UserTtl field to given value.
func (o *GatewayUpdateProducerLdap) HasUserTtl() bool
HasUserTtl returns a boolean if a field has been set.