Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 4.8 KB

PasswordPolicyPasswordSettingsLockout.md

File metadata and controls

134 lines (73 loc) · 4.8 KB

PasswordPolicyPasswordSettingsLockout

Properties

Name Type Description Notes
AutoUnlockMinutes Pointer to int32 [optional]
MaxAttempts Pointer to int32 [optional]
ShowLockoutFailures Pointer to bool [optional]
UserLockoutNotificationChannels Pointer to []string [optional]

Methods

NewPasswordPolicyPasswordSettingsLockout

func NewPasswordPolicyPasswordSettingsLockout() *PasswordPolicyPasswordSettingsLockout

NewPasswordPolicyPasswordSettingsLockout instantiates a new PasswordPolicyPasswordSettingsLockout 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

NewPasswordPolicyPasswordSettingsLockoutWithDefaults

func NewPasswordPolicyPasswordSettingsLockoutWithDefaults() *PasswordPolicyPasswordSettingsLockout

NewPasswordPolicyPasswordSettingsLockoutWithDefaults instantiates a new PasswordPolicyPasswordSettingsLockout 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

GetAutoUnlockMinutes

func (o *PasswordPolicyPasswordSettingsLockout) GetAutoUnlockMinutes() int32

GetAutoUnlockMinutes returns the AutoUnlockMinutes field if non-nil, zero value otherwise.

GetAutoUnlockMinutesOk

func (o *PasswordPolicyPasswordSettingsLockout) GetAutoUnlockMinutesOk() (*int32, bool)

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

SetAutoUnlockMinutes

func (o *PasswordPolicyPasswordSettingsLockout) SetAutoUnlockMinutes(v int32)

SetAutoUnlockMinutes sets AutoUnlockMinutes field to given value.

HasAutoUnlockMinutes

func (o *PasswordPolicyPasswordSettingsLockout) HasAutoUnlockMinutes() bool

HasAutoUnlockMinutes returns a boolean if a field has been set.

GetMaxAttempts

func (o *PasswordPolicyPasswordSettingsLockout) GetMaxAttempts() int32

GetMaxAttempts returns the MaxAttempts field if non-nil, zero value otherwise.

GetMaxAttemptsOk

func (o *PasswordPolicyPasswordSettingsLockout) GetMaxAttemptsOk() (*int32, bool)

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

SetMaxAttempts

func (o *PasswordPolicyPasswordSettingsLockout) SetMaxAttempts(v int32)

SetMaxAttempts sets MaxAttempts field to given value.

HasMaxAttempts

func (o *PasswordPolicyPasswordSettingsLockout) HasMaxAttempts() bool

HasMaxAttempts returns a boolean if a field has been set.

GetShowLockoutFailures

func (o *PasswordPolicyPasswordSettingsLockout) GetShowLockoutFailures() bool

GetShowLockoutFailures returns the ShowLockoutFailures field if non-nil, zero value otherwise.

GetShowLockoutFailuresOk

func (o *PasswordPolicyPasswordSettingsLockout) GetShowLockoutFailuresOk() (*bool, bool)

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

SetShowLockoutFailures

func (o *PasswordPolicyPasswordSettingsLockout) SetShowLockoutFailures(v bool)

SetShowLockoutFailures sets ShowLockoutFailures field to given value.

HasShowLockoutFailures

func (o *PasswordPolicyPasswordSettingsLockout) HasShowLockoutFailures() bool

HasShowLockoutFailures returns a boolean if a field has been set.

GetUserLockoutNotificationChannels

func (o *PasswordPolicyPasswordSettingsLockout) GetUserLockoutNotificationChannels() []string

GetUserLockoutNotificationChannels returns the UserLockoutNotificationChannels field if non-nil, zero value otherwise.

GetUserLockoutNotificationChannelsOk

func (o *PasswordPolicyPasswordSettingsLockout) GetUserLockoutNotificationChannelsOk() (*[]string, bool)

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

SetUserLockoutNotificationChannels

func (o *PasswordPolicyPasswordSettingsLockout) SetUserLockoutNotificationChannels(v []string)

SetUserLockoutNotificationChannels sets UserLockoutNotificationChannels field to given value.

HasUserLockoutNotificationChannels

func (o *PasswordPolicyPasswordSettingsLockout) HasUserLockoutNotificationChannels() bool

HasUserLockoutNotificationChannels returns a boolean if a field has been set.

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