Amazon Signer · Example Payload

Amazon Signer Signing Job Revocation Record Example

Code SigningIoTLambdaSecurity

Amazon Signer Signing Job Revocation Record Example is an example object payload from Amazon Signer, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

reasonrevokedAtrevokedBy

Example Payload

Raw ↑
{
  "reason": "example-value",
  "revokedAt": "example-value",
  "revokedBy": "example-value"
}