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!]
- # Flag to indicate if object level analysis is needed.
- : Boolean
- # 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!]
- # Scope for sensitive data discovery.
- : SensitiveDataDiscoveryScope
- # List of principal IDs to filter the paths.
- : [String!]
- : Boolean
- }