Name | Type | Description | Notes |
---|---|---|---|
CredentialQueryString | Pointer to string | [optional] | |
CustomClass | Pointer to CustomClassDTO | [optional] | |
Description | Pointer to string | [optional] | |
ElementId | Pointer to string | [optional] | |
Id | Pointer to int64 | [optional] | |
IncludeOperationalAttributes | Pointer to bool | [optional] | |
InitialContextFactory | Pointer to string | [optional] | |
LdapSearchScope | Pointer to string | [optional] | |
Name | Pointer to string | [optional] | |
PrincipalUidAttributeID | Pointer to string | [optional] | |
ProviderUrl | Pointer to string | [optional] | |
Referrals | Pointer to string | [optional] | |
RoleAttributeID | Pointer to string | [optional] | |
RoleMatchingMode | Pointer to string | [optional] | |
RolesCtxDN | Pointer to string | [optional] | |
SecurityAuthentication | Pointer to string | [optional] | |
SecurityCredential | Pointer to string | [optional] | |
SecurityPrincipal | Pointer to string | [optional] | |
UidAttributeID | Pointer to string | [optional] | |
UpdatePasswordEnabled | Pointer to bool | [optional] | |
UpdateableCredentialAttribute | Pointer to string | [optional] | |
UserPropertiesQueryString | Pointer to string | [optional] | |
UsersCtxDN | Pointer to string | [optional] | |
X | Pointer to float64 | [optional] | |
Y | Pointer to float64 | [optional] |
func NewLdapIdentitySourceDTO() *LdapIdentitySourceDTO
NewLdapIdentitySourceDTO instantiates a new LdapIdentitySourceDTO 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 NewLdapIdentitySourceDTOWithDefaults() *LdapIdentitySourceDTO
NewLdapIdentitySourceDTOWithDefaults instantiates a new LdapIdentitySourceDTO 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 *LdapIdentitySourceDTO) GetCredentialQueryString() string
GetCredentialQueryString returns the CredentialQueryString field if non-nil, zero value otherwise.
func (o *LdapIdentitySourceDTO) GetCredentialQueryStringOk() (*string, bool)
GetCredentialQueryStringOk returns a tuple with the CredentialQueryString field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LdapIdentitySourceDTO) SetCredentialQueryString(v string)
SetCredentialQueryString sets CredentialQueryString field to given value.
func (o *LdapIdentitySourceDTO) HasCredentialQueryString() bool
HasCredentialQueryString returns a boolean if a field has been set.
func (o *LdapIdentitySourceDTO) GetCustomClass() CustomClassDTO
GetCustomClass returns the CustomClass field if non-nil, zero value otherwise.
func (o *LdapIdentitySourceDTO) GetCustomClassOk() (*CustomClassDTO, bool)
GetCustomClassOk returns a tuple with the CustomClass field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LdapIdentitySourceDTO) SetCustomClass(v CustomClassDTO)
SetCustomClass sets CustomClass field to given value.
func (o *LdapIdentitySourceDTO) HasCustomClass() bool
HasCustomClass returns a boolean if a field has been set.
func (o *LdapIdentitySourceDTO) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *LdapIdentitySourceDTO) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LdapIdentitySourceDTO) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *LdapIdentitySourceDTO) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *LdapIdentitySourceDTO) GetElementId() string
GetElementId returns the ElementId field if non-nil, zero value otherwise.
func (o *LdapIdentitySourceDTO) GetElementIdOk() (*string, bool)
GetElementIdOk returns a tuple with the ElementId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LdapIdentitySourceDTO) SetElementId(v string)
SetElementId sets ElementId field to given value.
func (o *LdapIdentitySourceDTO) HasElementId() bool
HasElementId returns a boolean if a field has been set.
func (o *LdapIdentitySourceDTO) GetId() int64
GetId returns the Id field if non-nil, zero value otherwise.
func (o *LdapIdentitySourceDTO) GetIdOk() (*int64, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LdapIdentitySourceDTO) SetId(v int64)
SetId sets Id field to given value.
func (o *LdapIdentitySourceDTO) HasId() bool
HasId returns a boolean if a field has been set.
func (o *LdapIdentitySourceDTO) GetIncludeOperationalAttributes() bool
GetIncludeOperationalAttributes returns the IncludeOperationalAttributes field if non-nil, zero value otherwise.
func (o *LdapIdentitySourceDTO) GetIncludeOperationalAttributesOk() (*bool, bool)
GetIncludeOperationalAttributesOk returns a tuple with the IncludeOperationalAttributes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LdapIdentitySourceDTO) SetIncludeOperationalAttributes(v bool)
SetIncludeOperationalAttributes sets IncludeOperationalAttributes field to given value.
func (o *LdapIdentitySourceDTO) HasIncludeOperationalAttributes() bool
HasIncludeOperationalAttributes returns a boolean if a field has been set.
func (o *LdapIdentitySourceDTO) GetInitialContextFactory() string
GetInitialContextFactory returns the InitialContextFactory field if non-nil, zero value otherwise.
func (o *LdapIdentitySourceDTO) GetInitialContextFactoryOk() (*string, bool)
GetInitialContextFactoryOk returns a tuple with the InitialContextFactory field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LdapIdentitySourceDTO) SetInitialContextFactory(v string)
SetInitialContextFactory sets InitialContextFactory field to given value.
func (o *LdapIdentitySourceDTO) HasInitialContextFactory() bool
HasInitialContextFactory returns a boolean if a field has been set.
func (o *LdapIdentitySourceDTO) GetLdapSearchScope() string
GetLdapSearchScope returns the LdapSearchScope field if non-nil, zero value otherwise.
func (o *LdapIdentitySourceDTO) GetLdapSearchScopeOk() (*string, bool)
GetLdapSearchScopeOk returns a tuple with the LdapSearchScope field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LdapIdentitySourceDTO) SetLdapSearchScope(v string)
SetLdapSearchScope sets LdapSearchScope field to given value.
func (o *LdapIdentitySourceDTO) HasLdapSearchScope() bool
HasLdapSearchScope returns a boolean if a field has been set.
func (o *LdapIdentitySourceDTO) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *LdapIdentitySourceDTO) 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 *LdapIdentitySourceDTO) SetName(v string)
SetName sets Name field to given value.
func (o *LdapIdentitySourceDTO) HasName() bool
HasName returns a boolean if a field has been set.
func (o *LdapIdentitySourceDTO) GetPrincipalUidAttributeID() string
GetPrincipalUidAttributeID returns the PrincipalUidAttributeID field if non-nil, zero value otherwise.
func (o *LdapIdentitySourceDTO) GetPrincipalUidAttributeIDOk() (*string, bool)
GetPrincipalUidAttributeIDOk returns a tuple with the PrincipalUidAttributeID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LdapIdentitySourceDTO) SetPrincipalUidAttributeID(v string)
SetPrincipalUidAttributeID sets PrincipalUidAttributeID field to given value.
func (o *LdapIdentitySourceDTO) HasPrincipalUidAttributeID() bool
HasPrincipalUidAttributeID returns a boolean if a field has been set.
func (o *LdapIdentitySourceDTO) GetProviderUrl() string
GetProviderUrl returns the ProviderUrl field if non-nil, zero value otherwise.
func (o *LdapIdentitySourceDTO) GetProviderUrlOk() (*string, bool)
GetProviderUrlOk returns a tuple with the ProviderUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LdapIdentitySourceDTO) SetProviderUrl(v string)
SetProviderUrl sets ProviderUrl field to given value.
func (o *LdapIdentitySourceDTO) HasProviderUrl() bool
HasProviderUrl returns a boolean if a field has been set.
func (o *LdapIdentitySourceDTO) GetReferrals() string
GetReferrals returns the Referrals field if non-nil, zero value otherwise.
func (o *LdapIdentitySourceDTO) GetReferralsOk() (*string, bool)
GetReferralsOk returns a tuple with the Referrals field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LdapIdentitySourceDTO) SetReferrals(v string)
SetReferrals sets Referrals field to given value.
func (o *LdapIdentitySourceDTO) HasReferrals() bool
HasReferrals returns a boolean if a field has been set.
func (o *LdapIdentitySourceDTO) GetRoleAttributeID() string
GetRoleAttributeID returns the RoleAttributeID field if non-nil, zero value otherwise.
func (o *LdapIdentitySourceDTO) GetRoleAttributeIDOk() (*string, bool)
GetRoleAttributeIDOk returns a tuple with the RoleAttributeID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LdapIdentitySourceDTO) SetRoleAttributeID(v string)
SetRoleAttributeID sets RoleAttributeID field to given value.
func (o *LdapIdentitySourceDTO) HasRoleAttributeID() bool
HasRoleAttributeID returns a boolean if a field has been set.
func (o *LdapIdentitySourceDTO) GetRoleMatchingMode() string
GetRoleMatchingMode returns the RoleMatchingMode field if non-nil, zero value otherwise.
func (o *LdapIdentitySourceDTO) GetRoleMatchingModeOk() (*string, bool)
GetRoleMatchingModeOk returns a tuple with the RoleMatchingMode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LdapIdentitySourceDTO) SetRoleMatchingMode(v string)
SetRoleMatchingMode sets RoleMatchingMode field to given value.
func (o *LdapIdentitySourceDTO) HasRoleMatchingMode() bool
HasRoleMatchingMode returns a boolean if a field has been set.
func (o *LdapIdentitySourceDTO) GetRolesCtxDN() string
GetRolesCtxDN returns the RolesCtxDN field if non-nil, zero value otherwise.
func (o *LdapIdentitySourceDTO) GetRolesCtxDNOk() (*string, bool)
GetRolesCtxDNOk returns a tuple with the RolesCtxDN field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LdapIdentitySourceDTO) SetRolesCtxDN(v string)
SetRolesCtxDN sets RolesCtxDN field to given value.
func (o *LdapIdentitySourceDTO) HasRolesCtxDN() bool
HasRolesCtxDN returns a boolean if a field has been set.
func (o *LdapIdentitySourceDTO) GetSecurityAuthentication() string
GetSecurityAuthentication returns the SecurityAuthentication field if non-nil, zero value otherwise.
func (o *LdapIdentitySourceDTO) GetSecurityAuthenticationOk() (*string, bool)
GetSecurityAuthenticationOk returns a tuple with the SecurityAuthentication field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LdapIdentitySourceDTO) SetSecurityAuthentication(v string)
SetSecurityAuthentication sets SecurityAuthentication field to given value.
func (o *LdapIdentitySourceDTO) HasSecurityAuthentication() bool
HasSecurityAuthentication returns a boolean if a field has been set.
func (o *LdapIdentitySourceDTO) GetSecurityCredential() string
GetSecurityCredential returns the SecurityCredential field if non-nil, zero value otherwise.
func (o *LdapIdentitySourceDTO) GetSecurityCredentialOk() (*string, bool)
GetSecurityCredentialOk returns a tuple with the SecurityCredential field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LdapIdentitySourceDTO) SetSecurityCredential(v string)
SetSecurityCredential sets SecurityCredential field to given value.
func (o *LdapIdentitySourceDTO) HasSecurityCredential() bool
HasSecurityCredential returns a boolean if a field has been set.
func (o *LdapIdentitySourceDTO) GetSecurityPrincipal() string
GetSecurityPrincipal returns the SecurityPrincipal field if non-nil, zero value otherwise.
func (o *LdapIdentitySourceDTO) GetSecurityPrincipalOk() (*string, bool)
GetSecurityPrincipalOk returns a tuple with the SecurityPrincipal field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LdapIdentitySourceDTO) SetSecurityPrincipal(v string)
SetSecurityPrincipal sets SecurityPrincipal field to given value.
func (o *LdapIdentitySourceDTO) HasSecurityPrincipal() bool
HasSecurityPrincipal returns a boolean if a field has been set.
func (o *LdapIdentitySourceDTO) GetUidAttributeID() string
GetUidAttributeID returns the UidAttributeID field if non-nil, zero value otherwise.
func (o *LdapIdentitySourceDTO) GetUidAttributeIDOk() (*string, bool)
GetUidAttributeIDOk returns a tuple with the UidAttributeID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LdapIdentitySourceDTO) SetUidAttributeID(v string)
SetUidAttributeID sets UidAttributeID field to given value.
func (o *LdapIdentitySourceDTO) HasUidAttributeID() bool
HasUidAttributeID returns a boolean if a field has been set.
func (o *LdapIdentitySourceDTO) GetUpdatePasswordEnabled() bool
GetUpdatePasswordEnabled returns the UpdatePasswordEnabled field if non-nil, zero value otherwise.
func (o *LdapIdentitySourceDTO) GetUpdatePasswordEnabledOk() (*bool, bool)
GetUpdatePasswordEnabledOk returns a tuple with the UpdatePasswordEnabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LdapIdentitySourceDTO) SetUpdatePasswordEnabled(v bool)
SetUpdatePasswordEnabled sets UpdatePasswordEnabled field to given value.
func (o *LdapIdentitySourceDTO) HasUpdatePasswordEnabled() bool
HasUpdatePasswordEnabled returns a boolean if a field has been set.
func (o *LdapIdentitySourceDTO) GetUpdateableCredentialAttribute() string
GetUpdateableCredentialAttribute returns the UpdateableCredentialAttribute field if non-nil, zero value otherwise.
func (o *LdapIdentitySourceDTO) GetUpdateableCredentialAttributeOk() (*string, bool)
GetUpdateableCredentialAttributeOk returns a tuple with the UpdateableCredentialAttribute field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LdapIdentitySourceDTO) SetUpdateableCredentialAttribute(v string)
SetUpdateableCredentialAttribute sets UpdateableCredentialAttribute field to given value.
func (o *LdapIdentitySourceDTO) HasUpdateableCredentialAttribute() bool
HasUpdateableCredentialAttribute returns a boolean if a field has been set.
func (o *LdapIdentitySourceDTO) GetUserPropertiesQueryString() string
GetUserPropertiesQueryString returns the UserPropertiesQueryString field if non-nil, zero value otherwise.
func (o *LdapIdentitySourceDTO) GetUserPropertiesQueryStringOk() (*string, bool)
GetUserPropertiesQueryStringOk returns a tuple with the UserPropertiesQueryString field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LdapIdentitySourceDTO) SetUserPropertiesQueryString(v string)
SetUserPropertiesQueryString sets UserPropertiesQueryString field to given value.
func (o *LdapIdentitySourceDTO) HasUserPropertiesQueryString() bool
HasUserPropertiesQueryString returns a boolean if a field has been set.
func (o *LdapIdentitySourceDTO) GetUsersCtxDN() string
GetUsersCtxDN returns the UsersCtxDN field if non-nil, zero value otherwise.
func (o *LdapIdentitySourceDTO) GetUsersCtxDNOk() (*string, bool)
GetUsersCtxDNOk returns a tuple with the UsersCtxDN field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LdapIdentitySourceDTO) SetUsersCtxDN(v string)
SetUsersCtxDN sets UsersCtxDN field to given value.
func (o *LdapIdentitySourceDTO) HasUsersCtxDN() bool
HasUsersCtxDN returns a boolean if a field has been set.
func (o *LdapIdentitySourceDTO) GetX() float64
GetX returns the X field if non-nil, zero value otherwise.
func (o *LdapIdentitySourceDTO) GetXOk() (*float64, bool)
GetXOk returns a tuple with the X field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LdapIdentitySourceDTO) SetX(v float64)
SetX sets X field to given value.
func (o *LdapIdentitySourceDTO) HasX() bool
HasX returns a boolean if a field has been set.
func (o *LdapIdentitySourceDTO) GetY() float64
GetY returns the Y field if non-nil, zero value otherwise.
func (o *LdapIdentitySourceDTO) GetYOk() (*float64, bool)
GetYOk returns a tuple with the Y field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LdapIdentitySourceDTO) SetY(v float64)
SetY sets Y field to given value.
func (o *LdapIdentitySourceDTO) HasY() bool
HasY returns a boolean if a field has been set.