Share via


DataFeed.Administrators Property

Definition

The administrators of this DataFeed. Administrators have total control over a data feed, being allowed to update, delete, or pause them. 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 data feed creation, the Creator is automatically assigned as an administrator by the service.

Applies to