mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 20:37:46 +00:00
995 B
995 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| scheduled-search-name | ScheduledSearchName | ScheduledSearchName | ScheduledSearchName | powershellsdk |
|
/tools/sdk/powershell/v3/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-ScheduledSearchName -Name Daily disabled accounts `
-Description Daily disabled accounts
- Convert the resource to JSON
$ScheduledSearchName | ConvertTo-JSON