Class PasswordPolicyPasswordSettingsLockout
Represents a resource in the Okta API.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Okta.Sdk
Assembly: Okta.Sdk.dll
Syntax
public sealed class PasswordPolicyPasswordSettingsLockout : Resource, IPasswordPolicyPasswordSettingsLockout, IResource
Properties
AutoUnlockMinutes
Declaration
public int? AutoUnlockMinutes { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
MaxAttempts
Declaration
public int? MaxAttempts { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
ShowLockoutFailures
Declaration
public bool? ShowLockoutFailures { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
UserLockoutNotificationChannels
Declaration
public IList<string> UserLockoutNotificationChannels { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.String> |