Uses of Class
com.azure.resourcemanager.appcontainers.models.AllowedAudiencesValidation
-
Packages that use AllowedAudiencesValidation Package Description com.azure.resourcemanager.appcontainers.models 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 AllowedAudiencesValidation Modifier and Type Method Description AllowedAudiencesValidation
Google. validation()
Get the validation property: The configuration settings of the Azure Active Directory token validation flow.AllowedAudiencesValidation
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 AllowedAudiencesValidation Modifier and Type Method Description Google
Google. withValidation(AllowedAudiencesValidation validation)
Set the validation property: The configuration settings of the Azure Active Directory token validation flow.
-