Name | Type | Description | Notes |
---|---|---|---|
Alg | Pointer to string | [optional] | |
GenKeyPair | Pointer to string | Generate public/private key (the private key is required for the LDAP Auth Config in the Akeyless Gateway) | [optional] |
Key | Pointer to string | The public key value of LDAP. | [optional] |
UniqueIdentifier | Pointer to string | A unique identifier to distinguish different users | [optional] |
func NewLDAPAccessRules() *LDAPAccessRules
NewLDAPAccessRules instantiates a new LDAPAccessRules 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 NewLDAPAccessRulesWithDefaults() *LDAPAccessRules
NewLDAPAccessRulesWithDefaults instantiates a new LDAPAccessRules 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 *LDAPAccessRules) GetAlg() string
GetAlg returns the Alg field if non-nil, zero value otherwise.
func (o *LDAPAccessRules) GetAlgOk() (*string, bool)
GetAlgOk returns a tuple with the Alg field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LDAPAccessRules) SetAlg(v string)
SetAlg sets Alg field to given value.
func (o *LDAPAccessRules) HasAlg() bool
HasAlg returns a boolean if a field has been set.
func (o *LDAPAccessRules) GetGenKeyPair() string
GetGenKeyPair returns the GenKeyPair field if non-nil, zero value otherwise.
func (o *LDAPAccessRules) GetGenKeyPairOk() (*string, bool)
GetGenKeyPairOk returns a tuple with the GenKeyPair field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LDAPAccessRules) SetGenKeyPair(v string)
SetGenKeyPair sets GenKeyPair field to given value.
func (o *LDAPAccessRules) HasGenKeyPair() bool
HasGenKeyPair returns a boolean if a field has been set.
func (o *LDAPAccessRules) GetKey() string
GetKey returns the Key field if non-nil, zero value otherwise.
func (o *LDAPAccessRules) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LDAPAccessRules) SetKey(v string)
SetKey sets Key field to given value.
func (o *LDAPAccessRules) HasKey() bool
HasKey returns a boolean if a field has been set.
func (o *LDAPAccessRules) GetUniqueIdentifier() string
GetUniqueIdentifier returns the UniqueIdentifier field if non-nil, zero value otherwise.
func (o *LDAPAccessRules) GetUniqueIdentifierOk() (*string, bool)
GetUniqueIdentifierOk returns a tuple with the UniqueIdentifier field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LDAPAccessRules) SetUniqueIdentifier(v string)
SetUniqueIdentifier sets UniqueIdentifier field to given value.
func (o *LDAPAccessRules) HasUniqueIdentifier() bool
HasUniqueIdentifier returns a boolean if a field has been set.