ConsumerAction interface
Defines the data contract of a consumer action.
allow |
Gets or sets the flag indicating if resource version can be overridden when creating or editing a subscription. |
consumer |
Gets or sets the identifier of the consumer to which this action belongs. |
description | Gets or sets this action's localized description. |
id | Gets or sets this action's identifier. |
input |
Gets or sets this action's input descriptors. |
name | Gets or sets this action's localized name. |
supported |
Gets or sets this action's supported event identifiers. |
supported |
Gets or sets this action's supported resource versions. |
url | The url for this resource |
Gets or sets the flag indicating if resource version can be overridden when creating or editing a subscription.
allowResourceVersionOverride: boolean
Property Value
boolean
Gets or sets the identifier of the consumer to which this action belongs.
consumerId: string
Property Value
string
Gets or sets this action's localized description.
description: string
Property Value
string
Gets or sets this action's identifier.
id: string
Property Value
string
Gets or sets this action's input descriptors.
inputDescriptors: InputDescriptor[]
Property Value
Gets or sets this action's localized name.
name: string
Property Value
string
Gets or sets this action's supported event identifiers.
supportedEventTypes: string[]
Property Value
string[]
Gets or sets this action's supported resource versions.
supportedResourceVersions: {[key: string]: string[]}
Property Value
{[key: string]: string[]}
The url for this resource
url: string
Property Value
string