optionalConnectorInput

Additional configurable input fields for connectors.

Examples

type OptionalConnectorInput {
  name: String
  credsTypes: [CredentialsType]
  inputType: InputTypes
  key: String
  ffKey: String
  value: String
}

Fields

Field
Description
Supported fields

name String

Display name of the input field

Types of credentials this input is applicable for

inputType InputTypes

Type of input field (text, checkbox, etc.)

key String

Unique identifier for the input field

ffKey String

Feature flag key associated with this input

value String

Default or current value of the input

References

Fields with this object:

Last updated