Optional
Readonly
descriptionAn optional longer explanantion of this option, to be shown in the UI.
Readonly
identifierAn identifying string for this option.
Optional
Readonly
labelA short label for this option.
Readonly
typeThe kind of option, one of:
string
: a text box for free text entry,boolean
: a check box,multiple
: multiple-choice drop-down with predefined options,secret
: concealed text entry field (persisted in user's keychain),password
: concealed text entry field (not persisted, only passed to auth function),heading
: adds a heading in the user interface, but does not actually define an option
Defines a single extension option.