PlanUserPermissions enum

Flag for permissions a user can have for this plan.

Fields

None = 0

None

View = 1

Permission to view this plan.

Edit = 2

Permission to update this plan.

Delete = 4

Permission to delete this plan.

Manage = 8

Permission to manage this plan.

AllPermissions = 15

Full control permission for this plan.