Share via


MetricFeedback.UserPrincipal Property

Definition

The user who created the MetricFeedback. If MetricsAdvisorKeyCredential authentication was used when creating the feedback, this property contains the email address of the creator. If AAD authentication was used instead, the value of this property uniquely identifies the creator's user principal, but its value depends on the type of credential used. For instance, if a ClientSecretCredential is used, it will contain the client ID.

public string UserPrincipal { get; }
member this.UserPrincipal : string
Public ReadOnly Property UserPrincipal As String

Property Value

Remarks

If null, it means this instance has not been sent to the service to be created yet. This property will be set by the service after creation.

Applies to