RealmSecurityDefensesBruteForceDetectionArgs

data class RealmSecurityDefensesBruteForceDetectionArgs(val failureResetTimeSeconds: Output<Int>? = null, val maxFailureWaitSeconds: Output<Int>? = null, val maxLoginFailures: Output<Int>? = null, val minimumQuickLoginWaitSeconds: Output<Int>? = null, val permanentLockout: Output<Boolean>? = null, val quickLoginCheckMilliSeconds: Output<Int>? = null, val waitIncrementSeconds: Output<Int>? = null) : ConvertibleToJava<RealmSecurityDefensesBruteForceDetectionArgs>

Constructors

constructor(failureResetTimeSeconds: Output<Int>? = null, maxFailureWaitSeconds: Output<Int>? = null, maxLoginFailures: Output<Int>? = null, minimumQuickLoginWaitSeconds: Output<Int>? = null, permanentLockout: Output<Boolean>? = null, quickLoginCheckMilliSeconds: Output<Int>? = null, waitIncrementSeconds: Output<Int>? = null)

Properties

Link copied to clipboard
val failureResetTimeSeconds: Output<Int>? = null
Link copied to clipboard
val maxFailureWaitSeconds: Output<Int>? = null
Link copied to clipboard
val maxLoginFailures: Output<Int>? = null
Link copied to clipboard
val minimumQuickLoginWaitSeconds: Output<Int>? = null
Link copied to clipboard
val permanentLockout: Output<Boolean>? = null
Link copied to clipboard
val quickLoginCheckMilliSeconds: Output<Int>? = null
Link copied to clipboard
val waitIncrementSeconds: Output<Int>? = null

Functions

Link copied to clipboard
open override fun toJava(): RealmSecurityDefensesBruteForceDetectionArgs