mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +00:00
1019 B
1019 B
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2025-scheduled-search-name | ScheduledSearchName | ScheduledSearchName | ScheduledSearchName | powershellsdk |
|
/tools/sdk/powershell/v2025/models/scheduled-search-name |
|
ScheduledSearchName
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Name | String | The name of the scheduled search. | [optional] |
| Description | String | The description of the scheduled search. | [optional] |
Examples
- Prepare the resource
$ScheduledSearchName = Initialize-V2025ScheduledSearchName -Name Daily disabled accounts `
-Description Daily disabled accounts
- Convert the resource to JSON
$ScheduledSearchName | ConvertTo-JSON