INPUT_OBJECT
ListFileResultFiltersInput
link GraphQL Schema definition
- input ListFileResultFiltersInput {
- : [String!]
- # Creation time range specified in the local timezone of the user.
- : UserTimeRangeInput
- # List of data type IDs to filter snapshot file results.
- : [String!]
- # List of document type IDs to filter the paths.
- : [UUID!]
- # List to exposure types to filter the paths.
- : [OpenAccessType!]
- : FileCountType!
- # 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!]
- : String
- # List of principal IDs to filter the paths.
- : [String!]
- : [SnappablePathInput!]
- : [String!]
- # Violation ID to filter the paths.
- : String
- : Boolean
- }