Share via


AllowedAudiencesValidation Class

Definition

The configuration settings of the Allowed Audiences validation flow.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.AllowedAudiencesValidationTypeConverter))]
public class AllowedAudiencesValidation : Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IAllowedAudiencesValidation
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.AllowedAudiencesValidationTypeConverter))>]
type AllowedAudiencesValidation = class
    interface IAllowedAudiencesValidation
    interface IJsonSerializable
Public Class AllowedAudiencesValidation
Implements IAllowedAudiencesValidation
Inheritance
AllowedAudiencesValidation
Attributes
Implements

Constructors

AllowedAudiencesValidation()

Creates an new AllowedAudiencesValidation instance.

Properties

AllowedAudience

The configuration settings of the allowed list of audiences from which to validate the JWT token.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AllowedAudiencesValidation.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AllowedAudiencesValidation.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IAllowedAudiencesValidation.

FromJsonString(String)

Creates a new instance of AllowedAudiencesValidation, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of AllowedAudiencesValidation into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to