Uses of Class
com.azure.resourcemanager.appcontainers.models.AzureActiveDirectoryValidation
-
Packages that use AzureActiveDirectoryValidation Package Description com.azure.resourcemanager.appcontainers.models Package containing the data models for ContainerAppsApiClient. -
-
Uses of AzureActiveDirectoryValidation in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return AzureActiveDirectoryValidation Modifier and Type Method Description AzureActiveDirectoryValidation
AzureActiveDirectory. validation()
Get the validation property: The configuration settings of the Azure Active Directory token validation flow.AzureActiveDirectoryValidation
AzureActiveDirectoryValidation. withAllowedAudiences(List<String> allowedAudiences)
Set the allowedAudiences property: The list of audiences that can make successful authentication/authorization requests.AzureActiveDirectoryValidation
AzureActiveDirectoryValidation. withDefaultAuthorizationPolicy(DefaultAuthorizationPolicy defaultAuthorizationPolicy)
Set the defaultAuthorizationPolicy property: The configuration settings of the default authorization policy.AzureActiveDirectoryValidation
AzureActiveDirectoryValidation. withJwtClaimChecks(JwtClaimChecks jwtClaimChecks)
Set the jwtClaimChecks property: The configuration settings of the checks that should be made while validating the JWT Claims.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type AzureActiveDirectoryValidation Modifier and Type Method Description AzureActiveDirectory
AzureActiveDirectory. withValidation(AzureActiveDirectoryValidation validation)
Set the validation property: The configuration settings of the Azure Active Directory token validation flow.
-