Azure Key Vault · Example Payload

Azure Key Vault Data Plane Certificate Operation Example

CertificatesCloud SecurityCryptographyKey ManagementSecrets ManagementSecurity

Azure Key Vault Data Plane Certificate Operation Example is an example object payload from Azure Key Vault, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idcsrcancellation_requestedstatusstatus_detailstargetrequest_id

Example Payload

Raw ↑
{
  "id": "abc123",
  "csr": "example_value",
  "cancellation_requested": true,
  "status": "example_value",
  "status_details": "example_value",
  "target": "example_value",
  "request_id": "500123"
}