Github organization

Matches a Github organization. Requires a Github identity provider.

APIs.ioEngineeringPlatform

Properties

Name Type Description
github-organization object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-access-github-organization-rule-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/access_github_organization_rule",
  "title": "Github organization",
  "description": "Matches a Github organization.\nRequires a Github identity provider.",
  "properties": {
    "github-organization": {
      "properties": {
        "identity_provider_id": {
          "description": "The ID of your Github identity provider.",
          "example": "ea85612a-29c8-46c2-bacb-669d65136971",
          "type": "string"
        },
        "name": {
          "description": "The name of the organization.",
          "example": "cloudflare",
          "type": "string"
        }
      },
      "required": [
        "name",
        "identity_provider_id"
      ],
      "type": "object"
    }
  },
  "required": [
    "github-organization"
  ],
  "type": "object"
}