Skip to main content

SavedSearchCompleteSearchResultsAccount

Properties

NameTypeDescriptionNotes
CountStringThe number of rows in the table.[required]
NounStringThe type of object represented in the table.[required]
Preview[]String[]A sample of the data in the table.[required]

Examples

  • Prepare the resource
$SavedSearchCompleteSearchResultsAccount = Initialize-PSSailpoint.V2024SavedSearchCompleteSearchResultsAccount  -Count 3 `
-Noun accounts `
-Preview null
  • Convert the resource to JSON
$SavedSearchCompleteSearchResultsAccount | ConvertTo-JSON

[Back to top]