Uses of Class
com.azure.resourcemanager.appservice.models.DefaultAuthorizationPolicy
Packages that use DefaultAuthorizationPolicy
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of DefaultAuthorizationPolicy in com.azure.resourcemanager.appservice.models
Classes in com.azure.resourcemanager.appservice.models that implement interfaces with type arguments of type DefaultAuthorizationPolicyModifier and TypeClassDescriptionfinal classThe configuration settings of the Azure Active Directory default authorization policy.Methods in com.azure.resourcemanager.appservice.models that return DefaultAuthorizationPolicyModifier and TypeMethodDescriptionAzureActiveDirectoryValidation.defaultAuthorizationPolicy()Get the defaultAuthorizationPolicy property: The configuration settings of the default authorization policy.static DefaultAuthorizationPolicyDefaultAuthorizationPolicy.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DefaultAuthorizationPolicy from the JsonReader.DefaultAuthorizationPolicy.withAllowedApplications(List<String> allowedApplications) Set the allowedApplications property: The configuration settings of the Azure Active Directory allowed applications.DefaultAuthorizationPolicy.withAllowedPrincipals(AllowedPrincipals allowedPrincipals) Set the allowedPrincipals property: The configuration settings of the Azure Active Directory allowed principals.Methods in com.azure.resourcemanager.appservice.models with parameters of type DefaultAuthorizationPolicyModifier and TypeMethodDescriptionAzureActiveDirectoryValidation.withDefaultAuthorizationPolicy(DefaultAuthorizationPolicy defaultAuthorizationPolicy) Set the defaultAuthorizationPolicy property: The configuration settings of the default authorization policy.