mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
947 B
947 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-saved-search-name | SavedSearchName | SavedSearchName | SavedSearchName | powershellsdk |
|
/tools/sdk/powershell/v2024/models/saved-search-name |
|
SavedSearchName
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Name | String | The name of the saved search. | [optional] |
| Description | String | The description of the saved search. | [optional] |
Examples
- Prepare the resource
$SavedSearchName = Initialize-V2024SavedSearchName -Name Disabled accounts `
-Description Disabled accounts
- Convert the resource to JSON
$SavedSearchName | ConvertTo-JSON