Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.92 KB

PasswordPolicyRecoverySettings.md

File metadata and controls

56 lines (31 loc) · 1.92 KB

PasswordPolicyRecoverySettings

Properties

Name Type Description Notes
Factors Pointer to PasswordPolicyRecoveryFactors [optional]

Methods

NewPasswordPolicyRecoverySettings

func NewPasswordPolicyRecoverySettings() *PasswordPolicyRecoverySettings

NewPasswordPolicyRecoverySettings instantiates a new PasswordPolicyRecoverySettings 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

NewPasswordPolicyRecoverySettingsWithDefaults

func NewPasswordPolicyRecoverySettingsWithDefaults() *PasswordPolicyRecoverySettings

NewPasswordPolicyRecoverySettingsWithDefaults instantiates a new PasswordPolicyRecoverySettings 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

GetFactors

func (o *PasswordPolicyRecoverySettings) GetFactors() PasswordPolicyRecoveryFactors

GetFactors returns the Factors field if non-nil, zero value otherwise.

GetFactorsOk

func (o *PasswordPolicyRecoverySettings) GetFactorsOk() (*PasswordPolicyRecoveryFactors, bool)

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

SetFactors

func (o *PasswordPolicyRecoverySettings) SetFactors(v PasswordPolicyRecoveryFactors)

SetFactors sets Factors field to given value.

HasFactors

func (o *PasswordPolicyRecoverySettings) HasFactors() bool

HasFactors returns a boolean if a field has been set.

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