sidsPolicyHitsSummary
Returns the policy summary for security identifiers.
Arguments
| Argument | Type | Description |
|---|---|---|
| sids (required) | [String!]! | List of security identifiers. |
| day (required) | String! | Date in the format (YYYY-MM-DD). |
| historicalDeltaDays (required) | Int! | Number of historical days to go backward in time to calculate the delta. |
| policyId | String | Policy id. |
| objectIdsFilter | [String!] | Object IDs to filter. |
| includeWhitelistedResults | Boolean | Specifies whether whitelisted results should be included. |
| sortBy | SidPolicySummarySortBy | Field on which to perform the sorting operation. |
| platformCategoryFilter | [PlatformCategory!] | Platform category to filter. |
| sortOrder | SortOrder | Sorts the order of results. |
| shouldCalculateAggregatedDataTypeLevelResults | Boolean | Specifies whether aggregated data type level results should be calculated. |