Configuration for an input field on the custom action
| Name | Type | Description | Notes |
|---|---|---|---|
| TypeDefinition | FieldTypeDefinition | ||
| SupportedValueTypes | List<string> | Controls what kind of input a customer can use to specify the field value. Must contain exactly one of `STATIC_VALUE` or `OBJECT_PROPERTY`. If `STATIC_VALUE`, the customer will be able to choose a value when configuring the custom action; if `OBJECT_PROPERTY`, the customer will be able to choose a property from the enrolled workflow object that the field value will be copied from. In the future we may support more than one input control type here. | [optional] |
| IsRequired | bool | Whether the field is required for the custom action to be valid |