Uses of Class
com.azure.resourcemanager.appcontainers.models.JwtClaimChecks
Packages that use JwtClaimChecks
Package
Description
Package containing the data models for ContainerAppsApiClient.
-
Uses of JwtClaimChecks in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return JwtClaimChecksModifier and TypeMethodDescriptionstatic JwtClaimChecks
JwtClaimChecks.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of JwtClaimChecks from the JsonReader.AzureActiveDirectoryValidation.jwtClaimChecks()
Get the jwtClaimChecks property: The configuration settings of the checks that should be made while validating the JWT Claims.JwtClaimChecks.withAllowedClientApplications
(List<String> allowedClientApplications) Set the allowedClientApplications property: The list of the allowed client applications.JwtClaimChecks.withAllowedGroups
(List<String> allowedGroups) Set the allowedGroups property: The list of the allowed groups.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type JwtClaimChecksModifier and TypeMethodDescriptionAzureActiveDirectoryValidation.withJwtClaimChecks
(JwtClaimChecks jwtClaimChecks) Set the jwtClaimChecks property: The configuration settings of the checks that should be made while validating the JWT Claims.