Key Rotation Policy Args
data class KeyRotationPolicyArgs(val automatic: Output<KeyRotationPolicyAutomaticArgs>? = null, val expireAfter: Output<String>? = null, val notifyBeforeExpiry: Output<String>? = null) : ConvertibleToJava<KeyRotationPolicyArgs>
Constructors
Link copied to clipboard
fun KeyRotationPolicyArgs(automatic: Output<KeyRotationPolicyAutomaticArgs>? = null, expireAfter: Output<String>? = null, notifyBeforeExpiry: Output<String>? = null)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
Expire a Key Vault Key after given duration as an ISO 8601 duration.
Link copied to clipboard
Notify at a given duration before expiry as an ISO 8601 duration. Default is P30D
.