mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 04:19:34 +00:00
1.0 KiB
1.0 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-scheduled-search-name | ScheduledSearchName | ScheduledSearchName | ScheduledSearchName | powershellsdk |
|
/tools/sdk/powershell/v2024/models/scheduled-search-name |
|
ScheduledSearchName
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Name | Pointer to String | The name of the scheduled search. | [optional] |
| Description | Pointer to String | The description of the scheduled search. | [optional] |
Examples
- Prepare the resource
$ScheduledSearchName = Initialize-PSSailpoint.V2024ScheduledSearchName -Name Daily disabled accounts `
-Description Daily disabled accounts
- Convert the resource to JSON
$ScheduledSearchName | ConvertTo-JSON