NetworkSecurityRulesEvaluationResult interface
Network security rules evaluation result.
Properties
destination |
Value indicating whether destination is matched. |
destination |
Value indicating whether destination port is matched. |
name | Name of the network security rule. |
protocol |
Value indicating whether protocol is matched. |
source |
Value indicating whether source is matched. |
source |
Value indicating whether source port is matched. |
Property Details
destinationMatched
Value indicating whether destination is matched.
destinationMatched?: boolean
Property Value
boolean
destinationPortMatched
Value indicating whether destination port is matched.
destinationPortMatched?: boolean
Property Value
boolean
name
Name of the network security rule.
name?: string
Property Value
string
protocolMatched
Value indicating whether protocol is matched.
protocolMatched?: boolean
Property Value
boolean
sourceMatched
Value indicating whether source is matched.
sourceMatched?: boolean
Property Value
boolean
sourcePortMatched
Value indicating whether source port is matched.
sourcePortMatched?: boolean
Property Value
boolean