Skip to main content

DataSourceDefinitionInput Input Object

Represents a collection of data that defines a Component Data Source.

Input fields

ArgumentTypeDescription
keyString!A string which uniquely identifies the Data Source in the context of the Component.
displayActionDisplayDefinition!Specifies how the Data Source is displayed.
inputs[InputFieldDefinition]!The InputFields supported by the Data Source.
authorizationAuthorizationDefinitionSpecifies how the Data Source handles Authorization.
dataSourceTypeString!The type of the resulting data from the Data Source.
examplePayloadJSONStringAn example of the returned payload of an Data Source.
detailDataSourceStringSpecifies the key of a Data Source in this Component which can provide additional details about the content for this Data Source, such as example values when selecting particular API object fields.