INPUT_OBJECT

BrowseDirectoryFiltersInput

link GraphQL Schema definition

  • input BrowseDirectoryFiltersInput {
  • analyzerGroupIds: [String!]
  • whitelistEnabled: Boolean
  • # List of principal IDs to filter the paths.
  • sids: [String!]
  • # List of sensitivity levels to filter the paths.
  • riskLevelTypesFilter: [RiskLevelType!]
  • # List of data type IDs to filter the paths.
  • dataTypeIds: [String!]
  • # 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 to exposure types to filter the paths.
  • exposureFilter: [OpenAccessType!]
  • # List of Microsoft Purview Information Protection labels used to filter paths.
  • mipLabelsFilter: [MipLabelsFilterInput!]
  • }