UpdateTeamStackPermissionsRequest
UpdateTeamStackPermissionsRequest modifies the relationship between a stack and a team. (The stack-centric version of UpdateTeamRequest.)
Properties
permissionsenum optionalPermissions the permissions that team membership grants to the stack. Will overwrite any existing permissions the team grants to the stack. A nil value, or a permission of “none”, will remove the stack from the team.Values:0— None- StackPermissionNone provides no access.
101— Read- StackPermissionRead provides read-only access, including the ability to decrypt encrypted configuration secrets stored in the service.
102— Write- StackPermissionWrite provides read/write access to a stack.
103— Admin- StackPermissionAdmin provides admin-level access to the stack. For example,
being able to run
pulumi destroyor delete the stack. 104— Creator- StackPermissionCreator identifies the user who created the stack. It confers the same access as StackPermissionAdmin.