Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/SavedSearchCompleteSearchResultsIdentity.md
2025-02-03 22:09:17 +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-identity SavedSearchCompleteSearchResultsIdentity SavedSearchCompleteSearchResultsIdentity SavedSearchCompleteSearchResultsIdentity powershellsdk
powershell
PowerShell
sdk
SavedSearchCompleteSearchResultsIdentity
BetaSavedSearchCompleteSearchResultsIdentity
/tools/sdk/powershell/beta/models/saved-search-complete-search-results-identity
SDK
Software Development Kit
SavedSearchCompleteSearchResultsIdentity
BetaSavedSearchCompleteSearchResultsIdentity

SavedSearchCompleteSearchResultsIdentity

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
$SavedSearchCompleteSearchResultsIdentity = Initialize-PSSailpoint.BetaSavedSearchCompleteSearchResultsIdentity  -Count 2 `
 -Noun identities `
 -Preview null
  • Convert the resource to JSON
$SavedSearchCompleteSearchResultsIdentity | ConvertTo-JSON

[Back to top]