Uses of Class
com.azure.resourcemanager.appcontainers.models.AllowedAudiencesValidation
Packages that use AllowedAudiencesValidation
Package
Description
Package containing the data models for ContainerAppsApiClient.
-
Uses of AllowedAudiencesValidation in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return AllowedAudiencesValidationModifier and TypeMethodDescriptionstatic AllowedAudiencesValidation
AllowedAudiencesValidation.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of AllowedAudiencesValidation from the JsonReader.Google.validation()
Get the validation property: The configuration settings of the Azure Active Directory token validation flow.AllowedAudiencesValidation.withAllowedAudiences
(List<String> allowedAudiences) Set the allowedAudiences property: The configuration settings of the allowed list of audiences from which to validate the JWT token.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type AllowedAudiencesValidationModifier and TypeMethodDescriptionGoogle.withValidation
(AllowedAudiencesValidation validation) Set the validation property: The configuration settings of the Azure Active Directory token validation flow.