Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.86 KB

MultifactorEnrollmentPolicySettings.md

File metadata and controls

82 lines (45 loc) · 2.86 KB

MultifactorEnrollmentPolicySettings

Properties

Name Type Description Notes
Authenticators Pointer to []MultifactorEnrollmentPolicyAuthenticatorSettings [optional]
Type Pointer to string [optional]

Methods

NewMultifactorEnrollmentPolicySettings

func NewMultifactorEnrollmentPolicySettings() *MultifactorEnrollmentPolicySettings

NewMultifactorEnrollmentPolicySettings instantiates a new MultifactorEnrollmentPolicySettings 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

NewMultifactorEnrollmentPolicySettingsWithDefaults

func NewMultifactorEnrollmentPolicySettingsWithDefaults() *MultifactorEnrollmentPolicySettings

NewMultifactorEnrollmentPolicySettingsWithDefaults instantiates a new MultifactorEnrollmentPolicySettings 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

GetAuthenticators

func (o *MultifactorEnrollmentPolicySettings) GetAuthenticators() []MultifactorEnrollmentPolicyAuthenticatorSettings

GetAuthenticators returns the Authenticators field if non-nil, zero value otherwise.

GetAuthenticatorsOk

func (o *MultifactorEnrollmentPolicySettings) GetAuthenticatorsOk() (*[]MultifactorEnrollmentPolicyAuthenticatorSettings, bool)

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

SetAuthenticators

func (o *MultifactorEnrollmentPolicySettings) SetAuthenticators(v []MultifactorEnrollmentPolicyAuthenticatorSettings)

SetAuthenticators sets Authenticators field to given value.

HasAuthenticators

func (o *MultifactorEnrollmentPolicySettings) HasAuthenticators() bool

HasAuthenticators returns a boolean if a field has been set.

GetType

func (o *MultifactorEnrollmentPolicySettings) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *MultifactorEnrollmentPolicySettings) GetTypeOk() (*string, bool)

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

SetType

func (o *MultifactorEnrollmentPolicySettings) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *MultifactorEnrollmentPolicySettings) HasType() bool

HasType returns a boolean if a field has been set.

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