Skip to main content
Pulumi logo Pulumi logo
  1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. PulumiGitHubOrganization

PulumiGitHubOrganization

    PulumiGitHubOrganization is a union of a GitHub organization with any Pulumi-specific data.

    Properties

    • organization UserInfo required
      Organization data from GitHub.
    • name string required
      The user’s display name.
    • githubLogin string required
      The user’s login name.
    • avatarUrl string required
      The URL of the user’s avatar image.
    • email string optional
      The user’s email address. It is only populated on selected endpoints and is omitted from most responses. Treat it as sensitive information.
    • vcsKind enum required
      The identity provider associated with this GitHub organization.
      Values:
      dev.azure.com — AzureDevOps
      bitbucket.org — Bitbucket
      github.com — GitHub
      gitlab.com — GitLab
      google.com — Google
      Pulumi — Pulumi
      SAML — SAML
    • knownToPulumi boolean required
      KnownToPulumi is true if there is a Pulumi organization backed by the GitHub organization.

      The infrastructure as code platform for any cloud.