WebhookPartnerDestinationProperties Class
Properties of a partner destination webhook.
Constructor
WebhookPartnerDestinationProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
endpoint_url
|
The URL that represents the endpoint of the partner destination. |
|
endpoint_base_url
|
The base URL that represents the endpoint of the partner destination. |
|
client_authentication
|
Partner client authentication. |
Attributes
client_authentication
Partner client authentication.
client_authentication: _models.PartnerClientAuthentication | None
endpoint_base_url
The base URL that represents the endpoint of the partner destination.
endpoint_base_url: str | None
endpoint_url
The URL that represents the endpoint of the partner destination.
endpoint_url: str | None