Azure Key Vault · Example Payload

Azure Key Vault Data Plane Key Attributes Example

CertificatesCloud SecurityCryptographyKey ManagementSecrets ManagementSecurity

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

Top-level fields

enablednbfexpcreatedupdatedrecoverableDaysexportablehsmPlatform

Example Payload

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