OBJECT
ObjectTypeAccessSummary
Description
Object type access summary.
link GraphQL Schema definition
- type ObjectTypeAccessSummary {
- # Object type.
- DataGovObjectType! :
- # Total number of sensitive hits.
- Long! :
- # Change in sensitive hits for the time period.
- Long! :
- # Policy summaries.
- PolicySummaryDetails!]! : [
- # Store the account name here in case the grouping is based on the account.
- String! :
- # Store the account id here in case the grouping is based on the account.
- String! :
- # Store the platform to determine the icon when the grouping is
- # account-based.
- Platform! :
- }
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.