class Azure::CDN::Mgmt::V2020_09_01::Models::SecurityPolicyWebApplicationFirewallAssociation
settings for security policy patterns to match
Attributes
domains[RW]
@return [Array<ResourceReference>] List of domains.
patterns_to_match[RW]
@return [Array<String>] List of paths
Private Class Methods
mapper()
click to toggle source
Mapper for SecurityPolicyWebApplicationFirewallAssociation
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2020-09-01/generated/azure_mgmt_cdn/models/security_policy_web_application_firewall_association.rb, line 27 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'SecurityPolicyWebApplicationFirewallAssociation', type: { name: 'Composite', class_name: 'SecurityPolicyWebApplicationFirewallAssociation', model_properties: { domains: { client_side_validation: true, required: false, serialized_name: 'domains', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'ResourceReferenceElementType', type: { name: 'Composite', class_name: 'ResourceReference' } } } }, patterns_to_match: { client_side_validation: true, required: false, serialized_name: 'patternsToMatch', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { name: 'String' } } } } } } } end