page-shield_policy-action

The action to take if the expression matches

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-page-shield-policy-action-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/page-shield_policy-action",
  "title": "page-shield_policy-action",
  "description": "The action to take if the expression matches",
  "enum": [
    "allow",
    "log"
  ],
  "example": "allow",
  "type": "string"
}