AuditLog.Read.All
, Directory.Read.All
.Parameter | Description |
---|---|
Filter | Specify a query to filter the results. For example: activityDisplayName eq 'GroupLifecyclePolicies_Get' .For more information, please visit Microsoft’s documentation. |
Limit | Set the page size of the returned results. |
Order By | Define the attribute to sort the returned items by, along with the sort direction (asc/desc). For example: activityDateTime asc . |
Skip Token | A cursor for the next page of results. This value can be obtained from a previous response, in the @odata.nextLink field.Important: You must use the same parameter values in the next request as in the previous one when using a skip token. For more information, please visit Microsoft’s documentation. |