FlowAccessControlConfigurationPolicy Class
The access control configuration policy.
- Inheritance
-
azure.mgmt.web._serialization.ModelFlowAccessControlConfigurationPolicy
Constructor
FlowAccessControlConfigurationPolicy(*, allowed_caller_ip_addresses: List[_models.IpAddressRange] | None = None, open_authentication_policies: _models.OpenAuthenticationAccessPolicies | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
allowed_caller_ip_addresses
|
The allowed caller IP address ranges. |
open_authentication_policies
|
The authentication policies for workflow. |
Variables
Name | Description |
---|---|
allowed_caller_ip_addresses
|
The allowed caller IP address ranges. |
open_authentication_policies
|
The authentication policies for workflow. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python