Skip to main content

ScheduledActionPayload

Import this model from the entry point of its package:

import { ScheduledActionPayload } from '@sailpoint/angular-sdk/configuration_hub';

Properties

NameTypeDescriptionNotes
jobTypestringType of the scheduled job.[default to undefined]
startTime(optional) stringThe time when this scheduled action should start. Optional.[default to undefined]
cronString(optional) stringCron expression defining the schedule for this action. Optional for repeated events.[default to undefined]
timeZoneId(optional) stringTime zone ID for interpreting the cron expression. Optional, will default to current time zone.[default to undefined]
contentScheduledActionPayloadContent[default to undefined]