SecurityAlert.Read.All
.
SecurityAlert.ReadWrite.All
.
Parameter | Description |
---|---|
Count | The $count query parameter is used to retrieve the count of the total number of items in a collection or matching an expression. For more information on using $count , refer to Microsoft Query Parameters Documentation. |
Filter | The $filter query parameter is used to retrieve a subset of a collection. For more information on using $filter , refer to Microsoft Query Parameters Documentation.The following properties are supported: * assignedTo * classification * determination * createdDateTime * lastUpdateDateTime * severity * serviceSource * status |
Skip | The $skip query parameter is used to set the number of items to skip at the start of a collection. For more information on using $skip , refer to Microsoft Query Parameters Documentation. |
Top | The $top query parameter is used to specify the number of items to be included in the result. For more information on using $top , refer to Microsoft Query Parameters Documentation. |