TeamEnvironmentSettings
TeamEnvironmentSettings contains additional settings a team applies to an environment.
Properties
projectNamestring requiredThe project containing the environment.envNamestring requiredThe environment within the project.permissionenum requiredThe permission level the team has on this environment. On editEnvironmentPermission, set to “none” to remove the environment from the team. addEnvironmentPermission ignores “none” and stores nothing: adding is how a grant is created, and removeEnvironment is how one is revoked.Values:none,read,open,write,adminmaxOpenDurationstring optionalThe maximum duration an environment session can remain open, as a Go duration string (e.g. “1h30m”).permissionSetNamestring optionalDisplay name of the permission set for this environment, when available. Enables read-only entity access UI without requiring RoleRead.