mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +00:00
Update to python SDK docs: 13984088294
This commit is contained in:
@@ -22,6 +22,7 @@ Name | Type | Description | Notes
|
||||
**time_zone** | **str** | Time zone identifier | [optional]
|
||||
**weekly_days** | **[]str** | Scheduled days of the week for execution | [optional]
|
||||
**weekly_times** | **[]str** | Scheduled execution times | [optional]
|
||||
**yearly_times** | **[]str** | Scheduled execution times | [optional]
|
||||
}
|
||||
|
||||
## Example
|
||||
@@ -34,7 +35,8 @@ cron_string='0 9 * * 1',
|
||||
frequency='daily',
|
||||
time_zone='America/Chicago',
|
||||
weekly_days=Monday,
|
||||
weekly_times=Monday
|
||||
weekly_times=Monday,
|
||||
yearly_times=1969-12-31T09:00:00.000Z
|
||||
)
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user