INPUT_OBJECT

ListFileResultFiltersInput

link GraphQL Schema definition

  • input ListFileResultFiltersInput {
  • analyzerGroupIds: [String!]
  • snappablePaths: [SnappablePathInput!]
  • snappableTypes: [String!]
  • searchText: String
  • whitelistEnabled: Boolean
  • # List of principal IDs to filter the paths.
  • sids: [String!]
  • # List of data type IDs to filter snapshot file results.
  • dataTypeIds: [String!]
  • # List of sensitivity levels to filter the paths.
  • riskLevelTypesFilter: [RiskLevelType!]
  • # Last access time range specified in the local timezone of the user.
  • lastAccessFilter: UserTimeRangeInput
  • # Last modified time range specified in the local timezone of the user.
  • lastModifiedFilter: UserTimeRangeInput
  • # Creation time range specified in the local timezone of the user.
  • creationTimeFilter: UserTimeRangeInput
  • # Last scan time range specified in the local timezone of the user.
  • lastScanFilter: UserTimeRangeInput
  • # List of Microsoft Purview Information Protection labels used to filter paths.
  • mipLabelsFilter: [MipLabelsFilterInput!]
  • # Violation ID to filter the paths.
  • violationId: String
  • # List to exposure types to filter the paths.
  • exposureFilter: [OpenAccessType!]
  • fileType: FileCountType!
  • }