RuleLockConfigurationUnlockDelayArgs

data class RuleLockConfigurationUnlockDelayArgs(val unlockDelayUnit: Output<String>, val unlockDelayValue: Output<Int>) : ConvertibleToJava<RuleLockConfigurationUnlockDelayArgs>

Constructors

Link copied to clipboard
constructor(unlockDelayUnit: Output<String>, unlockDelayValue: Output<Int>)

Properties

Link copied to clipboard
val unlockDelayUnit: Output<String>

The unit of time in which to measure the unlock delay. Currently, the unlock delay can be measure only in days.

Link copied to clipboard
val unlockDelayValue: Output<Int>

The unlock delay period, measured in the unit specified for UnlockDelayUnit.

Functions

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