Okta.Sdk.Model.UIElement
August 11, 2023 ยท View on GitHub
Specifies the configuration of an input field on an enrollment form
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Label | string | Label name for the UI element | [optional] |
| Options | UIElementOptions | [optional] | |
| Scope | string | Specifies the property bound to the input field. It must follow the format `#/properties/PROPERTY_NAME` where `PROPERTY_NAME` is a variable name for an attribute in `profile editor`. | [optional] |
| Type | string | Specifies the relationship between this input element and `scope`. The `Control` value specifies that this input controls the value represented by `scope`. | [optional] |