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

EnvironmentMetadata

    EnvironmentMetadata contains read-only metadata about a Pulumi environment.

    Properties

    • id string required
      Environment metadata follows other Pulumi Cloud “Metadata” fields and contains read-only information about the environment
    • ownedBy UserInfo required
      The user with ownership of this environment
    • 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.
    • activeChangeRequest ChangeRequestRef optional
      ActiveChangeRequest contains information about any active change request for this environment. Will be nil if there is no active change request.
    • changeRequestId string optional
      The change request identifier
    • latestRevisionNumber integer optional
      The latest revision number
    • gatedActions array[string] optional
      GatedActions indicates which actions on this environment require change request approval.
    • openRequestNeeded boolean optional
      OpenRequestNeeded indicates whether an open request is currently needed in order to open the environment.