ENUM

ObjectTypeAccessSummarySortBy

Description

GetObjectTypeAccessSummariesSortBy specifies the sort criteria for object type access summaries.

link GraphQL Schema definition

  • enum ObjectTypeAccessSummarySortBy {
  • # Unspecified sort criteria.
  • SORT_BY_UNSPECIFIED
  • # Sort based on total number of high-risk hits.
  • TOTAL_HIGH_RISK_HITS
  • # Sort based on total number of hits.
  • TOTAL_HITS
  • # Sort based on total number of low-risk hits.
  • TOTAL_LOW_RISK_HITS
  • # Sort based on total number of medium-risk hits.
  • TOTAL_MEDIUM_RISK_HITS
  • }

link Require by