Sdílet prostřednictvím


DataFeed.Viewers Property

Definition

The viewers of this DataFeed. Viewers have read-only access to a data feed. Each element in this list represents a user with viewer access, but the value of each string element depends on the type of authentication to be used by this viewer 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> Viewers { get; }
member this.Viewers : System.Collections.Generic.IList<string>
Public ReadOnly Property Viewers As IList(Of String)

Property Value

Applies to