Name | Type | Description | Notes |
---|---|---|---|
DisplayName | Pointer to string | [optional] | |
EmailAddress | Pointer to string | [optional] | |
ForSection | Pointer to string | [optional] | |
GroupID | Pointer to string | [optional] | |
OrgID | Pointer to string | [optional] | |
SSOOnlyForRegisteredUsers | Pointer to bool | [optional] | |
UserNotAllowed | Pointer to bool | [optional] |
func NewSSOAccessData() *SSOAccessData
NewSSOAccessData instantiates a new SSOAccessData 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 NewSSOAccessDataWithDefaults() *SSOAccessData
NewSSOAccessDataWithDefaults instantiates a new SSOAccessData 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 *SSOAccessData) GetDisplayName() string
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
func (o *SSOAccessData) 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 *SSOAccessData) SetDisplayName(v string)
SetDisplayName sets DisplayName field to given value.
func (o *SSOAccessData) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (o *SSOAccessData) GetEmailAddress() string
GetEmailAddress returns the EmailAddress field if non-nil, zero value otherwise.
func (o *SSOAccessData) GetEmailAddressOk() (*string, bool)
GetEmailAddressOk returns a tuple with the EmailAddress field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SSOAccessData) SetEmailAddress(v string)
SetEmailAddress sets EmailAddress field to given value.
func (o *SSOAccessData) HasEmailAddress() bool
HasEmailAddress returns a boolean if a field has been set.
func (o *SSOAccessData) GetForSection() string
GetForSection returns the ForSection field if non-nil, zero value otherwise.
func (o *SSOAccessData) GetForSectionOk() (*string, bool)
GetForSectionOk returns a tuple with the ForSection field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SSOAccessData) SetForSection(v string)
SetForSection sets ForSection field to given value.
func (o *SSOAccessData) HasForSection() bool
HasForSection returns a boolean if a field has been set.
func (o *SSOAccessData) GetGroupID() string
GetGroupID returns the GroupID field if non-nil, zero value otherwise.
func (o *SSOAccessData) 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.
func (o *SSOAccessData) SetGroupID(v string)
SetGroupID sets GroupID field to given value.
func (o *SSOAccessData) HasGroupID() bool
HasGroupID returns a boolean if a field has been set.
func (o *SSOAccessData) GetOrgID() string
GetOrgID returns the OrgID field if non-nil, zero value otherwise.
func (o *SSOAccessData) GetOrgIDOk() (*string, bool)
GetOrgIDOk returns a tuple with the OrgID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SSOAccessData) SetOrgID(v string)
SetOrgID sets OrgID field to given value.
func (o *SSOAccessData) HasOrgID() bool
HasOrgID returns a boolean if a field has been set.
func (o *SSOAccessData) GetSSOOnlyForRegisteredUsers() bool
GetSSOOnlyForRegisteredUsers returns the SSOOnlyForRegisteredUsers field if non-nil, zero value otherwise.
func (o *SSOAccessData) GetSSOOnlyForRegisteredUsersOk() (*bool, bool)
GetSSOOnlyForRegisteredUsersOk returns a tuple with the SSOOnlyForRegisteredUsers field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SSOAccessData) SetSSOOnlyForRegisteredUsers(v bool)
SetSSOOnlyForRegisteredUsers sets SSOOnlyForRegisteredUsers field to given value.
func (o *SSOAccessData) HasSSOOnlyForRegisteredUsers() bool
HasSSOOnlyForRegisteredUsers returns a boolean if a field has been set.
func (o *SSOAccessData) GetUserNotAllowed() bool
GetUserNotAllowed returns the UserNotAllowed field if non-nil, zero value otherwise.
func (o *SSOAccessData) GetUserNotAllowedOk() (*bool, bool)
GetUserNotAllowedOk returns a tuple with the UserNotAllowed field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SSOAccessData) SetUserNotAllowed(v bool)
SetUserNotAllowed sets UserNotAllowed field to given value.
func (o *SSOAccessData) HasUserNotAllowed() bool
HasUserNotAllowed returns a boolean if a field has been set.