Share feedback
Answers are generated based on the documentation.

Schema

Scope

Type: object

Restricts the policy to specific teams. An empty or absent list means the policy applies org-wide.
teams

Type: array

Team IDs the policy applies to. Each must be a valid team in the organization.
Array item

Type: string

All schema constraints and annotations
{
  "type": "string"
}
All schema constraints and annotations
{
  "description": "Team IDs the policy applies to. Each must be a valid team in the organization.",
  "examples": [
    [
      "d290f1ee-6c54-4b01-90e6-d701748f0851"
    ]
  ],
  "items": {
    "type": "string"
  },
  "type": "array"
}
All schema constraints and annotations
{
  "description": "Restricts the policy to specific teams. An empty or absent list means the policy applies org-wide.",
  "properties": {
    "teams": {
      "description": "Team IDs the policy applies to. Each must be a valid team in the organization.",
      "examples": [
        [
          "d290f1ee-6c54-4b01-90e6-d701748f0851"
        ]
      ],
      "items": {
        "type": "string"
      },
      "type": "array"
    }
  },
  "type": "object"
}