SecurityPolicyWebApplicationFirewallParameters Class

The json object containing security policy waf parameters.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.cdn.models._models_py3.SecurityPolicyPropertiesParameters
SecurityPolicyWebApplicationFirewallParameters

Constructor

SecurityPolicyWebApplicationFirewallParameters(*, waf_policy: Optional[azure.mgmt.cdn.models._models_py3.ResourceReference] = None, associations: Optional[List[azure.mgmt.cdn.models._models_py3.SecurityPolicyWebApplicationFirewallAssociation]] = None, **kwargs)

Variables

type
str or SecurityPolicyType

Required. The type of the Security policy to create.Constant filled by server. Possible values include: "WebApplicationFirewall".

waf_policy
ResourceReference

Resource ID.

associations
list[SecurityPolicyWebApplicationFirewallAssociation]

Waf associations.