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 optionalIMPORTANT: 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 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.