Class OpenAuthenticationAccessPolicies
java.lang.Object
com.azure.resourcemanager.appservice.models.OpenAuthenticationAccessPolicies
AuthenticationPolicy of type Open.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of OpenAuthenticationAccessPolicies class. -
Method Summary
Modifier and TypeMethodDescriptionpolicies()Get the policies property: Open authentication policies.voidvalidate()Validates the instance.withPolicies(Map<String, OpenAuthenticationAccessPolicy> policies) Set the policies property: Open authentication policies.
-
Constructor Details
-
OpenAuthenticationAccessPolicies
public OpenAuthenticationAccessPolicies()Creates an instance of OpenAuthenticationAccessPolicies class.
-
-
Method Details
-
policies
Get the policies property: Open authentication policies.- Returns:
- the policies value.
-
withPolicies
public OpenAuthenticationAccessPolicies withPolicies(Map<String, OpenAuthenticationAccessPolicy> policies) Set the policies property: Open authentication policies.- Parameters:
policies- the policies value to set.- Returns:
- the OpenAuthenticationAccessPolicies object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-