SourceProviderAttributes interface
Properties
name | The name of the source provider. |
supported |
The capabilities supported by this source provider. |
supported |
The types of triggers supported by this source provider. |
Property Details
name
The name of the source provider.
name: string
Property Value
string
supportedCapabilities
The capabilities supported by this source provider.
supportedCapabilities: {[key: string]: boolean}
Property Value
{[key: string]: boolean}
supportedTriggers
The types of triggers supported by this source provider.
supportedTriggers: SupportedTrigger[]