Uses of Class
com.azure.resourcemanager.appcontainers.models.JwtClaimChecks
-
Packages that use JwtClaimChecks Package Description com.azure.resourcemanager.appcontainers.models 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 JwtClaimChecks Modifier and Type Method Description JwtClaimChecks
AzureActiveDirectoryValidation. jwtClaimChecks()
Get the jwtClaimChecks property: The configuration settings of the checks that should be made while validating the JWT Claims.JwtClaimChecks
JwtClaimChecks. withAllowedClientApplications(List<String> allowedClientApplications)
Set the allowedClientApplications property: The list of the allowed client applications.JwtClaimChecks
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 JwtClaimChecks Modifier and Type Method Description AzureActiveDirectoryValidation
AzureActiveDirectoryValidation. withJwtClaimChecks(JwtClaimChecks jwtClaimChecks)
Set the jwtClaimChecks property: The configuration settings of the checks that should be made while validating the JWT Claims.
-