Describes the write permissions levels that a user has for a specific feature
| Field | Type | Required | Description |
|---|---|---|---|
scope_type |
Optional[models.ScopeType] | ➖ | Describes the scope for a ReadPermission, WritePermission, or GrantPermission object |
create |
Optional[bool] | ➖ | True if user has create permission for this feature and scope |
update |
Optional[bool] | ➖ | True if user has update permission for this feature and scope |
delete |
Optional[bool] | ➖ | True if user has delete permission for this feature and scope |