Name | Type | Description | Notes |
---|---|---|---|
HasSearchPermission | Pointer to bool | [optional] | |
Access | PolicyTestResult |
func NewLDAPCheckAccess(access PolicyTestResult, ) *LDAPCheckAccess
NewLDAPCheckAccess instantiates a new LDAPCheckAccess 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 NewLDAPCheckAccessWithDefaults() *LDAPCheckAccess
NewLDAPCheckAccessWithDefaults instantiates a new LDAPCheckAccess 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 *LDAPCheckAccess) GetHasSearchPermission() bool
GetHasSearchPermission returns the HasSearchPermission field if non-nil, zero value otherwise.
func (o *LDAPCheckAccess) GetHasSearchPermissionOk() (*bool, bool)
GetHasSearchPermissionOk returns a tuple with the HasSearchPermission field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LDAPCheckAccess) SetHasSearchPermission(v bool)
SetHasSearchPermission sets HasSearchPermission field to given value.
func (o *LDAPCheckAccess) HasHasSearchPermission() bool
HasHasSearchPermission returns a boolean if a field has been set.
func (o *LDAPCheckAccess) GetAccess() PolicyTestResult
GetAccess returns the Access field if non-nil, zero value otherwise.
func (o *LDAPCheckAccess) GetAccessOk() (*PolicyTestResult, bool)
GetAccessOk returns a tuple with the Access field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LDAPCheckAccess) SetAccess(v PolicyTestResult)
SetAccess sets Access field to given value.