Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 935 Bytes

File metadata and controls

29 lines (18 loc) · 935 Bytes

WebhookAuthentication

Properties

Name Type Description Notes
createdBy String The name of the user who created the webhook authentication.
modifiedBy String The name of the user who last modified the webhook authentication.
webhooks List<WebhookAuthenticationWebhookRef>
name String The name of the webhook authentication.
type TypeEnum
data Object
id Long The internal ID of this entity.
created OffsetDateTime The time this entity was created.
modified OffsetDateTime The time this entity was last modified.

Enum: TypeEnum

Name Value
BASIC "basic"
CUSTOM "custom"