Class RealmSecurityDefensesBruteForceDetectionArgs
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 RealmSecurityDefensesBruteForceDetectionArgs : ResourceArgs
Constructors
View SourceRealmSecurityDefensesBruteForceDetectionArgs()
Declaration
public RealmSecurityDefensesBruteForceDetectionArgs()
Properties
View SourceFailureResetTimeSeconds
Declaration
public Input<int> FailureResetTimeSeconds { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
MaxFailureWaitSeconds
Declaration
public Input<int> MaxFailureWaitSeconds { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
MaxLoginFailures
Declaration
public Input<int> MaxLoginFailures { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
MinimumQuickLoginWaitSeconds
Declaration
public Input<int> MinimumQuickLoginWaitSeconds { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
PermanentLockout
Declaration
public Input<bool> PermanentLockout { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
QuickLoginCheckMilliSeconds
Declaration
public Input<int> QuickLoginCheckMilliSeconds { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
WaitIncrementSeconds
Declaration
public Input<int> WaitIncrementSeconds { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |