Uses of Class
com.azure.resourcemanager.appservice.models.OpenAuthenticationAccessPolicies
Packages that use OpenAuthenticationAccessPolicies
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of OpenAuthenticationAccessPolicies in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return OpenAuthenticationAccessPoliciesModifier and TypeMethodDescriptionFlowAccessControlConfigurationPolicy.openAuthenticationPolicies()Get the openAuthenticationPolicies property: The authentication policies for workflow.OpenAuthenticationAccessPolicies.withPolicies(Map<String, OpenAuthenticationAccessPolicy> policies) Set the policies property: Open authentication policies.Methods in com.azure.resourcemanager.appservice.models with parameters of type OpenAuthenticationAccessPoliciesModifier and TypeMethodDescriptionFlowAccessControlConfigurationPolicy.withOpenAuthenticationPolicies(OpenAuthenticationAccessPolicies openAuthenticationPolicies) Set the openAuthenticationPolicies property: The authentication policies for workflow.