CallbackConfig Class

The configuration of service URI and custom headers for the webhook.

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

Inheritance
CallbackConfig

Constructor

CallbackConfig(*, service_uri: str, custom_headers: Optional[Dict[str, str]] = None, **kwargs)

Variables

service_uri
str

Required. The service URI for the webhook to post notifications.

custom_headers
dict[str, str]

Custom headers that will be added to the webhook notifications.