Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WebhookHookParameterPatch

Package version

Hierarchy

  • WebhookHookParameterPatch

Index

Properties

Optional certificateKey

certificateKey: undefined | string

The certificate key, if using client certificate

Optional certificatePassword

certificatePassword: undefined | string

The certificate password, if using client certificate

Optional endpoint

endpoint: undefined | string

API address, will be called when alert is triggered, only support POST method via SSL

Optional headers

headers: undefined | {}

custom headers in api call

Optional password

password: undefined | string

(Deprecated) The password, if using basic authentication

Optional username

username: undefined | string

(Deprecated) The username, if using basic authentication

Generated using TypeDoc