Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/SavedSearchCompleteSearchResults.md
2025-01-28 13:29:29 -05: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
v2024-saved-search-complete-search-results SavedSearchCompleteSearchResults SavedSearchCompleteSearchResults SavedSearchCompleteSearchResults powershellsdk
powershell
PowerShell
sdk
SavedSearchCompleteSearchResults
V2024SavedSearchCompleteSearchResults
/tools/sdk/powershell/v2024/models/saved-search-complete-search-results
SDK
Software Development Kit
SavedSearchCompleteSearchResults
V2024SavedSearchCompleteSearchResults

SavedSearchCompleteSearchResults

Properties

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

Examples

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

[Back to top]