SystemTopicEventSubscriptionWebhookEndpoint

data class SystemTopicEventSubscriptionWebhookEndpoint(val activeDirectoryAppIdOrUri: String? = null, val activeDirectoryTenantId: String? = null, val baseUrl: String? = null, val maxEventsPerBatch: Int? = null, val preferredBatchSizeInKilobytes: Int? = null, val url: String)

Constructors

constructor(activeDirectoryAppIdOrUri: String? = null, activeDirectoryTenantId: String? = null, baseUrl: String? = null, maxEventsPerBatch: Int? = null, preferredBatchSizeInKilobytes: Int? = null, url: String)

Types

Link copied to clipboard
object Companion

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

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

Link copied to clipboard
val maxEventsPerBatch: Int? = null

Maximum number of events per batch.

Link copied to clipboard

Preferred batch size in Kilobytes.

Link copied to clipboard
val url: String

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