mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 04:19:37 +00:00
Update to powershell SDK docs: 13903254328
This commit is contained in:
@@ -21,16 +21,18 @@ Name | Type | Description | Notes
|
||||
**TimeZone** | **String** | Time zone identifier | [optional]
|
||||
**WeeklyDays** | **[]String** | Scheduled days of the week for execution | [optional]
|
||||
**WeeklyTimes** | **[]String** | Scheduled execution times | [optional]
|
||||
**YearlyTimes** | **[]String** | Scheduled execution times | [optional]
|
||||
|
||||
## Examples
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$ScheduledAttributes = Initialize-PSSailpoint.V2024ScheduledAttributes -CronString 0 9 * * 1 `
|
||||
-Frequency null `
|
||||
-Frequency daily `
|
||||
-TimeZone America/Chicago `
|
||||
-WeeklyDays Monday `
|
||||
-WeeklyTimes Monday
|
||||
-WeeklyTimes Monday `
|
||||
-YearlyTimes 1969-12-31T09:00:00.000Z
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
|
||||
Reference in New Issue
Block a user