Skip to main content

FormDetails

Import this model from the entry point of its package:

import { FormDetails } from '@sailpoint/angular-sdk/work_items';

Properties

NameTypeDescriptionNotes
id(optional) stringID of the form[default to undefined]
name(optional) stringName of the form[default to undefined]
title(optional) stringThe form title[default to undefined]
subtitle(optional) stringThe form subtitle.[default to undefined]
targetUser(optional) stringThe name of the user that should be shown this form[default to undefined]
sections(optional) Array<SectionDetails>Sections of the form[default to undefined]