WebhookPartnerDestinationInfo interface

Information about the WebHook of the partner destination.

Extends

Properties

clientAuthentication

Partner client authentication

endpointBaseUrl

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

endpointType

Polymorphic discriminator, which specifies the different types this object can be

endpointUrl

The URL that represents the endpoint of the partner destination.

Inherited Properties

azureSubscriptionId

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

endpointServiceContext

Additional context of the partner destination endpoint.

name

Name of the partner destination associated with the channel.

resourceGroupName

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

resourceMoveChangeHistory

Change history of the resource move.

Property Details

clientAuthentication

Partner client authentication

clientAuthentication?: PartnerClientAuthenticationUnion

Property Value

endpointBaseUrl

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

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 partner destination.

endpointUrl?: string

Property Value

string

Inherited Property Details

azureSubscriptionId

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

azureSubscriptionId?: string

Property Value

string

Inherited From PartnerDestinationInfo.azureSubscriptionId

endpointServiceContext

Additional context of the partner destination endpoint.

endpointServiceContext?: string

Property Value

string

Inherited From PartnerDestinationInfo.endpointServiceContext

name

Name of the partner destination associated with the channel.

name?: string

Property Value

string

Inherited From PartnerDestinationInfo.name

resourceGroupName

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

resourceGroupName?: string

Property Value

string

Inherited From PartnerDestinationInfo.resourceGroupName

resourceMoveChangeHistory

Change history of the resource move.

resourceMoveChangeHistory?: ResourceMoveChangeHistory[]

Property Value

Inherited From PartnerDestinationInfo.resourceMoveChangeHistory