OBJECT

AttributesSummary

Description

Summarizes attributes associated with files.

link GraphQL Schema definition

  • type AttributesSummary {
  • # ID of the attribute.
  • attributeId: UUID!
  • # Sensitive files count under this attribute.
  • filesCount: SummaryCount
  • }