OBJECT

ObjectTypeAccessSummary

Description

Object type access summary.

link GraphQL Schema definition

  • type ObjectTypeAccessSummary {
  • # Object type.
  • objectType: DataGovObjectType!
  • # Total number of sensitive hits.
  • totalHits: Long!
  • # Change in sensitive hits for the time period.
  • deltaHits: Long!
  • # Policy summaries.
  • policySummaryDetails: [PolicySummaryDetails!]!
  • # Store the account name here in case the grouping is based on the account.
  • accountName: String!
  • # Store the account id here in case the grouping is based on the account.
  • accountId: String!
  • # Store the platform to determine the icon when the grouping is
  • # account-based.
  • platform: Platform!
  • }