Key Attributes Args
data class KeyAttributesArgs(val enabled: Output<Boolean>? = null, val expires: Output<Double>? = null, val exportable: Output<Boolean>? = null, val notBefore: Output<Double>? = null) : ConvertibleToJava<KeyAttributesArgs>
The object attributes managed by the Azure Key Vault service.
Constructors
Link copied to clipboard
fun KeyAttributesArgs(enabled: Output<Boolean>? = null, expires: Output<Double>? = null, exportable: Output<Boolean>? = null, notBefore: Output<Double>? = null)