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

TeamEnvironmentSettings

    TeamEnvironmentSettings contains additional settings a team applies to an environment.

    Properties

    • projectName string required
      The project containing the environment.
    • envName string required
      The environment within the project.
    • permission enum required
      The permission level the team has on this environment.
      Values: none, read, open, write, admin
    • maxOpenDuration string optional
      The maximum duration an environment session can remain open, as a Go duration string (e.g. “1h30m”).
    • permissionSetName string optional
      Display name of the permission set for this environment, when available. Enables read-only entity access UI without requiring RoleRead.