Azure Key Vault · Schema

KeyVerifyResult

The key verify result.

CertificatesCloud SecurityCryptographyKey ManagementSecrets ManagementSecurity

Properties

Name Type Description
value boolean True if the signature is verified, otherwise false.
View JSON Schema on GitHub

JSON Schema

azure-key-vault-data-plane-key-verify-result-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "KeyVerifyResult",
  "type": "object",
  "description": "The key verify result.",
  "properties": {
    "value": {
      "type": "boolean",
      "description": "True if the signature is verified, otherwise false."
    }
  }
}