Skip to main content

SavedSearchCompleteSearchResultsEntitlement

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

[Back to top]