Skip to main content

ScheduledActionResponseContent

Import this model from the entry point of its package:

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

Properties

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