Describes the write permissions levels that a user has for a specific feature
| Field | Type | Required | Description |
|---|---|---|---|
scopeType |
Optional<ScopeType> | ➖ | Describes the scope for a ReadPermission, WritePermission, or GrantPermission object |
create |
Optional<Boolean> | ➖ | True if user has create permission for this feature and scope |
update |
Optional<Boolean> | ➖ | True if user has update permission for this feature and scope |
delete |
Optional<Boolean> | ➖ | True if user has delete permission for this feature and scope |