Name | Type | Description | Notes |
---|---|---|---|
pki_webhook_id | int | The unique ID of the Webhook | |
s_webhook_description | char * | The description of the Webhook | |
fki_ezsignfoldertype_id | int | The unique ID of the Ezsignfoldertype. | [optional] |
s_ezsignfoldertype_name_x | char * | The name of the Ezsignfoldertype in the language of the requester | [optional] |
e_webhook_module | field_e_webhook_module_t * | ||
e_webhook_ezsignevent | field_e_webhook_ezsignevent_t * | [optional] | |
e_webhook_managementevent | field_e_webhook_managementevent_t * | [optional] | |
s_webhook_url | char * | The URL of the Webhook callback | |
s_webhook_emailfailed | char * | The email that will receive the Webhook in case all attempts fail | |
s_webhook_apikey | char * | The Apikey for the Webhook. This will be hidden if we are not creating or regenerating the Apikey. | [optional] |
s_webhook_secret | char * | The Secret for the Webhook. This will be hidden if we are not creating or regenerating the Apikey. | [optional] |
b_webhook_isactive | int | Whether the Webhook is active or not | |
b_webhook_issigned | int | Whether the requests will be signed or not | |
b_webhook_skipsslvalidation | int | Wheter the server's SSL certificate should be validated or not. Not recommended to skip for production use | |
obj_audit | common_audit_t * |