Skip to main content

ApprovalConfigCronTimezone

Timezone configuration for cron schedules.

Properties

NameTypeDescriptionNotes
locationstrTimezone location for cron schedules.[optional]
offsetstrTimezone offset for cron schedules.[optional]
}

Example

from sailpoint.v2025.models.approval_config_cron_timezone import ApprovalConfigCronTimezone

approval_config_cron_timezone = ApprovalConfigCronTimezone(
location='America/New_York',
offset=''
)

[Back to top]