Show / Hide Table of Contents

Class GetRealmSecurityDefenseBruteForceDetectionArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetRealmSecurityDefenseBruteForceDetectionArgs
Inherited Members
InvokeArgs.Empty
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 Source

GetRealmSecurityDefenseBruteForceDetectionArgs()

Declaration
public GetRealmSecurityDefenseBruteForceDetectionArgs()

Properties

View Source

FailureResetTimeSeconds

Declaration
public int FailureResetTimeSeconds { get; set; }
Property Value
Type Description
System.Int32
View Source

MaxFailureWaitSeconds

Declaration
public int MaxFailureWaitSeconds { get; set; }
Property Value
Type Description
System.Int32
View Source

MaxLoginFailures

Declaration
public int MaxLoginFailures { get; set; }
Property Value
Type Description
System.Int32
View Source

MinimumQuickLoginWaitSeconds

Declaration
public int MinimumQuickLoginWaitSeconds { get; set; }
Property Value
Type Description
System.Int32
View Source

PermanentLockout

Declaration
public bool PermanentLockout { get; set; }
Property Value
Type Description
System.Boolean
View Source

QuickLoginCheckMilliSeconds

Declaration
public int QuickLoginCheckMilliSeconds { get; set; }
Property Value
Type Description
System.Int32
View Source

WaitIncrementSeconds

Declaration
public int WaitIncrementSeconds { get; set; }
Property Value
Type Description
System.Int32
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.