ListStackCollaboratorsResponse
ListStackCollaboratorsResponse is the response when querying a stack’s collaborators.
Properties
- Other users explicitly added as collaborators on this stack. (Those inheriting permissions from the org aren’t included.)
- The user who has been granted access to the stack.
- ↳
permissionenum requiredThe 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 destroyor delete the stack. 104— Creator- StackPermissionCreator identifies the user who created the stack. It confers the same access as StackPermissionAdmin.
stackCreatorUserNamestring optionalStackCreatorUserName 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.