ObjectTypeAccessSummary
Object type access summary.
Fields
| Field | Type | Description |
|---|---|---|
| accountId | String! | Store the account id here in case the grouping is based on the account. |
| accountName | String! | Store the account name here in case the grouping is based on the account. |
| deltaHits | Long! | Change in sensitive hits for the time period. |
| objectType | DataGovObjectType! | Object type. |
| platform | Platform! | Store the platform to determine the icon when the grouping is account-based. |
| policySummaryDetails | [PolicySummaryDetails!]! | Policy summaries. |
| totalHits | Long! | Total number of sensitive hits. |
Used By
Queries
- query: objectTypeAccessSummary (via connection)