WebHookEventSubscriptionDestination Class

Information about the webhook destination for an event subscription.

Variables are only populated by the server, and will be ignored when sending a request.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.eventgrid.models._models_py3.EventSubscriptionDestination
WebHookEventSubscriptionDestination

Constructor

WebHookEventSubscriptionDestination(*, endpoint_url: Optional[str] = None, max_events_per_batch: Optional[int] = 1, preferred_batch_size_in_kilobytes: Optional[int] = 64, azure_active_directory_tenant_id: Optional[str] = None, azure_active_directory_application_id_or_uri: Optional[str] = None, delivery_attribute_mappings: Optional[List[azure.mgmt.eventgrid.models._models_py3.DeliveryAttributeMapping]] = None, **kwargs)

Variables

endpoint_type
str or EndpointType

Required. Type of the endpoint for the event subscription destination.Constant filled by server. Possible values include: "WebHook", "EventHub", "StorageQueue", "HybridConnection", "ServiceBusQueue", "ServiceBusTopic", "AzureFunction".

endpoint_url
str

The URL that represents the endpoint of the destination of an event subscription.

endpoint_base_url
str

The base URL that represents the endpoint of the destination of an event subscription.

max_events_per_batch
int

Maximum number of events per batch.

preferred_batch_size_in_kilobytes
int

Preferred batch size in Kilobytes.

azure_active_directory_tenant_id
str

The Azure Active Directory Tenant ID to get the access token that will be included as the bearer token in delivery requests.

azure_active_directory_application_id_or_uri
str

The Azure Active Directory Application ID or URI to get the access token that will be included as the bearer token in delivery requests.

delivery_attribute_mappings
list[DeliveryAttributeMapping]

Delivery attribute details.