Skip to main content

SavedSearchDetailFilters

Properties

NameTypeDescriptionNotes
TypeFilterType[optional]
RangeRange[optional]
Terms[]StringThe terms to be filtered.[optional]
ExcludeBooleanIndicates if the filter excludes results.[optional] [default to $false]

Examples

  • Prepare the resource
$SavedSearchDetailFilters = Initialize-PSSailpoint.V3SavedSearchDetailFilters  -Type null `
-Range null `
-Terms null `
-Exclude false
  • Convert the resource to JSON
$SavedSearchDetailFilters | ConvertTo-JSON

[Back to top]