New webhook settings for an app.

Constructors

Properties

active?: boolean

Determines if the subscription is active or paused. Defaults to false.

Type of event to listen for. Can be one of create, delete, deletedForPrivacy, or propertyChange.

objectTypeId?: string
propertyName?: string

The internal name of the property to monitor for changes. Only applies when eventType is propertyChange.

attributeTypeMap: {
    baseName: string;
    format: string;
    name: string;
    type: string;
}[] = ...
discriminator: undefined | string = undefined

Methods

  • Returns {
        baseName: string;
        format: string;
        name: string;
        type: string;
    }[]