access_decision

The action Access will take if a user matches this policy.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-access-decision-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/access_decision",
  "title": "access_decision",
  "description": "The action Access will take if a user matches this policy.",
  "enum": [
    "allow",
    "deny",
    "non_identity",
    "bypass"
  ],
  "example": "allow",
  "type": "string"
}