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

Organization

    Organization represents a Pulumi organization.

    Properties

    • githubLogin string required
      The GitHub login associated with the organization.
    • name string required
      The name of the organization.
    • avatarUrl string required
      The URL of the organization’s avatar image.
    • repos array[PulumiRepository] required
      The repositories belonging to the organization.
    • orgName string required
      The name of the organization that owns this repository.
    • name string required
      The name of the repository.
    • vcsInfo VCSInfo optional
      Version control system information for the repository.
    • projects array[PulumiProject] required
      The projects within this repository.