Authentication Status:

Search Policies

Policy Number
Order By
Order Direction
Select Properties

If you want to select only a part of the available results (for example for implementing a paging functionality) you can use $skip (skip first n entities) & $top (take n entities).
You should use this two options always together.

$skip (number)
$top (number)