Name | Type | Description | Notes |
---|---|---|---|
DisplayName | string | ||
Rank | int64 | ||
IsUseJamfConnect | bool | ||
LongNameAttribute | string | ||
ShortNameAttribute | string | ||
IsGroupEnrollmentAccessEnabled | bool | ||
GroupEnrollmentAccessName | string | [default to ""] |
func NewEnrollmentCustomizationPanelSsoAuth(displayName string, rank int64, isUseJamfConnect bool, longNameAttribute string, shortNameAttribute string, isGroupEnrollmentAccessEnabled bool, groupEnrollmentAccessName string, ) *EnrollmentCustomizationPanelSsoAuth
NewEnrollmentCustomizationPanelSsoAuth instantiates a new EnrollmentCustomizationPanelSsoAuth 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 NewEnrollmentCustomizationPanelSsoAuthWithDefaults() *EnrollmentCustomizationPanelSsoAuth
NewEnrollmentCustomizationPanelSsoAuthWithDefaults instantiates a new EnrollmentCustomizationPanelSsoAuth 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 *EnrollmentCustomizationPanelSsoAuth) GetDisplayName() string
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
func (o *EnrollmentCustomizationPanelSsoAuth) GetDisplayNameOk() (*string, bool)
GetDisplayNameOk returns a tuple with the DisplayName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentCustomizationPanelSsoAuth) SetDisplayName(v string)
SetDisplayName sets DisplayName field to given value.
func (o *EnrollmentCustomizationPanelSsoAuth) GetRank() int64
GetRank returns the Rank field if non-nil, zero value otherwise.
func (o *EnrollmentCustomizationPanelSsoAuth) GetRankOk() (*int64, bool)
GetRankOk returns a tuple with the Rank field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentCustomizationPanelSsoAuth) SetRank(v int64)
SetRank sets Rank field to given value.
func (o *EnrollmentCustomizationPanelSsoAuth) GetIsUseJamfConnect() bool
GetIsUseJamfConnect returns the IsUseJamfConnect field if non-nil, zero value otherwise.
func (o *EnrollmentCustomizationPanelSsoAuth) GetIsUseJamfConnectOk() (*bool, bool)
GetIsUseJamfConnectOk returns a tuple with the IsUseJamfConnect field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentCustomizationPanelSsoAuth) SetIsUseJamfConnect(v bool)
SetIsUseJamfConnect sets IsUseJamfConnect field to given value.
func (o *EnrollmentCustomizationPanelSsoAuth) GetLongNameAttribute() string
GetLongNameAttribute returns the LongNameAttribute field if non-nil, zero value otherwise.
func (o *EnrollmentCustomizationPanelSsoAuth) GetLongNameAttributeOk() (*string, bool)
GetLongNameAttributeOk returns a tuple with the LongNameAttribute field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentCustomizationPanelSsoAuth) SetLongNameAttribute(v string)
SetLongNameAttribute sets LongNameAttribute field to given value.
func (o *EnrollmentCustomizationPanelSsoAuth) GetShortNameAttribute() string
GetShortNameAttribute returns the ShortNameAttribute field if non-nil, zero value otherwise.
func (o *EnrollmentCustomizationPanelSsoAuth) GetShortNameAttributeOk() (*string, bool)
GetShortNameAttributeOk returns a tuple with the ShortNameAttribute field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentCustomizationPanelSsoAuth) SetShortNameAttribute(v string)
SetShortNameAttribute sets ShortNameAttribute field to given value.
func (o *EnrollmentCustomizationPanelSsoAuth) GetIsGroupEnrollmentAccessEnabled() bool
GetIsGroupEnrollmentAccessEnabled returns the IsGroupEnrollmentAccessEnabled field if non-nil, zero value otherwise.
func (o *EnrollmentCustomizationPanelSsoAuth) GetIsGroupEnrollmentAccessEnabledOk() (*bool, bool)
GetIsGroupEnrollmentAccessEnabledOk returns a tuple with the IsGroupEnrollmentAccessEnabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentCustomizationPanelSsoAuth) SetIsGroupEnrollmentAccessEnabled(v bool)
SetIsGroupEnrollmentAccessEnabled sets IsGroupEnrollmentAccessEnabled field to given value.
func (o *EnrollmentCustomizationPanelSsoAuth) GetGroupEnrollmentAccessName() string
GetGroupEnrollmentAccessName returns the GroupEnrollmentAccessName field if non-nil, zero value otherwise.
func (o *EnrollmentCustomizationPanelSsoAuth) GetGroupEnrollmentAccessNameOk() (*string, bool)
GetGroupEnrollmentAccessNameOk returns a tuple with the GroupEnrollmentAccessName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentCustomizationPanelSsoAuth) SetGroupEnrollmentAccessName(v string)
SetGroupEnrollmentAccessName sets GroupEnrollmentAccessName field to given value.