Skip to main content

ModelFilter

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
$ModelFilter = Initialize-PSSailpoint.V2024ModelFilter  -Type null `
-Range null `
-Terms null `
-Exclude false
  • Convert the resource to JSON
$ModelFilter | ConvertTo-JSON

[Back to top]