NotificationHook.Administrators Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public System.Collections.Generic.IList<string> Administrators { get; }
member this.Administrators : System.Collections.Generic.IList<string>
Public ReadOnly Property Administrators As IList(Of String)
Property Value
Remarks
Upon hook creation, the creator user is automatically assigned as an administrator by the service.
Applies to
Azure SDK for .NET