Amazon Signer · Schema

RemoveProfilePermissionResponse

RemoveProfilePermissionResponse schema from AWS Signer API

Code SigningIoTLambdaSecurity

Properties

Name Type Description
revisionId object
View JSON Schema on GitHub

JSON Schema

amazon-signer-remove-profile-permission-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-signer/refs/heads/main/json-schema/amazon-signer-remove-profile-permission-response-schema.json",
  "title": "RemoveProfilePermissionResponse",
  "description": "RemoveProfilePermissionResponse schema from AWS Signer API",
  "type": "object",
  "properties": {
    "revisionId": {
      "allOf": [
        {
          "type": "string"
        },
        {
          "description": "An identifier for the current revision of the profile permissions."
        }
      ]
    }
  }
}