Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/SavedSearchName.md
2025-05-07 14:37:48 +00:00

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
powershell
PowerShell
sdk
SavedSearchName
V2024SavedSearchName
/tools/sdk/powershell/v2024/models/saved-search-name
SDK
Software Development Kit
SavedSearchName
V2024SavedSearchName

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

[Back to top]