Okta.Sdk.Model.UIElement

August 11, 2023 ยท View on GitHub

Specifies the configuration of an input field on an enrollment form

Properties

NameTypeDescriptionNotes
LabelstringLabel name for the UI element[optional]
OptionsUIElementOptions[optional]
ScopestringSpecifies 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]
TypestringSpecifies the relationship between this input element and `scope`. The `Control` value specifies that this input controls the value represented by `scope`.[optional]

[Back to Model list] [Back to API list] [Back to README]