Barndoor · Example Payload

Barndoor Policy Detail Example

example

example

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

Top-level fields

idorganization_idnamestatussupport_contactdescriptionmcp_server_idapplication_idstagsrulescreated_atupdated_atcreated_by_user_idupdated_by_user_id

Example Payload

Raw ↑
{
  "id": "00000000-0000-0000-0000-000000000000",
  "organization_id": "example",
  "name": "example",
  "status": "example",
  "support_contact": "example",
  "description": "example",
  "mcp_server_id": "example",
  "application_ids": [
    "example"
  ],
  "tags": [
    "example"
  ],
  "rules": [
    {
      "name": null,
      "authorized": null,
      "actions": [
        null
      ],
      "roles_groups": [
        null
      ],
      "condition": null
    }
  ],
  "created_at": "2026-05-15T12:00:00Z",
  "updated_at": "2026-05-15T12:00:00Z",
  "created_by_user_id": "example",
  "updated_by_user_id": "example"
}