Azure Key Vault · JSON Structure

Azure Key Vault Data Plane Certificate Operation Structure

Type: object Properties: 7
CertificatesCloud SecurityCryptographyKey ManagementSecrets ManagementSecurity

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

Properties

id csr cancellation_requested status status_details target request_id

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CertificateOperation",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "csr": {
      "type": "string"
    },
    "cancellation_requested": {
      "type": "boolean"
    },
    "status": {
      "type": "string"
    },
    "status_details": {
      "type": "string"
    },
    "target": {
      "type": "string"
    },
    "request_id": {
      "type": "string"
    }
  }
}