Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/SavedSearchCompleteSearchResultsAccount.md
2025-03-13 20:06:00 +00:00

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-account SavedSearchCompleteSearchResultsAccount SavedSearchCompleteSearchResultsAccount SavedSearchCompleteSearchResultsAccount powershellsdk
powershell
PowerShell
sdk
SavedSearchCompleteSearchResultsAccount
BetaSavedSearchCompleteSearchResultsAccount
/tools/sdk/powershell/beta/models/saved-search-complete-search-results-account
SDK
Software Development Kit
SavedSearchCompleteSearchResultsAccount
BetaSavedSearchCompleteSearchResultsAccount

SavedSearchCompleteSearchResultsAccount

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
$SavedSearchCompleteSearchResultsAccount = Initialize-PSSailpoint.BetaSavedSearchCompleteSearchResultsAccount  -Count 3 `
 -Noun accounts `
 -Preview null
  • Convert the resource to JSON
$SavedSearchCompleteSearchResultsAccount | ConvertTo-JSON

[Back to top]