Skip to content

UserSetting

One connector or App Connect user-setting entry.

Properties

Property Type Required Description
value any No Setting value supplied by or returned to the client.
customizable boolean No Whether the user may override the account-managed value.
isCustomizable boolean No Legacy alias of customizable retained for older clients and connectors.
isRemoved boolean No Whether the setting has been removed and should be hidden by clients.
defaultValue any No Connector-manifest default used when no value is stored.
options array of any No Allowed or suggested values for selection-style settings.

Example

{
  "customizable": false,
  "isCustomizable": false,
  "isRemoved": false,
  "options": []
}