Amazon Signer · JSON Structure

Amazon Signer Remove Profile Permission Response Structure

RemoveProfilePermissionResponse schema from AWS Signer API

Type: object Properties: 1
Code SigningIoTLambdaSecurity

RemoveProfilePermissionResponse 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

revisionId

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-remove-profile-permission-response-structure.json",
  "name": "RemoveProfilePermissionResponse",
  "description": "RemoveProfilePermissionResponse schema from AWS Signer API",
  "properties": {
    "revisionId": {
      "allOf": [
        {
          "type": "string"
        },
        {
          "description": "An identifier for the current revision of the profile permissions."
        }
      ]
    }
  }
}