Azure Key Vault · Schema

KeyAttributes

The attributes of a key managed by the key vault service.

CertificatesCloud SecurityCryptographyKey ManagementSecrets ManagementSecurity

Properties

Name Type Description
enabled boolean Determines whether the object is enabled.
nbf integer Not before date in UTC.
exp integer Expiry date in UTC.
created integer Creation time in UTC.
updated integer Last updated time in UTC.
recoverableDays integer softDelete data retention days. Value should be >=7 and <=90 when softDelete enabled, otherwise 0.
exportable boolean Indicates if the private key can be exported.
hsmPlatform string The underlying HSM Platform.
View JSON Schema on GitHub