AppServiceAadValidation Class

Definition

The configuration settings of the Azure Active Directory token validation flow.

public class AppServiceAadValidation
public class AppServiceAadValidation : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppService.Models.AppServiceAadValidation>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.Models.AppServiceAadValidation>
type AppServiceAadValidation = class
type AppServiceAadValidation = class
    interface IJsonModel<AppServiceAadValidation>
    interface IPersistableModel<AppServiceAadValidation>
Public Class 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.

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