Skip to main content

LauncherRequest

Import this model from the entry point of its package:

import { LauncherRequest } from '@sailpoint/angular-sdk/launchers';

Properties

NameTypeDescriptionNotes
namestringName of the Launcher, limited to 255 characters[default to undefined]
descriptionstringDescription of the Launcher, limited to 2000 characters[default to undefined]
typestringLauncher type[default to undefined]
disabledbooleanState of the Launcher[default to undefined]
reference(optional) LauncherRequestReference[default to undefined]
configstringJSON configuration associated with this Launcher, restricted to a max size of 4KB[default to undefined]