Uses of Class
com.azure.resourcemanager.network.fluent.models.ApplicationGatewayEntraJwtValidationConfigPropertiesFormat
Packages that use ApplicationGatewayEntraJwtValidationConfigPropertiesFormat
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of ApplicationGatewayEntraJwtValidationConfigPropertiesFormat in com.azure.resourcemanager.network.fluent.models
Classes in com.azure.resourcemanager.network.fluent.models that implement interfaces with type arguments of type ApplicationGatewayEntraJwtValidationConfigPropertiesFormatModifier and TypeClassDescriptionfinal classProperties of entra jwt validation configuration of the application gateway.Methods in com.azure.resourcemanager.network.fluent.models that return ApplicationGatewayEntraJwtValidationConfigPropertiesFormatModifier and TypeMethodDescriptionApplicationGatewayEntraJwtValidationConfigPropertiesFormat.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApplicationGatewayEntraJwtValidationConfigPropertiesFormat from the JsonReader.ApplicationGatewayEntraJwtValidationConfigPropertiesFormat.withAudiences(List<String> audiences) Set the audiences property: List of acceptable audience claims that can be present in the token (aud claim).ApplicationGatewayEntraJwtValidationConfigPropertiesFormat.withClientId(String clientId) Set the clientId property: The Client ID of the Microsoft Entra ID application.ApplicationGatewayEntraJwtValidationConfigPropertiesFormat.withTenantId(String tenantId) Set the tenantId property: The Tenant ID of the Microsoft Entra ID application.ApplicationGatewayEntraJwtValidationConfigPropertiesFormat.withUnAuthorizedRequestAction(ApplicationGatewayUnAuthorizedRequestAction unAuthorizedRequestAction) Set the unAuthorizedRequestAction property: Unauthorized request action.