Interface IPasswordPolicyPasswordSettingsLockout
Represents a PasswordPolicyPasswordSettingsLockout resource in the Okta API.
Assembly: Okta.Sdk.dll
Syntax
public interface IPasswordPolicyPasswordSettingsLockout : IResource
Properties
AutoUnlockMinutes
Declaration
int? AutoUnlockMinutes { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
MaxAttempts
Declaration
int? MaxAttempts { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
ShowLockoutFailures
Declaration
bool? ShowLockoutFailures { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
UserLockoutNotificationChannels
Declaration
IList<string> UserLockoutNotificationChannels { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IList<System.String> |
|