Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/SavedSearchCompleteSearchResultsEntitlement.md
2025-02-03 22:09:17 +00: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-entitlement SavedSearchCompleteSearchResultsEntitlement SavedSearchCompleteSearchResultsEntitlement SavedSearchCompleteSearchResultsEntitlement powershellsdk
powershell
PowerShell
sdk
SavedSearchCompleteSearchResultsEntitlement
V2024SavedSearchCompleteSearchResultsEntitlement
/tools/sdk/powershell/v2024/models/saved-search-complete-search-results-entitlement
SDK
Software Development Kit
SavedSearchCompleteSearchResultsEntitlement
V2024SavedSearchCompleteSearchResultsEntitlement

SavedSearchCompleteSearchResultsEntitlement

Properties

Name Type Description Notes
Count String The number of rows in the table. [required]
Noun String The type of object represented in the table. [required]
Preview []String[] A sample of the data in the table. [required]

Examples

  • Prepare the resource
$SavedSearchCompleteSearchResultsEntitlement = Initialize-PSSailpoint.V2024SavedSearchCompleteSearchResultsEntitlement  -Count 2 `
 -Noun entitlements `
 -Preview null
  • Convert the resource to JSON
$SavedSearchCompleteSearchResultsEntitlement | ConvertTo-JSON

[Back to top]