EnvironmentMetadata
EnvironmentMetadata contains read-only metadata about a Pulumi environment.
Properties
idstring requiredEnvironment metadata follows other Pulumi Cloud “Metadata” fields and contains read-only information about the environment- The user with ownership of this environment
- ↳
namestring requiredThe user’s display name. - ↳
githubLoginstring requiredThe user’s login name. - ↳
avatarUrlstring requiredThe URL of the user’s avatar image. - ↳
emailstring optionalThe user’s email address. It is only populated on selected endpoints and is omitted from most responses. Treat it as sensitive information. - ActiveChangeRequest contains information about any active change request for this environment. Will be nil if there is no active change request.
- ↳
changeRequestIdstring optionalThe change request identifier - ↳
latestRevisionNumberinteger optionalThe latest revision number gatedActionsarray[string] optionalGatedActions indicates which actions on this environment require change request approval.openRequestNeededboolean optionalOpenRequestNeeded indicates whether an open request is currently needed in order to open the environment.