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

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