mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +00:00
1.2 KiB
1.2 KiB
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-search-arguments | SearchArguments | SearchArguments | SearchArguments | powershellsdk |
|
/tools/sdk/powershell/v2024/models/search-arguments |
|
SearchArguments
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| ScheduleId | String | The ID of the scheduled search that triggered the saved search execution. | [optional] |
| Owner | TypedReference | The owner of the scheduled search being tested. | [optional] |
| Recipients | []TypedReference | The 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