Skip to main content

SavedSearchCompleteSearchResults

Properties

NameTypeDescriptionNotes
AccountSavedSearchCompleteSearchResultsAccount[optional]
EntitlementSavedSearchCompleteSearchResultsEntitlement[optional]
IdentitySavedSearchCompleteSearchResultsIdentity[optional]

Examples

  • Prepare the resource
$SavedSearchCompleteSearchResults = Initialize-PSSailpoint.V2024SavedSearchCompleteSearchResults  -Account null `
-Entitlement null `
-Identity null
  • Convert the resource to JSON
$SavedSearchCompleteSearchResults | ConvertTo-JSON

[Back to top]