removing beta docs

This commit is contained in:
darrell-thobe-sp
2025-01-23 23:30:59 -05:00
parent 7194b934e8
commit befdd82384
999 changed files with 0 additions and 70946 deletions

View File

@@ -1,39 +0,0 @@
---
id: saved-search-complete-search-results
title: SavedSearchCompleteSearchResults
pagination_label: SavedSearchCompleteSearchResults
sidebar_label: SavedSearchCompleteSearchResults
sidebar_class_name: powershellsdk
keywords: ['powershell', 'PowerShell', 'sdk', 'SavedSearchCompleteSearchResults']
slug: /tools/sdk/powershell/beta/models/saved-search-complete-search-results
tags: ['SDK', 'Software Development Kit', 'SavedSearchCompleteSearchResults']
---
# SavedSearchCompleteSearchResults
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Account** | Pointer to [**SavedSearchCompleteSearchResultsAccount**](saved-search-complete-search-results-account) | | [optional]
**Entitlement** | Pointer to [**SavedSearchCompleteSearchResultsEntitlement**](saved-search-complete-search-results-entitlement) | | [optional]
**Identity** | Pointer to [**SavedSearchCompleteSearchResultsIdentity**](saved-search-complete-search-results-identity) | | [optional]
## Examples
- Prepare the resource
```powershell
$SavedSearchCompleteSearchResults = Initialize-PSSailpoint.BetaSavedSearchCompleteSearchResults -Account null `
-Entitlement null `
-Identity null
```
- Convert the resource to JSON
```powershell
$SavedSearchCompleteSearchResults | ConvertTo-JSON
```
[[Back to top]](#)