1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. ListGitHubOrganizationTeamsResponse

ListGitHubOrganizationTeamsResponse

    ListGitHubOrganizationTeamsResponse is the response when the Pulumi Service proxies a request to GitHub to list all GitHub teams in a GitHub organization.

    Properties

    • teams array[GitHubTeam] required
      The list of GitHub teams in the organization
    • id integer required
      The GitHub team ID
    • name string required
      The team name
    • slug string required
      The team slug (URL-friendly name)
    • description string required
      The team description
    • knownToPulumi boolean required
      Whether the team is known to Pulumi