Class Policies
Defines authorization policies for every entity
public static class Policies
- Inheritance
-
Policies
- Inherited Members
Remarks
Queries
- Assert = HEAD: Check for the existence of a single item
- Retrieve = GET: Retrieve a single item
- Collect = GET or POST: Retrieve multiple items that match criteria (paging enabled)
- Count = GET or POST: Count the number of items that match criteria
- Download = GET or POST: Retrieve multiple items that match criteria (paging disabled)
- Search = GET or POST: Find multiple items that match criteria (paging enabled)
Commands
- Create = POST: Insert a single item
- Delete = DELETE: Delete a single item
- Modify = PUT: Update a single item