Azure Key Vault · Schema

JsonWebKeyOperation

JSON web key operations.

CertificatesCloud SecurityCryptographyKey ManagementSecrets ManagementSecurity
View JSON Schema on GitHub

JSON Schema

microsoft-azure-key-vault-jsonwebkeyoperation-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/JsonWebKeyOperation",
  "title": "JsonWebKeyOperation",
  "type": "string",
  "description": "JSON web key operations.",
  "enum": [
    "encrypt",
    "decrypt",
    "sign",
    "verify",
    "wrapKey",
    "unwrapKey",
    "import",
    "export"
  ]
}