OrgEnvironment
OrgEnvironment represents an environment within an organization.
Properties
idstring requiredThe unique identifier of the environment.organizationstring requiredThe login name of the organization that owns this environment.projectstring optionalThe project name that contains this environment, if project-scoped.namestring requiredThe name of the environment.createdstring requiredThe ISO 8601 timestamp when the environment was created.modifiedstring requiredThe ISO 8601 timestamp when the environment was last modified.- 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. tagsmap[string]string requiredUser-defined key-value tags associated with the environment for organization and filtering.deletedAtstring optionalThe ISO 8601 timestamp when the environment was soft-deleted, or null if not deleted.- Hypermedia links related to the environment.
- ↳
selfstring optionalThe URL for this environment resource. - Metadata about what refers to this environment.
- ↳
environmentReferrerCountinteger requiredThe number of environments that reference this environment. - ↳
stackReferrerCountinteger requiredThe number of stacks that reference this environment. - ↳
insightsAccountReferrerCountinteger requiredThe number of Insights accounts that reference this environment. - Configuration settings for the environment, such as deletion protection.
- ↳
deletionProtectedboolean requiredWhether the environment is protected from deletion.
Thank you for your feedback!
If you have a question about how to use Pulumi, reach out in Community Slack.
Open an issue on GitHub to report a problem or suggest an improvement.