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 optionalThe user’s email address. It is only populated on selected endpoints and is omitted from most responses. Treat it as 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. - Deprecated. No longer populated; always returns zero counts.
- ↳
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.