FormSubmitted
Import this model from the entry point of its package:
import { FormSubmitted } from '@sailpoint/angular-sdk/triggers';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| submittedAt | string | Date and time when the user submitted the form. | [default to undefined] |
| tenantId | string | ISC tenant's unique identifier. | [default to undefined] |
| formInstanceId | string | Form instance's unique identifier. | [default to undefined] |
| formDefinitionId | string | Form definition's unique identifier. | [default to undefined] |
| name | string | Form's name. | [default to undefined] |
| createdBy | FormSubmittedCreatedBy | [default to undefined] | |
| submittedBy | FormSubmittedSubmittedBy | [default to undefined] | |
| formData | Data in the submitted form. | [default to undefined] |