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.