System Topic Event Subscription Webhook Endpoint Args
data class SystemTopicEventSubscriptionWebhookEndpointArgs(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<SystemTopicEventSubscriptionWebhookEndpointArgs>
Properties
Link copied to clipboard
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
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
Maximum number of events per batch.
Link copied to clipboard
Preferred batch size in Kilobytes.