mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 20:37:46 +00:00
adding powershell sdk docs back
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
---
|
||||
id: beta-saved-search-complete-search-results-entitlement
|
||||
title: SavedSearchCompleteSearchResultsEntitlement
|
||||
pagination_label: SavedSearchCompleteSearchResultsEntitlement
|
||||
sidebar_label: SavedSearchCompleteSearchResultsEntitlement
|
||||
sidebar_class_name: powershellsdk
|
||||
keywords: ['powershell', 'PowerShell', 'sdk', 'SavedSearchCompleteSearchResultsEntitlement', 'BetaSavedSearchCompleteSearchResultsEntitlement']
|
||||
slug: /tools/sdk/powershell/beta/models/saved-search-complete-search-results-entitlement
|
||||
tags: ['SDK', 'Software Development Kit', 'SavedSearchCompleteSearchResultsEntitlement', 'BetaSavedSearchCompleteSearchResultsEntitlement']
|
||||
---
|
||||
|
||||
|
||||
# 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
|
||||
```powershell
|
||||
$SavedSearchCompleteSearchResultsEntitlement = Initialize-PSSailpoint.BetaSavedSearchCompleteSearchResultsEntitlement -Count 2 `
|
||||
-Noun entitlements `
|
||||
-Preview null
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
```powershell
|
||||
$SavedSearchCompleteSearchResultsEntitlement | ConvertTo-JSON
|
||||
```
|
||||
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user