Key Attributes Args
data class KeyAttributesArgs(val enabled: Output<Boolean>? = null, val expires: Output<Double>? = null, val notBefore: Output<Double>? = null) : ConvertibleToJava<KeyAttributesArgs>
The attributes of the key.
Constructors
Link copied to clipboard
fun KeyAttributesArgs(enabled: Output<Boolean>? = null, expires: Output<Double>? = null, notBefore: Output<Double>? = null)