WebhookReceiver interface

A webhook receiver.

Properties

identifierUri

Indicates the identifier uri for aad auth.

name

The name of the webhook receiver. Names must be unique across all receivers within an action group.

objectId

Indicates the webhook app object Id for aad auth.

serviceUri

The URI where webhooks should be sent.

tenantId

Indicates the tenant id for aad auth.

useAadAuth

Indicates whether or not use AAD authentication.

useCommonAlertSchema

Indicates whether to use common alert schema.

Property Details

identifierUri

Indicates the identifier uri for aad auth.

identifierUri?: string

Property Value

string

name

The name of the webhook receiver. Names must be unique across all receivers within an action group.

name: string

Property Value

string

objectId

Indicates the webhook app object Id for aad auth.

objectId?: string

Property Value

string

serviceUri

The URI where webhooks should be sent.

serviceUri: string

Property Value

string

tenantId

Indicates the tenant id for aad auth.

tenantId?: string

Property Value

string

useAadAuth

Indicates whether or not use AAD authentication.

useAadAuth?: boolean

Property Value

boolean

useCommonAlertSchema

Indicates whether to use common alert schema.

useCommonAlertSchema?: boolean

Property Value

boolean