Azure Key Vault · Example Payload

Azure Key Vault Data Plane Certificate Attributes Example

CertificatesCloud SecurityCryptographyKey ManagementSecrets ManagementSecurity

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

Top-level fields

enablednbfexpcreatedupdatedrecoverableDays

Example Payload

Raw ↑
{
  "enabled": true,
  "nbf": 10,
  "exp": 10,
  "created": 10,
  "updated": 10,
  "recoverableDays": 10
}