Skip to content

Latest commit

 

History

History
249 lines (134 loc) · 7.79 KB

EnrollmentAccessGroupPreview.md

File metadata and controls

249 lines (134 loc) · 7.79 KB

EnrollmentAccessGroupPreview

Properties

Name Type Description Notes
Id Pointer to string Autogenerated ID [optional] [readonly]
GroupId string LDAP Group ID
LdapServerId string
Name string
SiteId Pointer to string [optional]
EnterpriseEnrollmentEnabled Pointer to bool [optional]
PersonalEnrollmentEnabled Pointer to bool [optional]
AccountDrivenUserEnrollmentEnabled Pointer to bool [optional]
RequireEula Pointer to bool [optional]

Methods

NewEnrollmentAccessGroupPreview

func NewEnrollmentAccessGroupPreview(groupId string, ldapServerId string, name string, ) *EnrollmentAccessGroupPreview

NewEnrollmentAccessGroupPreview instantiates a new EnrollmentAccessGroupPreview 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

NewEnrollmentAccessGroupPreviewWithDefaults

func NewEnrollmentAccessGroupPreviewWithDefaults() *EnrollmentAccessGroupPreview

NewEnrollmentAccessGroupPreviewWithDefaults instantiates a new EnrollmentAccessGroupPreview 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

GetId

func (o *EnrollmentAccessGroupPreview) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *EnrollmentAccessGroupPreview) GetIdOk() (*string, 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.

SetId

func (o *EnrollmentAccessGroupPreview) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *EnrollmentAccessGroupPreview) HasId() bool

HasId returns a boolean if a field has been set.

GetGroupId

func (o *EnrollmentAccessGroupPreview) GetGroupId() string

GetGroupId returns the GroupId field if non-nil, zero value otherwise.

GetGroupIdOk

func (o *EnrollmentAccessGroupPreview) GetGroupIdOk() (*string, bool)

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

SetGroupId

func (o *EnrollmentAccessGroupPreview) SetGroupId(v string)

SetGroupId sets GroupId field to given value.

GetLdapServerId

func (o *EnrollmentAccessGroupPreview) GetLdapServerId() string

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

GetLdapServerIdOk

func (o *EnrollmentAccessGroupPreview) GetLdapServerIdOk() (*string, 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 *EnrollmentAccessGroupPreview) SetLdapServerId(v string)

SetLdapServerId sets LdapServerId field to given value.

GetName

func (o *EnrollmentAccessGroupPreview) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *EnrollmentAccessGroupPreview) 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.

SetName

func (o *EnrollmentAccessGroupPreview) SetName(v string)

SetName sets Name field to given value.

GetSiteId

func (o *EnrollmentAccessGroupPreview) GetSiteId() string

GetSiteId returns the SiteId field if non-nil, zero value otherwise.

GetSiteIdOk

func (o *EnrollmentAccessGroupPreview) GetSiteIdOk() (*string, bool)

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

SetSiteId

func (o *EnrollmentAccessGroupPreview) SetSiteId(v string)

SetSiteId sets SiteId field to given value.

HasSiteId

func (o *EnrollmentAccessGroupPreview) HasSiteId() bool

HasSiteId returns a boolean if a field has been set.

GetEnterpriseEnrollmentEnabled

func (o *EnrollmentAccessGroupPreview) GetEnterpriseEnrollmentEnabled() bool

GetEnterpriseEnrollmentEnabled returns the EnterpriseEnrollmentEnabled field if non-nil, zero value otherwise.

GetEnterpriseEnrollmentEnabledOk

func (o *EnrollmentAccessGroupPreview) GetEnterpriseEnrollmentEnabledOk() (*bool, bool)

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

SetEnterpriseEnrollmentEnabled

func (o *EnrollmentAccessGroupPreview) SetEnterpriseEnrollmentEnabled(v bool)

SetEnterpriseEnrollmentEnabled sets EnterpriseEnrollmentEnabled field to given value.

HasEnterpriseEnrollmentEnabled

func (o *EnrollmentAccessGroupPreview) HasEnterpriseEnrollmentEnabled() bool

HasEnterpriseEnrollmentEnabled returns a boolean if a field has been set.

GetPersonalEnrollmentEnabled

func (o *EnrollmentAccessGroupPreview) GetPersonalEnrollmentEnabled() bool

GetPersonalEnrollmentEnabled returns the PersonalEnrollmentEnabled field if non-nil, zero value otherwise.

GetPersonalEnrollmentEnabledOk

func (o *EnrollmentAccessGroupPreview) GetPersonalEnrollmentEnabledOk() (*bool, bool)

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

SetPersonalEnrollmentEnabled

func (o *EnrollmentAccessGroupPreview) SetPersonalEnrollmentEnabled(v bool)

SetPersonalEnrollmentEnabled sets PersonalEnrollmentEnabled field to given value.

HasPersonalEnrollmentEnabled

func (o *EnrollmentAccessGroupPreview) HasPersonalEnrollmentEnabled() bool

HasPersonalEnrollmentEnabled returns a boolean if a field has been set.

GetAccountDrivenUserEnrollmentEnabled

func (o *EnrollmentAccessGroupPreview) GetAccountDrivenUserEnrollmentEnabled() bool

GetAccountDrivenUserEnrollmentEnabled returns the AccountDrivenUserEnrollmentEnabled field if non-nil, zero value otherwise.

GetAccountDrivenUserEnrollmentEnabledOk

func (o *EnrollmentAccessGroupPreview) GetAccountDrivenUserEnrollmentEnabledOk() (*bool, bool)

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

SetAccountDrivenUserEnrollmentEnabled

func (o *EnrollmentAccessGroupPreview) SetAccountDrivenUserEnrollmentEnabled(v bool)

SetAccountDrivenUserEnrollmentEnabled sets AccountDrivenUserEnrollmentEnabled field to given value.

HasAccountDrivenUserEnrollmentEnabled

func (o *EnrollmentAccessGroupPreview) HasAccountDrivenUserEnrollmentEnabled() bool

HasAccountDrivenUserEnrollmentEnabled returns a boolean if a field has been set.

GetRequireEula

func (o *EnrollmentAccessGroupPreview) GetRequireEula() bool

GetRequireEula returns the RequireEula field if non-nil, zero value otherwise.

GetRequireEulaOk

func (o *EnrollmentAccessGroupPreview) GetRequireEulaOk() (*bool, bool)

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

SetRequireEula

func (o *EnrollmentAccessGroupPreview) SetRequireEula(v bool)

SetRequireEula sets RequireEula field to given value.

HasRequireEula

func (o *EnrollmentAccessGroupPreview) HasRequireEula() bool

HasRequireEula returns a boolean if a field has been set.

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