sym.sdk.user.UserRole¶
- class sym.sdk.user.UserRole(value)¶
-
UserRoles represent very basic permission sets for users in the Sym platform.
UserRoles are defined in descending order of permissions. Each role should include all permissions of the roles below it.
Attributes
Admins are allowed to do anything.
Members can run Flows and interact with requests.
Guests can approve/deny/revoke requests, if the Flow is configured to allow guest interactions
- ADMIN = 'admin'¶
Admins are allowed to do anything. (e.g. Use symflow CLI, run Flows, apply Terraform)
- GUEST = 'guest'¶
Guests can approve/deny/revoke requests, if the Flow is configured to allow guest interactions
- MEMBER = 'member'¶
Members can run Flows and interact with requests.