Name | Type | Description | Notes |
---|---|---|---|
ProviderType | Pointer to string | [optional] | |
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 object [true/false] | [optional] |
ExternalUsername | Pointer to string | Externally provided username [true/false] | [optional] [default to "false"] |
GroupDn | Pointer to string | Group DN which the temporary user should be added | [optional] |
HostProvider | Pointer to string | Host provider type [explicit/target], Default Host provider is explicit, Relevant only for Secure Remote Access of ssh cert issuer, ldap rotated secret and ldap dynamic secret | [optional] |
Json | Pointer to bool | Set output format to JSON | [optional] [default to false] |
LdapCaCert | Pointer to string | CA Certificate File Content | [optional] |
LdapUrl | Pointer to string | LDAP Server URL | [optional] |
Name | string | Dynamic secret name | |
NewName | Pointer to string | Dynamic secret name | [optional] |
PasswordLength | Pointer to string | The length of the password to be generated | [optional] |
ProducerEncryptionKeyName | Pointer to string | Dynamic producer encryption key | [optional] |
SecureAccessEnable | Pointer to string | Enable/Disable secure remote access [true/false] | [optional] |
SecureAccessHost | Pointer to []string | Target servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts - Relevant only for Dynamic Secrets/producers) | [optional] |
SecureAccessRdGatewayServer | Pointer to string | RD Gateway server | [optional] |
SecureAccessRdpDomain | Pointer to string | Required when the Dynamic Secret is used for a domain user | [optional] |
Tags | Pointer to []string | Add tags attached to this object | [optional] |
Target | Pointer to []string | A list of linked targets to be associated, Relevant only for Secure Remote Access for ssh cert issuer, ldap rotated secret and ldap dynamic secret, To specify multiple targets use argument multiple times | [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) GetProviderType() string
GetProviderType returns the ProviderType field if non-nil, zero value otherwise.
func (o *GatewayUpdateProducerLdap) GetProviderTypeOk() (*string, bool)
GetProviderTypeOk returns a tuple with the ProviderType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayUpdateProducerLdap) SetProviderType(v string)
SetProviderType sets ProviderType field to given value.
func (o *GatewayUpdateProducerLdap) HasProviderType() bool
HasProviderType returns a boolean if a field has been 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) GetGroupDn() string
GetGroupDn returns the GroupDn field if non-nil, zero value otherwise.
func (o *GatewayUpdateProducerLdap) GetGroupDnOk() (*string, bool)
GetGroupDnOk returns a tuple with the GroupDn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayUpdateProducerLdap) SetGroupDn(v string)
SetGroupDn sets GroupDn field to given value.
func (o *GatewayUpdateProducerLdap) HasGroupDn() bool
HasGroupDn returns a boolean if a field has been set.
func (o *GatewayUpdateProducerLdap) GetHostProvider() string
GetHostProvider returns the HostProvider field if non-nil, zero value otherwise.
func (o *GatewayUpdateProducerLdap) GetHostProviderOk() (*string, bool)
GetHostProviderOk returns a tuple with the HostProvider field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayUpdateProducerLdap) SetHostProvider(v string)
SetHostProvider sets HostProvider field to given value.
func (o *GatewayUpdateProducerLdap) HasHostProvider() bool
HasHostProvider 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) GetPasswordLength() string
GetPasswordLength returns the PasswordLength field if non-nil, zero value otherwise.
func (o *GatewayUpdateProducerLdap) GetPasswordLengthOk() (*string, bool)
GetPasswordLengthOk returns a tuple with the PasswordLength field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayUpdateProducerLdap) SetPasswordLength(v string)
SetPasswordLength sets PasswordLength field to given value.
func (o *GatewayUpdateProducerLdap) HasPasswordLength() bool
HasPasswordLength 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) GetSecureAccessEnable() string
GetSecureAccessEnable returns the SecureAccessEnable field if non-nil, zero value otherwise.
func (o *GatewayUpdateProducerLdap) GetSecureAccessEnableOk() (*string, bool)
GetSecureAccessEnableOk returns a tuple with the SecureAccessEnable field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayUpdateProducerLdap) SetSecureAccessEnable(v string)
SetSecureAccessEnable sets SecureAccessEnable field to given value.
func (o *GatewayUpdateProducerLdap) HasSecureAccessEnable() bool
HasSecureAccessEnable returns a boolean if a field has been set.
func (o *GatewayUpdateProducerLdap) GetSecureAccessHost() []string
GetSecureAccessHost returns the SecureAccessHost field if non-nil, zero value otherwise.
func (o *GatewayUpdateProducerLdap) GetSecureAccessHostOk() (*[]string, bool)
GetSecureAccessHostOk returns a tuple with the SecureAccessHost field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayUpdateProducerLdap) SetSecureAccessHost(v []string)
SetSecureAccessHost sets SecureAccessHost field to given value.
func (o *GatewayUpdateProducerLdap) HasSecureAccessHost() bool
HasSecureAccessHost returns a boolean if a field has been set.
func (o *GatewayUpdateProducerLdap) GetSecureAccessRdGatewayServer() string
GetSecureAccessRdGatewayServer returns the SecureAccessRdGatewayServer field if non-nil, zero value otherwise.
func (o *GatewayUpdateProducerLdap) GetSecureAccessRdGatewayServerOk() (*string, bool)
GetSecureAccessRdGatewayServerOk returns a tuple with the SecureAccessRdGatewayServer field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayUpdateProducerLdap) SetSecureAccessRdGatewayServer(v string)
SetSecureAccessRdGatewayServer sets SecureAccessRdGatewayServer field to given value.
func (o *GatewayUpdateProducerLdap) HasSecureAccessRdGatewayServer() bool
HasSecureAccessRdGatewayServer returns a boolean if a field has been set.
func (o *GatewayUpdateProducerLdap) GetSecureAccessRdpDomain() string
GetSecureAccessRdpDomain returns the SecureAccessRdpDomain field if non-nil, zero value otherwise.
func (o *GatewayUpdateProducerLdap) GetSecureAccessRdpDomainOk() (*string, bool)
GetSecureAccessRdpDomainOk returns a tuple with the SecureAccessRdpDomain field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayUpdateProducerLdap) SetSecureAccessRdpDomain(v string)
SetSecureAccessRdpDomain sets SecureAccessRdpDomain field to given value.
func (o *GatewayUpdateProducerLdap) HasSecureAccessRdpDomain() bool
HasSecureAccessRdpDomain 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) GetTarget() []string
GetTarget returns the Target field if non-nil, zero value otherwise.
func (o *GatewayUpdateProducerLdap) GetTargetOk() (*[]string, bool)
GetTargetOk returns a tuple with the Target field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayUpdateProducerLdap) SetTarget(v []string)
SetTarget sets Target field to given value.
func (o *GatewayUpdateProducerLdap) HasTarget() bool
HasTarget 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.