The details of the webhook subscription signing configuration to be updated.
Fields
Name | Description |
---|---|
String! | The identifier for the WebhookSubscription . |
String! | The algorithm for signing webhooks.Currently, two codes are defined:
== operator are susceptible to timing attacks. |
String | The secret for signing webhooks.This must be specified if signingAlgorithmCode is not None .
It is used as the key to generate a message authentication code for each request.The secret should be a random string with high entropy that is not reused for any other purpose.This field has a maximum length of 255 bytes in UTF-8 encoding. |
Seen in
Parent name | Parent type | Description |
---|---|---|
Input Object | webhookSubscription field |