Skip to main content
Pulumi logo Pulumi logo
  1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. StackTeam

StackTeam

    StackTeam is a team that has access to a particular stack.

    Properties

    • name string required
      The unique name of the team.
    • displayName string required
      The display name of the team.
    • description string required
      A description of the team.
    • permission enum required
      The permission level this team has on the stack.
      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 destroy or delete the stack.
      104 — Creator
      StackPermissionCreator identifies the user who created the stack. It confers the same access as StackPermissionAdmin.
    • isMember boolean required
      IsMember is true if the requesting user is a member of the team.

      The infrastructure as code platform for any cloud.