Share via


IdentityProviderInput.Audience Property

Definition

Gets or sets the intended Audience of the service principal with which the on-premise management/data plane components would communicate with our Azure services.

[Newtonsoft.Json.JsonProperty(PropertyName="audience")]
public string Audience { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="audience")>]
member this.Audience : string with get, set
Public Property Audience As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to