WebhookRouterRule interface
Aturan yang menyediakan pengikatan ke server web eksternal.
- Memperluas
Properti
| authorization |
Uri untuk Server Otorisasi. |
| client |
Kredensial OAuth2.0 yang digunakan untuk server Otorisasi Contoso. Referensi: https://www.oauth.com/oauth2-servers/access-tokens/client-credentials/ |
| kind | Diskriminator polimorfik, yang menentukan berbagai jenis objek ini dapat |
| webhook |
Uri untuk Server Web Contoso. |
Detail Properti
authorizationServerUri
Uri untuk Server Otorisasi.
authorizationServerUri?: string
Nilai Properti
string
clientCredential
Kredensial OAuth2.0 yang digunakan untuk server Otorisasi Contoso. Referensi: https://www.oauth.com/oauth2-servers/access-tokens/client-credentials/
clientCredential?: Oauth2ClientCredential
Nilai Properti
kind
Diskriminator polimorfik, yang menentukan berbagai jenis objek ini dapat
kind: "webhook-rule"
Nilai Properti
"webhook-rule"
webhookUri
Uri untuk Server Web Contoso.
webhookUri?: string
Nilai Properti
string