FormDefinitionInput
Import this model from the entry point of its package:
import { FormDefinitionInput } from '@sailpoint/angular-sdk/custom_forms';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | (optional) string | Unique identifier for the form input. | [default to undefined] |
| type | (optional) string | FormDefinitionInputType value. STRING FormDefinitionInputTypeString | [default to undefined] |
| label | (optional) string | Name for the form input. | [default to undefined] |
| description | (optional) string | Form input's description. | [default to undefined] |