OBJECT
ObjectTypeAccessSummary
Description
Object type access summary.
link GraphQL Schema definition
- type ObjectTypeAccessSummary {
- # Store the account id here in case the grouping is based on the account.
- : String!
- # Store the account name here in case the grouping is based on the account.
- : String!
- # Change in sensitive hits for the time period.
- : Long!
- # Object type.
- : DataGovObjectType!
- # Store the platform to determine the icon when the grouping is
- # account-based.
- : Platform!
- # Policy summaries.
- : [PolicySummaryDetails!]!
- # Total number of sensitive hits.
- : Long!
- }
link Require by
- ObjectTypeAccessSummaryConnectionPaginated list of ObjectTypeAccessSummary objects. Each page of the results includes at most 1000 entries. Query the `pageInfo.hasNextPage` field to know whether all objects were returned.
- ObjectTypeAccessSummaryEdgeWrapper around the ObjectTypeAccessSummary object. This wrapper is used for pagination.