INPUT_OBJECT
WebhookAuthInfoV2Input
Description
The authentication type that the endpoint uses.
link GraphQL Schema definition
- input WebhookAuthInfoV2Input {
- # Authentication type that the endpoint uses.
- : AuthenticationTypeV2!
- # Authentication req headers.
- : [CustomHeader!]
- # Webhook authentication token.
- : String
- # Authentication user credentials.
- : UserCredentials
- }