Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2025/Models/SavedSearchCompleteSearchResults.md
2025-04-01 09:23:12 -04:00

1.4 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
v2025-saved-search-complete-search-results SavedSearchCompleteSearchResults SavedSearchCompleteSearchResults SavedSearchCompleteSearchResults powershellsdk
powershell
PowerShell
sdk
SavedSearchCompleteSearchResults
V2025SavedSearchCompleteSearchResults
/tools/sdk/powershell/v2025/models/saved-search-complete-search-results
SDK
Software Development Kit
SavedSearchCompleteSearchResults
V2025SavedSearchCompleteSearchResults

SavedSearchCompleteSearchResults

Properties

Name Type Description Notes
Account SavedSearchCompleteSearchResultsAccount [optional]
Entitlement SavedSearchCompleteSearchResultsEntitlement [optional]
Identity SavedSearchCompleteSearchResultsIdentity [optional]

Examples

  • Prepare the resource
$SavedSearchCompleteSearchResults = Initialize-PSSailpoint.V2025SavedSearchCompleteSearchResults  -Account null `
 -Entitlement null `
 -Identity null
  • Convert the resource to JSON
$SavedSearchCompleteSearchResults | ConvertTo-JSON

[Back to top]