Barndoor · Example Payload

Barndoor Policy Rule Example

AI AgentsAI GovernanceAgentic AIMCPModel Context ProtocolPolicy EnforcementOAuthIdentitySecurityAuditControl Plane

Barndoor Policy Rule Example is an example object payload from Barndoor, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

nameauthorizedactionsroles_groupscondition

Example Payload

Raw ↑
{
  "name": "example",
  "authorized": true,
  "actions": [
    "example"
  ],
  "roles_groups": [
    "example"
  ],
  "condition": {
    "match": null
  }
}