UpdateTeamRequest
UpdateTeamRequest modifies a team.
Properties
newDisplayNamestring optionalThe new display name for the team.newDescriptionstring optionalThe new description for the team.memberActionenum optionalMemberAction is the action to perform.Values:add,remove,promote,demotememberstring optionalMember to be added or removed based on MemberAction.- A stack permission to add to the team.
- ↳
projectNamestring requiredThe project containing the stack. - ↳
stackNamestring requiredThe stack within the project. - ↳
permissionenum requiredThe permission level the team has on this stack (e.g., read, write, admin).Values:0,101,102,103,104 - ↳
permissionSetNamestring optionalDisplay name of the permission set for this stack, when available. Enables read-only entity access UI without requiring RoleRead. - A stack permission to edit on the team.
- ↳
projectNamestring requiredThe project containing the stack. - ↳
stackNamestring requiredThe stack within the project. - ↳
permissionenum requiredThe permission level the team has on this stack (e.g., read, write, admin).Values:0,101,102,103,104 - ↳
permissionSetNamestring optionalDisplay name of the permission set for this stack, when available. Enables read-only entity access UI without requiring RoleRead. - A stack to remove from the team.
- ↳
projectNamestring requiredThe name of the project containing the stack. - ↳
stackNamestring requiredThe name of the stack to remove. - An environment permission to add to the team.
- ↳
projectNamestring requiredThe project containing the environment. - ↳
envNamestring requiredThe environment within the project. - ↳
permissionenum requiredThe permission level the team has on this environment.Values:none,read,open,write,admin - ↳
maxOpenDurationstring 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. - An environment permission to edit on the team.
- ↳
projectNamestring requiredThe project containing the environment. - ↳
envNamestring requiredThe environment within the project. - ↳
permissionenum requiredThe permission level the team has on this environment.Values:none,read,open,write,admin - ↳
maxOpenDurationstring 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. - An environment to remove from the team.
- ↳
projectNamestring requiredThe name of the project containing the environment. - ↳
envNamestring requiredThe name of the environment to remove.
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.