ManagedClusterJwtAuthenticatorIssuer.Audiences Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The set of acceptable audiences the JWT must be issued to. At least one is required. When multiple is set, AudienceMatchPolicy is used in API Server configuration.
public System.Collections.Generic.IList<string> Audiences { get; }
member this.Audiences : System.Collections.Generic.IList<string>
Public ReadOnly Property Audiences As IList(Of String)