WebHookEventSubscriptionDestination interface

イベント サブスクリプションの Webhook 変換先に関する情報。

Extends

プロパティ

azureActiveDirectoryApplicationIdOrUri

配信要求にベアラー トークンとして含まれるアクセス トークンを取得する Azure Active Directory アプリケーション ID または URI。

azureActiveDirectoryTenantId

配信要求にベアラー トークンとして含まれるアクセス トークンを取得する Azure Active Directory テナント ID。

deliveryAttributeMappings

配信属性の詳細。

endpointBaseUrl

イベント サブスクリプションの送信先のエンドポイントを表すベース URL。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

endpointType

ポリモーフィック識別子。このオブジェクトは、さまざまな型を指定します。

endpointUrl

イベント サブスクリプションの送信先のエンドポイントを表す URL。

maxEventsPerBatch

バッチあたりのイベントの最大数。

minimumTlsVersionAllowed

Webhook エンドポイントでサポートされる必要がある最小 TLS バージョン

preferredBatchSizeInKilobytes

推奨されるバッチ サイズ (KB 単位)。

プロパティの詳細

azureActiveDirectoryApplicationIdOrUri

配信要求にベアラー トークンとして含まれるアクセス トークンを取得する Azure Active Directory アプリケーション ID または URI。

azureActiveDirectoryApplicationIdOrUri?: string

プロパティ値

string

azureActiveDirectoryTenantId

配信要求にベアラー トークンとして含まれるアクセス トークンを取得する Azure Active Directory テナント ID。

azureActiveDirectoryTenantId?: string

プロパティ値

string

deliveryAttributeMappings

配信属性の詳細。

deliveryAttributeMappings?: DeliveryAttributeMappingUnion[]

プロパティ値

endpointBaseUrl

イベント サブスクリプションの送信先のエンドポイントを表すベース URL。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

endpointBaseUrl?: string

プロパティ値

string

endpointType

ポリモーフィック識別子。このオブジェクトは、さまざまな型を指定します。

endpointType: "WebHook"

プロパティ値

"WebHook"

endpointUrl

イベント サブスクリプションの送信先のエンドポイントを表す URL。

endpointUrl?: string

プロパティ値

string

maxEventsPerBatch

バッチあたりのイベントの最大数。

maxEventsPerBatch?: number

プロパティ値

number

minimumTlsVersionAllowed

Webhook エンドポイントでサポートされる必要がある最小 TLS バージョン

minimumTlsVersionAllowed?: string

プロパティ値

string

preferredBatchSizeInKilobytes

推奨されるバッチ サイズ (KB 単位)。

preferredBatchSizeInKilobytes?: number

プロパティ値

number