SecurityPolicyWebApplicationFirewallParameters Class
The json object containing security policy waf parameters.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.cdn.models._models_py3.SecurityPolicyPropertiesParametersSecurityPolicyWebApplicationFirewallParameters
Constructor
SecurityPolicyWebApplicationFirewallParameters(*, waf_policy: _models.ResourceReference | None = None, associations: List[_models.SecurityPolicyWebApplicationFirewallAssociation] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
waf_policy
|
Resource ID. |
associations
|
Waf associations. |
Variables
Name | Description |
---|---|
type
|
The type of the Security policy to create. Required. "WebApplicationFirewall" |
waf_policy
|
Resource ID. |
associations
|
Waf associations. |
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