PSWebhookReceiver Class

Definition

Wraps the WebhookReceiver class.

public class PSWebhookReceiver : Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupReceiverBase
type PSWebhookReceiver = class
    inherit PSActionGroupReceiverBase
Public Class PSWebhookReceiver
Inherits PSActionGroupReceiverBase
Inheritance
PSWebhookReceiver

Constructors

PSWebhookReceiver()

Initializes a new instance of the PSWebhookReceiver class

PSWebhookReceiver(WebhookReceiver)
PSWebhookReceiver(WebhookReceiver)

Initializes a new instance of the PSWebhookReceiver class.

Properties

IdentifierUri

Gets or sets the Identifier uri for aad auth.

Name

Gets or sets name

(Inherited from PSActionGroupReceiverBase)
ObjectId

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

ServiceUri

Gets or sets the receiver's service uri.

TenantId

Gets or sets the tenant id for aad auth.

UseAadAuth

Gets or sets a value indicating whether or not use AAD authentication.

UseCommonAlertSchema

Gets or set a value indicating whether common alert schema is to be used or not

Applies to