Microsoft Azure · Example Payload

Azure Key Vault Certificate Operation Example

API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1

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

Top-level fields

idissuercsrcancellation_requestedstatusstatus_detailserrortargetrequest_id

Example Payload

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