EventSubscriptionWebhookEndpointArgs

data class EventSubscriptionWebhookEndpointArgs(val activeDirectoryAppIdOrUri: Output<String>? = null, val activeDirectoryTenantId: Output<String>? = null, val baseUrl: Output<String>? = null, val maxEventsPerBatch: Output<Int>? = null, val preferredBatchSizeInKilobytes: Output<Int>? = null, val url: Output<String>) : ConvertibleToJava<EventSubscriptionWebhookEndpointArgs>

Constructors

Link copied to clipboard
constructor(activeDirectoryAppIdOrUri: Output<String>? = null, activeDirectoryTenantId: Output<String>? = null, baseUrl: Output<String>? = null, maxEventsPerBatch: Output<Int>? = null, preferredBatchSizeInKilobytes: Output<Int>? = null, url: Output<String>)

Properties

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

The Azure Active Directory Application ID or URI to get the access token that will be included as the bearer token in delivery requests.

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

The Azure Active Directory Tenant ID to get the access token that will be included as the bearer token in delivery requests.

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

The base url of the webhook where the Event Subscription will receive events.

Link copied to clipboard
val maxEventsPerBatch: Output<Int>? = null

Maximum number of events per batch.

Link copied to clipboard
val preferredBatchSizeInKilobytes: Output<Int>? = null

Preferred batch size in Kilobytes.

Link copied to clipboard
val url: Output<String>

Specifies the url of the webhook where the Event Subscription will receive events.

Functions

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