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
fun WebhookPartnerDestinationInfoResponse(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)