Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.73 KB

EnrollmentCustomizationLdapGroupAccess.md

File metadata and controls

82 lines (45 loc) · 2.73 KB

EnrollmentCustomizationLdapGroupAccess

Properties

Name Type Description Notes
LdapServerId Pointer to int64 [optional]
GroupName Pointer to string [optional]

Methods

NewEnrollmentCustomizationLdapGroupAccess

func NewEnrollmentCustomizationLdapGroupAccess() *EnrollmentCustomizationLdapGroupAccess

NewEnrollmentCustomizationLdapGroupAccess instantiates a new EnrollmentCustomizationLdapGroupAccess 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

NewEnrollmentCustomizationLdapGroupAccessWithDefaults

func NewEnrollmentCustomizationLdapGroupAccessWithDefaults() *EnrollmentCustomizationLdapGroupAccess

NewEnrollmentCustomizationLdapGroupAccessWithDefaults instantiates a new EnrollmentCustomizationLdapGroupAccess 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

GetLdapServerId

func (o *EnrollmentCustomizationLdapGroupAccess) GetLdapServerId() int64

GetLdapServerId returns the LdapServerId field if non-nil, zero value otherwise.

GetLdapServerIdOk

func (o *EnrollmentCustomizationLdapGroupAccess) GetLdapServerIdOk() (*int64, bool)

GetLdapServerIdOk returns a tuple with the LdapServerId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetLdapServerId

func (o *EnrollmentCustomizationLdapGroupAccess) SetLdapServerId(v int64)

SetLdapServerId sets LdapServerId field to given value.

HasLdapServerId

func (o *EnrollmentCustomizationLdapGroupAccess) HasLdapServerId() bool

HasLdapServerId returns a boolean if a field has been set.

GetGroupName

func (o *EnrollmentCustomizationLdapGroupAccess) GetGroupName() string

GetGroupName returns the GroupName field if non-nil, zero value otherwise.

GetGroupNameOk

func (o *EnrollmentCustomizationLdapGroupAccess) GetGroupNameOk() (*string, bool)

GetGroupNameOk returns a tuple with the GroupName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetGroupName

func (o *EnrollmentCustomizationLdapGroupAccess) SetGroupName(v string)

SetGroupName sets GroupName field to given value.

HasGroupName

func (o *EnrollmentCustomizationLdapGroupAccess) HasGroupName() bool

HasGroupName returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]