Okta.Sdk.Model.AutoUpdateSchedule

October 22, 2025 ยท View on GitHub

The schedule of auto-update configured by the admin

Properties

NameTypeDescriptionNotes
CronstringThe 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]
DelayintDelay in days[optional]
DurationintDuration in minutes[optional]
LastUpdatedDateTimeOffsetTimestamp 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]
TimezonestringTimezone of where the scheduled job takes place[optional]

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