SecurityRule Parent topic

Parameter
Data Type
Description
Required?
securityRule
Container
The container for security rule information.
Property type: Element
Yes
securityRule.id
String
The GUID of the security rule.
Property type: Attribute
Yes
securityRule.SecurityRuleType
Container: SecurityRuleType
The container of information about a security rule's type.
Property type: Element
Yes
securityRule.SecurityRuleConditionList
Container: SecurityRuleConditionList
The container for all conditions of a security rule.
Property type: Element
No
securityRule.description
String
The description of the rule.
Property type: Attribute
Valid value: any string of 1-360 characters
No
securityRule.matchType
Enumeration
Indicates if one or many rules are matched.
Property type: Attribute
Valid values:
  • MatchAll—rule is passed only if all sub-rules are passed.
  • MatchAny— rule is passed if a sub-rule is passed.
No
securityRule.dataMissing
Enumeration
Indicates the action if actual data is missing.
Property type: Attribute
Valid values:
  • NoRule
  • Failed
No