Uses of Class
com.azure.resourcemanager.appservice.models.OpenAuthenticationAccessPolicy
Packages that use OpenAuthenticationAccessPolicy
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of OpenAuthenticationAccessPolicy in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return OpenAuthenticationAccessPolicyModifier and TypeMethodDescriptionOpenAuthenticationAccessPolicy.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of OpenAuthenticationAccessPolicy from the JsonReader.OpenAuthenticationAccessPolicy.withClaims
(List<OpenAuthenticationPolicyClaim> claims) Set the claims property: The access policy claims.OpenAuthenticationAccessPolicy.withType
(OpenAuthenticationProviderType type) Set the type property: Type of provider for OAuth.Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type OpenAuthenticationAccessPolicyModifier and TypeMethodDescriptionOpenAuthenticationAccessPolicies.policies()
Get the policies property: Open authentication policies.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type OpenAuthenticationAccessPolicyModifier and TypeMethodDescriptionOpenAuthenticationAccessPolicies.withPolicies
(Map<String, OpenAuthenticationAccessPolicy> policies) Set the policies property: Open authentication policies.