Skip to main content

SavedSearchCompleteSearchResultsAccount

Properties

NameTypeDescriptionNotes
CountStringNumber of rows in the table.[required]
NounStringType 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]