XData.Security.Attributes Namespace
Enumerations
| Name | Description |
|---|---|
| TEntitySetPermission | Identifies one operation that can be allowed on an entity set. |
Constants
| Name | Description |
|---|---|
| EntitySetPermissionsAll | Permission set granting all operations on an entity set. |
| EntitySetPermissions​None | Empty permission set: no automatic CRUD endpoint is published. |
| EntitySetPermissions​Read | Permission set granting only the read operations, List and Get. |
| EntitySetPermissions​Write | Permission set granting only the write operations, Insert, Modify and Delete. |