NSX-T Data Center REST API

SubjectPublicKeyHash (type)

{
  "additionalProperties": false,
  "id": "SubjectPublicKeyHash",
  "module_id": "CertificateManager",
  "properties": {
    "public_key_sha256_hashes": {
      "description": "List of SHA256 hashes of the Public Key of the revoked certificates with the specified subject.",
      "items": {
        "type": "string"
      },
      "title": "SHA256 hashes of Public Keys",
      "type": "array"
    },
    "subject": {
      "description": "Subject Distinguished Name of the revoked certificates.",
      "title": "Subject Distinguished Name (DN)",
      "type": "string"
    }
  },
  "type": "object"
}