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
      IMPORTANT: The email address of the user is only included on a few admin-only APIs. For nearly all APIs that return a UserInfo object, this will not be provided. considered sensitive information.
    • vcsKind enum required
      The identity provider associated with this GitHub organization.
      Values: dev.azure.com, bitbucket.org, github.com, gitlab.com, google.com, Pulumi, SAML
    • knownToPulumi boolean required
      KnownToPulumi is true if there is a Pulumi organization backed by the GitHub organization.