Azure Key Vault · Schema

JsonWebKeyCurveName

Elliptic curve name.

CertificatesCloud SecurityCryptographyKey ManagementSecrets ManagementSecurity
View JSON Schema on GitHub

JSON Schema

microsoft-azure-key-vault-jsonwebkeycurvename-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/JsonWebKeyCurveName",
  "title": "JsonWebKeyCurveName",
  "type": "string",
  "description": "Elliptic curve name.",
  "enum": [
    "P-256",
    "P-384",
    "P-521",
    "P-256K"
  ]
}