Skip to main content

ScheduledSearchName

Properties

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

Examples

  • Prepare the resource
$ScheduledSearchName = Initialize-PSSailpoint.V2024ScheduledSearchName  -Name Daily disabled accounts `
-Description Daily disabled accounts
  • Convert the resource to JSON
$ScheduledSearchName | ConvertTo-JSON

[Back to top]