mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 20:37:47 +00:00
Update to powershell SDK docs: 13123805130
This commit is contained in:
@@ -16,12 +16,12 @@ tags: ['SDK', 'Software Development Kit', 'Schedule1', 'Schedule1']
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Type** | [**ScheduleType**](schedule-type) | | [required]
|
||||
**Months** | Pointer to [**Schedule1Months**](schedule1-months) | | [optional]
|
||||
**Days** | Pointer to [**Schedule1Days**](schedule1-days) | | [optional]
|
||||
**Hours** | [**Schedule1Hours**](schedule1-hours) | | [required]
|
||||
**Expiration** | Pointer to **System.DateTime** | A date-time in ISO-8601 format | [optional]
|
||||
**TimeZoneId** | Pointer to **String** | The canonical TZ identifier the schedule will run in (ex. America/New_York). If no timezone is specified, the org's default timezone is used. | [optional]
|
||||
**Type** | [**ScheduleType**](schedule-type) | | [required]
|
||||
**Months** | [**Schedule1Months**](schedule1-months) | | [optional]
|
||||
**Days** | [**Schedule1Days**](schedule1-days) | | [optional]
|
||||
**Hours** | [**Schedule1Hours**](schedule1-hours) | | [required]
|
||||
**Expiration** | **System.DateTime** | A date-time in ISO-8601 format | [optional]
|
||||
**TimeZoneId** | **String** | The canonical TZ identifier the schedule will run in (ex. America/New_York). If no timezone is specified, the org's default timezone is used. | [optional]
|
||||
|
||||
## Examples
|
||||
|
||||
|
||||
Reference in New Issue
Block a user