Skip to main content

ScheduledActionPayloadContent

Import this model from the entry point of its package:

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

Properties

NameTypeDescriptionNotes
namestringName of the scheduled action (maximum 50 characters).[default to undefined]
backupOptions(optional) ScheduledActionPayloadContentBackupOptions[default to undefined]
sourceBackupId(optional) stringID of the source backup. Required for CREATE_DRAFT jobs.[default to undefined]
sourceTenant(optional) stringSource tenant identifier. Required for CREATE_DRAFT jobs.[default to undefined]
draftId(optional) stringID of the draft to be deployed. Required for CONFIG_DEPLOY_DRAFT jobs.[default to undefined]