WebhookReceiver Class

Definition

A webhook receiver.

public class WebhookReceiver
type WebhookReceiver = class
Public Class WebhookReceiver
Inheritance
WebhookReceiver

Constructors

WebhookReceiver()

Initializes a new instance of the WebhookReceiver class.

WebhookReceiver(String, String, Nullable<Boolean>, Nullable<Boolean>, String, String, String)

Initializes a new instance of the WebhookReceiver class.

Properties

IdentifierUri

Gets or sets indicates the identifier uri for aad auth.

Name

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

ObjectId

Gets or sets indicates the webhook app object Id for aad auth.

ServiceUri

Gets or sets the URI where webhooks should be sent.

TenantId

Gets or sets indicates the tenant id for aad auth.

UseAadAuth

Gets or sets indicates whether or not use AAD authentication.

UseCommonAlertSchema

Gets or sets indicates whether to use common alert schema.

Methods

Validate()

Validate the object.

Applies to