Skip to main content

SearchArguments

Properties

NameTypeDescriptionNotes
ScheduleIdStringThe ID of the scheduled search that triggered the saved search execution.[optional]
OwnerTypedReferenceThe owner of the scheduled search being tested.[optional]
Recipients[]TypedReferenceThe email recipients of the scheduled search being tested.[optional]

Examples

  • Prepare the resource
$SearchArguments = Initialize-PSSailpoint.V2024SearchArguments  -ScheduleId 7a724640-0c17-4ce9-a8c3-4a89738459c8 `
-Owner null `
-Recipients null
  • Convert the resource to JSON
$SearchArguments | ConvertTo-JSON

[Back to top]