Webhook Partner Destination Info Response
data class WebhookPartnerDestinationInfoResponse(val azureSubscriptionId: String? = null, val clientAuthentication: AzureADPartnerClientAuthenticationResponse? = null, val endpointBaseUrl: String? = null, val endpointServiceContext: String? = null, val endpointType: String, val endpointUrl: String? = null, val name: String? = null, val resourceGroupName: String? = null, val resourceMoveChangeHistory: List<ResourceMoveChangeHistoryResponse>? = null)
Information about the WebHook of the partner destination.
Constructors
Link copied to clipboard
constructor(azureSubscriptionId: String? = null, clientAuthentication: AzureADPartnerClientAuthenticationResponse? = null, endpointBaseUrl: String? = null, endpointServiceContext: String? = null, endpointType: String, endpointUrl: String? = null, name: String? = null, resourceGroupName: String? = null, resourceMoveChangeHistory: List<ResourceMoveChangeHistoryResponse>? = null)
Properties
Link copied to clipboard
Azure subscription ID of the subscriber. The partner destination associated with the channel will be created under this Azure subscription.
Link copied to clipboard
Partner client authentication
Link copied to clipboard
The base URL that represents the endpoint of the partner destination.
Link copied to clipboard
Additional context of the partner destination endpoint.
Link copied to clipboard
Type of the endpoint for the partner destination Expected value is 'WebHook'.
Link copied to clipboard
The URL that represents the endpoint of the partner destination.
Link copied to clipboard
Azure Resource Group of the subscriber. The partner destination associated with the channel will be created under this resource group.
Link copied to clipboard
Change history of the resource move.