Uses of Class
com.azure.resourcemanager.network.models.ApplicationGatewayEntraJwtValidationConfig
Packages that use ApplicationGatewayEntraJwtValidationConfig
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of ApplicationGatewayEntraJwtValidationConfig in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type ApplicationGatewayEntraJwtValidationConfigModifier and TypeMethodDescriptionApplicationGatewayInner.entraJwtValidationConfigs()Get the entraJwtValidationConfigs property: Entra JWT validation configurations for the application gateway resource.ApplicationGatewayPropertiesFormat.entraJwtValidationConfigs()Get the entraJwtValidationConfigs property: Entra JWT validation configurations for the application gateway resource.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type ApplicationGatewayEntraJwtValidationConfigModifier and TypeMethodDescriptionApplicationGatewayInner.withEntraJwtValidationConfigs(List<ApplicationGatewayEntraJwtValidationConfig> entraJwtValidationConfigs) Set the entraJwtValidationConfigs property: Entra JWT validation configurations for the application gateway resource.ApplicationGatewayPropertiesFormat.withEntraJwtValidationConfigs(List<ApplicationGatewayEntraJwtValidationConfig> entraJwtValidationConfigs) Set the entraJwtValidationConfigs property: Entra JWT validation configurations for the application gateway resource. -
Uses of ApplicationGatewayEntraJwtValidationConfig in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return ApplicationGatewayEntraJwtValidationConfigModifier and TypeMethodDescriptionApplicationGatewayEntraJwtValidationConfig.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApplicationGatewayEntraJwtValidationConfig from the JsonReader.ApplicationGatewayEntraJwtValidationConfig.withAudiences(List<String> audiences) Set the audiences property: List of acceptable audience claims that can be present in the token (aud claim).ApplicationGatewayEntraJwtValidationConfig.withClientId(String clientId) Set the clientId property: The Client ID of the Microsoft Entra ID application.Set the name property: Name of the entra jwt validation configuration that is unique within an application gateway.ApplicationGatewayEntraJwtValidationConfig.withTenantId(String tenantId) Set the tenantId property: The Tenant ID of the Microsoft Entra ID application.ApplicationGatewayEntraJwtValidationConfig.withUnAuthorizedRequestAction(ApplicationGatewayUnAuthorizedRequestAction unAuthorizedRequestAction) Set the unAuthorizedRequestAction property: Unauthorized request action.