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

ListEnvironmentsResponse

    Response containing a list of environments for an organization.

    Properties

    • environments array[OrgEnvironment] required
      The list of environments
    • id string required
      The unique identifier of the environment.
    • organization string required
      The login name of the organization that owns this environment.
    • project string optional
      The project name that contains this environment, if project-scoped.
    • name string required
      The name of the environment.
    • created string required
      The ISO 8601 timestamp when the environment was created.
    • modified string required
      The ISO 8601 timestamp when the environment was last modified.
    • ownedBy UserInfo required
      The user with ownership of this environment
    • tags map[string]string required
      User-defined key-value tags associated with the environment for organization and filtering.
    • deletedAt string optional
      The ISO 8601 timestamp when the environment was soft-deleted, or null if not deleted.
    • links EnvironmentLinks optional
      Hypermedia links related to the environment.
    • referrerMetadata EnvironmentReferrerMetadata required
      Metadata about what refers to this environment.
    • settings EnvironmentSettings required
      Configuration settings for the environment, such as deletion protection.
    • nextToken string optional
      Token for fetching the next page of results