AllowedAudiencesValidation Class
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 configuration settings of the Allowed Audiences validation flow.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.AllowedAudiencesValidationTypeConverter))]
public class AllowedAudiencesValidation : Microsoft.Azure.PowerShell.Cmdlets.App.Models.IAllowedAudiencesValidation
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.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.App.Models.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() |