Skip to main content

Schedule1

Properties

NameTypeDescriptionNotes
TypeEnum [ "ACCOUNT_AGGREGATION", "GROUP_AGGREGATION" ]The type of the Schedule.[required]
CronExpressionStringThe cron expression of the schedule.[required]

Examples

  • Prepare the resource
$Schedule1 = Initialize-PSSailpoint.V2024Schedule1  -Type ACCOUNT_AGGREGATION `
-CronExpression 0 0 5,13,21 * * ?
  • Convert the resource to JSON
$Schedule1 | ConvertTo-JSON

[Back to top]