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

ListStackCollaboratorsResponse

    ListStackCollaboratorsResponse is the response when querying a stack’s collaborators.

    Properties

    • users array[UserPermission] required
      Other users explicitly added as collaborators on this stack. (Those inheriting permissions from the org aren’t included.)
    • user UserInfo required
      The user who has been granted access to the stack.
    • permission enum required
      The permission level the user has on the stack (e.g., read, write, admin).
      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.
    • stackCreatorUserName string optional
      StackCreatorUserName is the user name of the stack creator. If stack creator’s permissions have been removed then this will be null and will be omitted from the json response.

      The infrastructure as code platform for any cloud.