Class GetRealmSecurityDefenseBruteForceDetectionArgs
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: Pulumi.Keycloak.Inputs
Assembly: Pulumi.Keycloak.dll
Syntax
public sealed class GetRealmSecurityDefenseBruteForceDetectionArgs : InvokeArgs
Constructors
View SourceGetRealmSecurityDefenseBruteForceDetectionArgs()
Declaration
public GetRealmSecurityDefenseBruteForceDetectionArgs()
Properties
View SourceFailureResetTimeSeconds
Declaration
public int FailureResetTimeSeconds { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
MaxFailureWaitSeconds
Declaration
public int MaxFailureWaitSeconds { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
MaxLoginFailures
Declaration
public int MaxLoginFailures { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
MinimumQuickLoginWaitSeconds
Declaration
public int MinimumQuickLoginWaitSeconds { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
PermanentLockout
Declaration
public bool PermanentLockout { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
QuickLoginCheckMilliSeconds
Declaration
public int QuickLoginCheckMilliSeconds { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
WaitIncrementSeconds
Declaration
public int WaitIncrementSeconds { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |