Azure Key Vault · Schema

SecretProperties

Properties of the secret backing a certificate.

CertificatesCloud SecurityCryptographyKey ManagementSecrets ManagementSecurity

Properties

Name Type Description
contentType string The media type (MIME type).
View JSON Schema on GitHub

JSON Schema

azure-key-vault-data-plane-secret-properties-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "SecretProperties",
  "type": "object",
  "description": "Properties of the secret backing a certificate.",
  "properties": {
    "contentType": {
      "type": "string",
      "description": "The media type (MIME type)."
    }
  }
}