Barndoor · Example Payload

Barndoor Validate Policy Response Example

AI AgentsAI GovernanceAgentic AIMCPModel Context ProtocolPolicy EnforcementOAuthIdentitySecurityAuditControl Plane

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

Top-level fields

name_is_uniqueno_overlap_if_activeoverlapping_policy_names

Example Payload

Raw ↑
{
  "name_is_unique": true,
  "no_overlap_if_active": true,
  "overlapping_policy_names": [
    "example"
  ]
}