Skip to main content

SavedSearchName

Properties

NameTypeDescriptionNotes
NameStringThe name of the saved search.[optional]
DescriptionStringThe description of the saved search.[optional]

Examples

  • Prepare the resource
$SavedSearchName = Initialize-PSSailpoint.V3SavedSearchName  -Name Disabled accounts `
-Description Disabled accounts
  • Convert the resource to JSON
$SavedSearchName | ConvertTo-JSON

[Back to top]