WebHookEventSubscriptionDestination interface
Information about the webhook destination for an event subscription.
- Extends
Properties
azure |
The Azure Active Directory Application ID or URI to get the access token that will be included as the bearer token in delivery requests. |
azure |
The Azure Active Directory Tenant ID to get the access token that will be included as the bearer token in delivery requests. |
delivery |
Delivery attribute details. |
endpoint |
The base URL that represents the endpoint of the destination of an event subscription. NOTE: This property will not be serialized. It can only be populated by the server. |
endpoint |
Polymorphic discriminator, which specifies the different types this object can be |
endpoint |
The URL that represents the endpoint of the destination of an event subscription. |
max |
Maximum number of events per batch. |
preferred |
Preferred batch size in Kilobytes. |
Property Details
azureActiveDirectoryApplicationIdOrUri
The Azure Active Directory Application ID or URI to get the access token that will be included as the bearer token in delivery requests.
azureActiveDirectoryApplicationIdOrUri?: string
Property Value
string
azureActiveDirectoryTenantId
The Azure Active Directory Tenant ID to get the access token that will be included as the bearer token in delivery requests.
azureActiveDirectoryTenantId?: string
Property Value
string
deliveryAttributeMappings
Delivery attribute details.
deliveryAttributeMappings?: DeliveryAttributeMappingUnion[]
Property Value
endpointBaseUrl
The base URL that represents the endpoint of the destination of an event subscription. NOTE: This property will not be serialized. It can only be populated by the server.
endpointBaseUrl?: string
Property Value
string
endpointType
Polymorphic discriminator, which specifies the different types this object can be
endpointType: "WebHook"
Property Value
"WebHook"
endpointUrl
The URL that represents the endpoint of the destination of an event subscription.
endpointUrl?: string
Property Value
string
maxEventsPerBatch
Maximum number of events per batch.
maxEventsPerBatch?: number
Property Value
number
preferredBatchSizeInKilobytes
Preferred batch size in Kilobytes.
preferredBatchSizeInKilobytes?: number
Property Value
number