ScheduledAction
ScheduledAction describes the state of a scheduled action.
Properties
idstring requiredThe unique identifier for this scheduled action.orgIDstring requiredThe organization ID that owns this scheduled action.scheduleCronstring optionalA cron expression defining the recurring schedule.scheduleOncestring optionalA timestamp for a one-time scheduled execution.nextExecutionstring requiredThe timestamp of the next scheduled execution.pausedboolean requiredWhether the scheduled action is currently paused.kindenum requiredThe kind of action to be executed.Values:deployment,environment_rotation,scan,agent_automationdefinitionmap[string]object requiredThe action definition, which varies based on the action kind.createdstring requiredThe timestamp when this scheduled action was created.modifiedstring requiredThe timestamp when this scheduled action was last modified.lastExecutedstring requiredThe timestamp of the last execution, if any.