Name | Type | Description | Notes |
---|---|---|---|
ImplementationType | Pointer to string | [optional] | |
LdapAudience | Pointer to string | [optional] | |
LdapBindDn | Pointer to string | [optional] | |
LdapBindPassword | Pointer to string | [optional] | |
LdapCertificate | Pointer to string | [optional] | |
LdapTokenExpiration | Pointer to string | [optional] | |
LdapUrl | Pointer to string | [optional] |
func NewLdapTargetDetails() *LdapTargetDetails
NewLdapTargetDetails instantiates a new LdapTargetDetails 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 NewLdapTargetDetailsWithDefaults() *LdapTargetDetails
NewLdapTargetDetailsWithDefaults instantiates a new LdapTargetDetails 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 *LdapTargetDetails) GetImplementationType() string
GetImplementationType returns the ImplementationType field if non-nil, zero value otherwise.
func (o *LdapTargetDetails) GetImplementationTypeOk() (*string, bool)
GetImplementationTypeOk returns a tuple with the ImplementationType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LdapTargetDetails) SetImplementationType(v string)
SetImplementationType sets ImplementationType field to given value.
func (o *LdapTargetDetails) HasImplementationType() bool
HasImplementationType returns a boolean if a field has been set.
func (o *LdapTargetDetails) GetLdapAudience() string
GetLdapAudience returns the LdapAudience field if non-nil, zero value otherwise.
func (o *LdapTargetDetails) GetLdapAudienceOk() (*string, bool)
GetLdapAudienceOk returns a tuple with the LdapAudience field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LdapTargetDetails) SetLdapAudience(v string)
SetLdapAudience sets LdapAudience field to given value.
func (o *LdapTargetDetails) HasLdapAudience() bool
HasLdapAudience returns a boolean if a field has been set.
func (o *LdapTargetDetails) GetLdapBindDn() string
GetLdapBindDn returns the LdapBindDn field if non-nil, zero value otherwise.
func (o *LdapTargetDetails) 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.
func (o *LdapTargetDetails) SetLdapBindDn(v string)
SetLdapBindDn sets LdapBindDn field to given value.
func (o *LdapTargetDetails) HasLdapBindDn() bool
HasLdapBindDn returns a boolean if a field has been set.
func (o *LdapTargetDetails) GetLdapBindPassword() string
GetLdapBindPassword returns the LdapBindPassword field if non-nil, zero value otherwise.
func (o *LdapTargetDetails) 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.
func (o *LdapTargetDetails) SetLdapBindPassword(v string)
SetLdapBindPassword sets LdapBindPassword field to given value.
func (o *LdapTargetDetails) HasLdapBindPassword() bool
HasLdapBindPassword returns a boolean if a field has been set.
func (o *LdapTargetDetails) GetLdapCertificate() string
GetLdapCertificate returns the LdapCertificate field if non-nil, zero value otherwise.
func (o *LdapTargetDetails) GetLdapCertificateOk() (*string, bool)
GetLdapCertificateOk returns a tuple with the LdapCertificate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LdapTargetDetails) SetLdapCertificate(v string)
SetLdapCertificate sets LdapCertificate field to given value.
func (o *LdapTargetDetails) HasLdapCertificate() bool
HasLdapCertificate returns a boolean if a field has been set.
func (o *LdapTargetDetails) GetLdapTokenExpiration() string
GetLdapTokenExpiration returns the LdapTokenExpiration field if non-nil, zero value otherwise.
func (o *LdapTargetDetails) 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.
func (o *LdapTargetDetails) SetLdapTokenExpiration(v string)
SetLdapTokenExpiration sets LdapTokenExpiration field to given value.
func (o *LdapTargetDetails) HasLdapTokenExpiration() bool
HasLdapTokenExpiration returns a boolean if a field has been set.
func (o *LdapTargetDetails) GetLdapUrl() string
GetLdapUrl returns the LdapUrl field if non-nil, zero value otherwise.
func (o *LdapTargetDetails) 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 *LdapTargetDetails) SetLdapUrl(v string)
SetLdapUrl sets LdapUrl field to given value.
func (o *LdapTargetDetails) HasLdapUrl() bool
HasLdapUrl returns a boolean if a field has been set.