WebhookPartnerDestinationInfo Class

Information about the WebHook of the partner destination.

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

Inheritance
azure.mgmt.eventgrid.models._models_py3.PartnerDestinationInfo
WebhookPartnerDestinationInfo

Constructor

WebhookPartnerDestinationInfo(*, azure_subscription_id: str | None = None, resource_group_name: str | None = None, name: str | None = None, endpoint_service_context: str | None = None, resource_move_change_history: List[_models.ResourceMoveChangeHistory] | None = None, endpoint_url: str | None = None, endpoint_base_url: str | None = None, client_authentication: _models.PartnerClientAuthentication | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
azure_subscription_id
str

Azure subscription ID of the subscriber. The partner destination associated with the channel will be created under this Azure subscription.

resource_group_name
str

Azure Resource Group of the subscriber. The partner destination associated with the channel will be created under this resource group.

name
str

Name of the partner destination associated with the channel.

endpoint_service_context
str

Additional context of the partner destination endpoint.

resource_move_change_history

Change history of the resource move.

endpoint_url
str

The URL that represents the endpoint of the partner destination.

endpoint_base_url
str

The base URL that represents the endpoint of the partner destination.

client_authentication

Partner client authentication.

Variables

Name Description
azure_subscription_id
str

Azure subscription ID of the subscriber. The partner destination associated with the channel will be created under this Azure subscription.

resource_group_name
str

Azure Resource Group of the subscriber. The partner destination associated with the channel will be created under this resource group.

name
str

Name of the partner destination associated with the channel.

endpoint_type

Type of the endpoint for the partner destination. Required. "WebHook"

endpoint_service_context
str

Additional context of the partner destination endpoint.

resource_move_change_history

Change history of the resource move.

endpoint_url
str

The URL that represents the endpoint of the partner destination.

endpoint_base_url
str

The base URL that represents the endpoint of the partner destination.

client_authentication

Partner client authentication.