Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WebhookReceiver

Package version

A webhook receiver.

Hierarchy

  • WebhookReceiver

Index

Properties

Optional identifierUri

identifierUri: undefined | string

Indicates the identifier uri for aad auth.

name

name: string

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

Optional objectId

objectId: undefined | string

Indicates the webhook app object Id for aad auth.

serviceUri

serviceUri: string

The URI where webhooks should be sent.

Optional tenantId

tenantId: undefined | string

Indicates the tenant id for aad auth.

Optional useAadAuth

useAadAuth: undefined | false | true

Indicates whether or not use AAD authentication.

Optional useCommonAlertSchema

useCommonAlertSchema: undefined | false | true

Indicates whether to use common alert schema.

Generated using TypeDoc