AppServiceAadValidation 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 Azure Active Directory token validation flow.
public class AppServiceAadValidation : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppService.Models.AppServiceAadValidation>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.Models.AppServiceAadValidation>
type AppServiceAadValidation = class
interface IJsonModel<AppServiceAadValidation>
interface IPersistableModel<AppServiceAadValidation>
Public Class AppServiceAadValidation
Implements IJsonModel(Of AppServiceAadValidation), IPersistableModel(Of AppServiceAadValidation)
- Inheritance
-
AppServiceAadValidation
- Implements
Constructors
AppServiceAadValidation() |
Initializes a new instance of AppServiceAadValidation. |
Properties
AllowedAudiences |
The list of audiences that can make successful authentication/authorization requests. |
DefaultAuthorizationPolicy |
The configuration settings of the default authorization policy. |
JwtClaimChecks |
The configuration settings of the checks that should be made while validating the JWT Claims. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<AppServiceAadValidation>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<AppServiceAadValidation>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<AppServiceAadValidation>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<AppServiceAadValidation>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<AppServiceAadValidation>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET