iam_access

Allow or deny operations against the resources.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-iam-access-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/iam_access",
  "title": "iam_access",
  "description": "Allow or deny operations against the resources.",
  "enum": [
    "allow",
    "deny"
  ],
  "example": "allow",
  "type": "string"
}