Skip to main content

Responseactionstatus

Import this model from the entry point of its package:

import { Responseactionstatus } from '@sailpoint/angular-sdk/intelligence';

Properties

NameTypeDescriptionNotes
requestIdstringTracking handle and correlation id for the response action.[default to undefined]
actionTypestringThe action that was requested.[default to undefined]
statusstringAggregate status across the correlated workflow execution(s): SUBMITTED (registered, no execution yet), IN_PROGRESS (any still non-terminal), COMPLETED (all terminal and at least one succeeded), or FAILED (all terminal and none succeeded).[default to undefined]
submittedAtstringWhen the response action was accepted.[default to undefined]
updatedAtstringWhen the response action status last changed.[default to undefined]