Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.02 KB

File metadata and controls

15 lines (11 loc) · 1.02 KB

Okta.Sdk.Model.AutoUpdateSchedule

The schedule of auto-update configured by the admin

Properties

Name Type Description Notes
Cron string The schedule of the update in cron format. The cron settings are limited to only the day of the month or the nth-day-of-the-week configurations. For example, `0 8 ? * 6#3` indicates every third Saturday at 8:00 AM. [optional]
Delay int Delay in days [optional]
Duration int Duration in minutes [optional]
LastUpdated DateTimeOffset Timestamp when the update finished (only for a successful or failed update, not for a cancelled update). Null is returned if the job hasn't finished once yet. [optional]
Timezone string Timezone of where the scheduled job takes place [optional]

[Back to Model list] [Back to API list] [Back to README]