Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.84 KB

OINApplicationSettingsSignOn.md

File metadata and controls

56 lines (31 loc) · 1.84 KB

OINApplicationSettingsSignOn

Properties

Name Type Description Notes
SignOnMode Pointer to string Authentication mode for the app [optional]

Methods

NewOINApplicationSettingsSignOn

func NewOINApplicationSettingsSignOn() *OINApplicationSettingsSignOn

NewOINApplicationSettingsSignOn instantiates a new OINApplicationSettingsSignOn 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

NewOINApplicationSettingsSignOnWithDefaults

func NewOINApplicationSettingsSignOnWithDefaults() *OINApplicationSettingsSignOn

NewOINApplicationSettingsSignOnWithDefaults instantiates a new OINApplicationSettingsSignOn 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

GetSignOnMode

func (o *OINApplicationSettingsSignOn) GetSignOnMode() string

GetSignOnMode returns the SignOnMode field if non-nil, zero value otherwise.

GetSignOnModeOk

func (o *OINApplicationSettingsSignOn) GetSignOnModeOk() (*string, bool)

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

SetSignOnMode

func (o *OINApplicationSettingsSignOn) SetSignOnMode(v string)

SetSignOnMode sets SignOnMode field to given value.

HasSignOnMode

func (o *OINApplicationSettingsSignOn) HasSignOnMode() bool

HasSignOnMode returns a boolean if a field has been set.

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