NotificationHook Class

Definition

The HookInfo.

public abstract class NotificationHook
type NotificationHook = class
Public MustInherit Class NotificationHook
Inheritance
NotificationHook
Derived

Properties

Administrators

The list of users with administrative rights to manage this hook. Each element in this list represents a user with administrator access, but the value of each string element depends on the type of authentication to be used by this administrator when communicating with the service. If MetricsAdvisorKeyCredential authentication will be used, the string must be the user's email address. If AAD authentication will be used instead, the string must uniquely identify the user's principal. For instance, for a ClientSecretCredential, the string must be the client ID.

Description

A description of this NotificationHook. Defaults to an empty string.

ExternalUri

Optional field which enables a customized redirect, such as for troubleshooting notes. Defaults to an empty string.

HookKind

The hook kind.

Id

The unique identifier of this NotificationHook.

Name

A custom name for this NotificationHook to be displayed on the web portal. Hook names must be unique across the same Metris Advisor resource.

Applies to