Uses of Class
com.azure.resourcemanager.appservice.models.JwtClaimChecks
-
Packages that use JwtClaimChecks Package Description com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of JwtClaimChecks in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return JwtClaimChecks Modifier and Type Method Description JwtClaimChecksAzureActiveDirectoryValidation. jwtClaimChecks()Get the jwtClaimChecks property: The configuration settings of the checks that should be made while validating the JWT Claims.JwtClaimChecksJwtClaimChecks. withAllowedClientApplications(List<String> allowedClientApplications)Set the allowedClientApplications property: The list of the allowed client applications.JwtClaimChecksJwtClaimChecks. withAllowedGroups(List<String> allowedGroups)Set the allowedGroups property: The list of the allowed groups.Methods in com.azure.resourcemanager.appservice.models with parameters of type JwtClaimChecks Modifier and Type Method Description AzureActiveDirectoryValidationAzureActiveDirectoryValidation. withJwtClaimChecks(JwtClaimChecks jwtClaimChecks)Set the jwtClaimChecks property: The configuration settings of the checks that should be made while validating the JWT Claims.
-