Share via


IFederatedIdentityCredential.Audience Property

Definition

The list of audiences that can appear in the issued token.

[Microsoft.Azure.PowerShell.Cmdlets.ManagedServiceIdentity.Runtime.Info(Create=true, Description="The list of audiences that can appear in the issued token.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="audiences", Update=true)]
public System.Collections.Generic.List<string> Audience { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ManagedServiceIdentity.Runtime.Info(Create=true, Description="The list of audiences that can appear in the issued token.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="audiences", Update=true)>]
member this.Audience : System.Collections.Generic.List<string> with get, set
Public Property Audience As List(Of String)

Property Value

Attributes

Applies to