FlowAccessControlConfigurationPolicy Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. models. FlowAccessControlConfigurationPolicy
- com.
Implements
public final class FlowAccessControlConfigurationPolicy
implements JsonSerializable<FlowAccessControlConfigurationPolicy>
The access control configuration policy.
Constructor Summary
Constructor | Description |
---|---|
FlowAccessControlConfigurationPolicy() |
Creates an instance of Flow |
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Ip |
allowedCallerIpAddresses()
Get the allowed |
static
Flow |
fromJson(JsonReader jsonReader)
Reads an instance of Flow |
Open |
openAuthenticationPolicies()
Get the open |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Flow |
withAllowedCallerIpAddresses(List<IpAddressRange> allowedCallerIpAddresses)
Set the allowed |
Flow |
withOpenAuthenticationPolicies(OpenAuthenticationAccessPolicies openAuthenticationPolicies)
Set the open |
Methods inherited from java.lang.Object
Constructor Details
FlowAccessControlConfigurationPolicy
public FlowAccessControlConfigurationPolicy()
Creates an instance of FlowAccessControlConfigurationPolicy class.
Method Details
allowedCallerIpAddresses
public List
Get the allowedCallerIpAddresses property: The allowed caller IP address ranges.
Returns:
fromJson
public static FlowAccessControlConfigurationPolicy fromJson(JsonReader jsonReader)
Reads an instance of FlowAccessControlConfigurationPolicy from the JsonReader.
Parameters:
Returns:
Throws:
openAuthenticationPolicies
public OpenAuthenticationAccessPolicies openAuthenticationPolicies()
Get the openAuthenticationPolicies property: The authentication policies for workflow.
Returns:
toJson
validate
public void validate()
Validates the instance.
withAllowedCallerIpAddresses
public FlowAccessControlConfigurationPolicy withAllowedCallerIpAddresses(List
Set the allowedCallerIpAddresses property: The allowed caller IP address ranges.
Parameters:
Returns:
withOpenAuthenticationPolicies
public FlowAccessControlConfigurationPolicy withOpenAuthenticationPolicies(OpenAuthenticationAccessPolicies openAuthenticationPolicies)
Set the openAuthenticationPolicies property: The authentication policies for workflow.
Parameters:
Returns:
Applies to
Azure SDK for Java