mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 20:37:46 +00:00
1.3 KiB
1.3 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| beta-saved-search-complete-search-results-entitlement | SavedSearchCompleteSearchResultsEntitlement | SavedSearchCompleteSearchResultsEntitlement | SavedSearchCompleteSearchResultsEntitlement | powershellsdk |
|
/tools/sdk/powershell/beta/models/saved-search-complete-search-results-entitlement |
|
SavedSearchCompleteSearchResultsEntitlement
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Count | String | Number of rows in the table. | [required] |
| Noun | String | Type of object represented in the table. | [required] |
| Preview | []String[] | Sample of table data. | [required] |
Examples
- Prepare the resource
$SavedSearchCompleteSearchResultsEntitlement = Initialize-BetaSavedSearchCompleteSearchResultsEntitlement -Count 2 `
-Noun entitlements `
-Preview null
- Convert the resource to JSON
$SavedSearchCompleteSearchResultsEntitlement | ConvertTo-JSON