TeamStackPermission
TeamStackPermission is the permission team membership grants to a stack.
Properties
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). On editStackPermission, set to “none” to remove the stack from the team. addStackPermission ignores “none” — including an omitted permission, which reads as “none” — and stores nothing: adding is how a grant is created, and removeStack is how one is revoked.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.
permissionSetNamestring optionalDisplay name of the permission set for this stack, when available. Enables read-only entity access UI without requiring RoleRead.