Azure Key Vault · JSON Structure

Azure Key Vault Data Plane Secret Attributes Structure

Type: object Properties: 6
CertificatesCloud SecurityCryptographyKey ManagementSecrets ManagementSecurity

SecretAttributes is a JSON Structure definition published by Azure Key Vault, describing 6 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

enabled nbf exp created updated recoverableDays

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "SecretAttributes",
  "type": "object",
  "properties": {
    "enabled": {
      "type": "boolean"
    },
    "nbf": {
      "type": "integer"
    },
    "exp": {
      "type": "integer"
    },
    "created": {
      "type": "integer"
    },
    "updated": {
      "type": "integer"
    },
    "recoverableDays": {
      "type": "integer"
    }
  }
}