wallaroo.user_type


class UserType(builtins.str, enum.Enum):

Represents a workspace user's role.

OWNER = <UserType.OWNER: 'owner'>
COLLABORATOR = <UserType.COLLABORATOR: 'collaborator'>
@staticmethod
def from_str(label: str):

Creates a UserType from a str