Microsoft Azure · JSON Structure

Azure Key Vault Certificate Operation Structure

Type: object Properties: 9
API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1

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

Properties

id issuer csr cancellation_requested status status_details error 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"
    },
    "issuer": {
      "type": "object"
    },
    "csr": {
      "type": "string"
    },
    "cancellation_requested": {
      "type": "boolean"
    },
    "status": {
      "type": "string"
    },
    "status_details": {
      "type": "string"
    },
    "error": {
      "type": "object"
    },
    "target": {
      "type": "string"
    },
    "request_id": {
      "type": "string"
    }
  }
}