Share feedback
Answers are generated based on the documentation.

Experimental

Schema

ExactPolicyOrigin

Type: string

ExactPolicyOrigin separates governance from attached and runtime-owned permissions.

Values: unspecified organization owner attached kit gateway default

All schema constraints and annotations
{
  "description": "ExactPolicyOrigin separates governance from attached and runtime-owned permissions.\n\nValues:\nunspecified\norganization\nowner\nattached\nkit\ngateway\ndefault",
  "enum": [
    "unspecified",
    "organization",
    "owner",
    "attached",
    "kit",
    "gateway",
    "default"
  ],
  "title": "ExactPolicyOrigin",
  "type": "string"
}