WebhookUpdatePartnerDestinationInfo interface
Information about the update of the WebHook of the partner destination.
- Extends
Properties
client |
Partner client authentication |
endpoint |
The base URL that represents the endpoint of the partner destination. |
endpoint |
Polymorphic discriminator, which specifies the different types this object can be |
endpoint |
The URL that represents the endpoint of the partner destination. |
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript