Amazon Signer · JSON Structure

Amazon Signer Get Revocation Status Response Structure

GetRevocationStatusResponse schema from AWS Signer API

Type: object Properties: 1
Code SigningIoTLambdaSecurity

GetRevocationStatusResponse is a JSON Structure definition published by Amazon Signer, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

revokedEntities

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-signer/refs/heads/main/json-structure/amazon-signer-get-revocation-status-response-structure.json",
  "name": "GetRevocationStatusResponse",
  "description": "GetRevocationStatusResponse schema from AWS Signer API",
  "properties": {
    "revokedEntities": {
      "allOf": [
        {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/String"
          }
        },
        {
          "description": "A list of revoked entities (including one or more of the signing profile ARN, signing job ID, and certificate hash) supplied as input to the API."
        }
      ]
    }
  }
}