Skip to content

Latest commit

 

History

History
212 lines (115 loc) · 5.78 KB

SSOAccessData.md

File metadata and controls

212 lines (115 loc) · 5.78 KB

SSOAccessData

Properties

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]

Methods

NewSSOAccessData

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

NewSSOAccessDataWithDefaults

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

GetDisplayName

func (o *SSOAccessData) GetDisplayName() string

GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.

GetDisplayNameOk

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.

SetDisplayName

func (o *SSOAccessData) SetDisplayName(v string)

SetDisplayName sets DisplayName field to given value.

HasDisplayName

func (o *SSOAccessData) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

GetEmailAddress

func (o *SSOAccessData) GetEmailAddress() string

GetEmailAddress returns the EmailAddress field if non-nil, zero value otherwise.

GetEmailAddressOk

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.

SetEmailAddress

func (o *SSOAccessData) SetEmailAddress(v string)

SetEmailAddress sets EmailAddress field to given value.

HasEmailAddress

func (o *SSOAccessData) HasEmailAddress() bool

HasEmailAddress returns a boolean if a field has been set.

GetForSection

func (o *SSOAccessData) GetForSection() string

GetForSection returns the ForSection field if non-nil, zero value otherwise.

GetForSectionOk

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.

SetForSection

func (o *SSOAccessData) SetForSection(v string)

SetForSection sets ForSection field to given value.

HasForSection

func (o *SSOAccessData) HasForSection() bool

HasForSection returns a boolean if a field has been set.

GetGroupID

func (o *SSOAccessData) GetGroupID() string

GetGroupID returns the GroupID field if non-nil, zero value otherwise.

GetGroupIDOk

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.

SetGroupID

func (o *SSOAccessData) SetGroupID(v string)

SetGroupID sets GroupID field to given value.

HasGroupID

func (o *SSOAccessData) HasGroupID() bool

HasGroupID returns a boolean if a field has been set.

GetOrgID

func (o *SSOAccessData) GetOrgID() string

GetOrgID returns the OrgID field if non-nil, zero value otherwise.

GetOrgIDOk

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.

SetOrgID

func (o *SSOAccessData) SetOrgID(v string)

SetOrgID sets OrgID field to given value.

HasOrgID

func (o *SSOAccessData) HasOrgID() bool

HasOrgID returns a boolean if a field has been set.

GetSSOOnlyForRegisteredUsers

func (o *SSOAccessData) GetSSOOnlyForRegisteredUsers() bool

GetSSOOnlyForRegisteredUsers returns the SSOOnlyForRegisteredUsers field if non-nil, zero value otherwise.

GetSSOOnlyForRegisteredUsersOk

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.

SetSSOOnlyForRegisteredUsers

func (o *SSOAccessData) SetSSOOnlyForRegisteredUsers(v bool)

SetSSOOnlyForRegisteredUsers sets SSOOnlyForRegisteredUsers field to given value.

HasSSOOnlyForRegisteredUsers

func (o *SSOAccessData) HasSSOOnlyForRegisteredUsers() bool

HasSSOOnlyForRegisteredUsers returns a boolean if a field has been set.

GetUserNotAllowed

func (o *SSOAccessData) GetUserNotAllowed() bool

GetUserNotAllowed returns the UserNotAllowed field if non-nil, zero value otherwise.

GetUserNotAllowedOk

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.

SetUserNotAllowed

func (o *SSOAccessData) SetUserNotAllowed(v bool)

SetUserNotAllowed sets UserNotAllowed field to given value.

HasUserNotAllowed

func (o *SSOAccessData) HasUserNotAllowed() bool

HasUserNotAllowed returns a boolean if a field has been set.

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