WebhookPartnerDestinationInfoArgs

data class WebhookPartnerDestinationInfoArgs(val azureSubscriptionId: Output<String>? = null, val clientAuthentication: Output<AzureADPartnerClientAuthenticationArgs>? = null, val endpointBaseUrl: Output<String>? = null, val endpointServiceContext: Output<String>? = null, val endpointType: Output<String>, val endpointUrl: Output<String>? = null, val name: Output<String>? = null, val resourceGroupName: Output<String>? = null, val resourceMoveChangeHistory: Output<List<ResourceMoveChangeHistoryArgs>>? = null) : ConvertibleToJava<WebhookPartnerDestinationInfoArgs>

Information about the WebHook of the partner destination.

Constructors

Link copied to clipboard
constructor(azureSubscriptionId: Output<String>? = null, clientAuthentication: Output<AzureADPartnerClientAuthenticationArgs>? = null, endpointBaseUrl: Output<String>? = null, endpointServiceContext: Output<String>? = null, endpointType: Output<String>, endpointUrl: Output<String>? = null, name: Output<String>? = null, resourceGroupName: Output<String>? = null, resourceMoveChangeHistory: Output<List<ResourceMoveChangeHistoryArgs>>? = null)

Properties

Link copied to clipboard
val azureSubscriptionId: Output<String>? = null

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
val endpointBaseUrl: Output<String>? = null

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

Link copied to clipboard
val endpointServiceContext: Output<String>? = null

Additional context of the partner destination endpoint.

Link copied to clipboard
val endpointType: Output<String>

Type of the endpoint for the partner destination Expected value is 'WebHook'.

Link copied to clipboard
val endpointUrl: Output<String>? = null

The URL that represents the endpoint of the partner destination.

Link copied to clipboard
val name: Output<String>? = null

Name of the partner destination associated with the channel.

Link copied to clipboard
val resourceGroupName: Output<String>? = null

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.

Functions

Link copied to clipboard
open override fun toJava(): WebhookPartnerDestinationInfoArgs