AddLayerVersionPermissionResponse

APIs.ioEngineeringPlatform

Properties

Name Type Description
Statement object
RevisionId object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-addlayerversionpermissionresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AddLayerVersionPermissionResponse",
  "title": "AddLayerVersionPermissionResponse",
  "type": "object",
  "properties": {
    "Statement": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "The permission statement."
        }
      ]
    },
    "RevisionId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "A unique identifier for the current revision of the policy."
        }
      ]
    }
  }
}