Uses of Class
com.azure.resourcemanager.appcontainers.models.AzureActiveDirectoryValidation
Packages that use AzureActiveDirectoryValidation
Package
Description
Package containing the data models for ContainerAppsApiClient.
-
Uses of AzureActiveDirectoryValidation in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return AzureActiveDirectoryValidationModifier and TypeMethodDescriptionAzureActiveDirectoryValidation.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of AzureActiveDirectoryValidation from the JsonReader.AzureActiveDirectory.validation()
Get the validation property: The configuration settings of the Azure Active Directory token validation flow.AzureActiveDirectoryValidation.withAllowedAudiences
(List<String> allowedAudiences) Set the allowedAudiences property: The list of audiences that can make successful authentication/authorization requests.AzureActiveDirectoryValidation.withDefaultAuthorizationPolicy
(DefaultAuthorizationPolicy defaultAuthorizationPolicy) Set the defaultAuthorizationPolicy property: The configuration settings of the default authorization policy.AzureActiveDirectoryValidation.withJwtClaimChecks
(JwtClaimChecks jwtClaimChecks) Set the jwtClaimChecks property: The configuration settings of the checks that should be made while validating the JWT Claims.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type AzureActiveDirectoryValidationModifier and TypeMethodDescriptionAzureActiveDirectory.withValidation
(AzureActiveDirectoryValidation validation) Set the validation property: The configuration settings of the Azure Active Directory token validation flow.