Skip to main content

TaskResultSimplified

Import this model from the entry point of its package:

import { TaskResultSimplified } from '@sailpoint/angular-sdk/identity_profiles';

Properties

NameTypeDescriptionNotes
id(optional) stringTask identifier[default to undefined]
name(optional) stringTask name[default to undefined]
description(optional) stringTask description[default to undefined]
launcher(optional) stringUser or process who launched the task[default to undefined]
completed(optional) stringDate time of completion[default to undefined]
launched(optional) stringDate time when the task was launched[default to undefined]
completionStatus(optional) stringTask result status[default to undefined]