ScheduledAttributes
Properties
Name | Type | Description | Notes |
---|---|---|---|
Frequency | Enum [ "daily", "weekly", "monthly", "yearly", "cronSchedule" ] | Frequency of execution | [required] |
TimeZone | String | Time zone identifier | [optional] |
CronString | String | [optional] | |
WeeklyDays | []String | Scheduled days of the week for execution | [optional] |
WeeklyTimes | []String | Scheduled execution times | [optional] |
Examples
- Prepare the resource
$ScheduledAttributes = Initialize-PSSailpoint.BetaScheduledAttributes -Frequency null `
-TimeZone America/Chicago `
-CronString 0 9 * * 1 `
-WeeklyDays Monday `
-WeeklyTimes Monday
- Convert the resource to JSON
$ScheduledAttributes | ConvertTo-JSON