INPUT_OBJECT
BrowseDirectoryFiltersInput
link GraphQL Schema definition
- input BrowseDirectoryFiltersInput {
- : [String!]
- #   Creation time range specified in the local timezone of the user.
- : UserTimeRangeInput
- #   List of data type IDs to filter the paths.
- : [String!]
- #   List of document type IDs to filter the paths.
- : [UUID!]
- #   List to exposure types to filter the paths.
- : [OpenAccessType!]
- #   Last access time range specified in the local timezone of the user.
- : UserTimeRangeInput
- #   Last modified time range specified in the local timezone of the user.
- : UserTimeRangeInput
- #   Last scan time range specified in the local timezone of the user.
- : UserTimeRangeInput
- #   List of Microsoft Purview Information Protection labels used to filter paths.
- : [MipLabelsFilterInput!]
- #   List of sensitivity levels to filter the paths.
- : [RiskLevelType!]
- #   List of principal IDs to filter the paths.
- : [String!]
- : Boolean
- }