mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 20:37:46 +00:00
1.4 KiB
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-entitlement | SavedSearchCompleteSearchResultsEntitlement | SavedSearchCompleteSearchResultsEntitlement | SavedSearchCompleteSearchResultsEntitlement | powershellsdk |
|
/tools/sdk/powershell/v2025/models/saved-search-complete-search-results-entitlement |
|
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-V2025SavedSearchCompleteSearchResultsEntitlement -Count 2 `
-Noun entitlements `
-Preview null
- Convert the resource to JSON
$SavedSearchCompleteSearchResultsEntitlement | ConvertTo-JSON