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 TypeMethodDescriptionOpenAuthenticationAccessPolicies.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of OpenAuthenticationAccessPolicies from the JsonReader.FlowAccessControlConfigurationPolicy.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.