allowed-actions

The permissions policy that controls the actions that are allowed to run.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-allowed-actions-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/allowed-actions",
  "title": "allowed-actions",
  "type": "string",
  "description": "The permissions policy that controls the actions that are allowed to run.",
  "enum": [
    "all",
    "local_only",
    "selected"
  ]
}