Skip to main content

ApprovalConfigCronTimezone

Properties

NameTypeDescriptionNotes
LocationStringTimezone location for cron schedules.[optional]
OffsetStringTimezone offset for cron schedules.[optional]

Examples

  • Prepare the resource
$ApprovalConfigCronTimezone = Initialize-V2025ApprovalConfigCronTimezone  -Location America/New_York `
-Offset
  • Convert the resource to JSON
$ApprovalConfigCronTimezone | ConvertTo-JSON

[Back to top]