SecurityUserRulePropertiesFormat interface
Security rule resource.
Properties
| description | A description for this rule. |
| destination |
The destination port ranges. |
| destinations | The destination address prefixes. CIDR or destination IP ranges. |
| direction | Indicates if the traffic matched against the rule in inbound or outbound. |
| protocol | Network protocol this rule applies to. |
| provisioning |
The provisioning state of the security configuration user rule resource. |
| resource |
Unique identifier for this resource. |
| source |
The source port ranges. |
| sources | The CIDR or source IP ranges. |
Property Details
description
A description for this rule.
description?: string
Property Value
string
destinationPortRanges
The destination port ranges.
destinationPortRanges?: string[]
Property Value
string[]
destinations
The destination address prefixes. CIDR or destination IP ranges.
destinations?: AddressPrefixItem[]
Property Value
direction
Indicates if the traffic matched against the rule in inbound or outbound.
direction: string
Property Value
string
protocol
Network protocol this rule applies to.
protocol: string
Property Value
string
provisioningState
The provisioning state of the security configuration user rule resource.
provisioningState?: string
Property Value
string
resourceGuid
Unique identifier for this resource.
resourceGuid?: string
Property Value
string
sourcePortRanges
The source port ranges.
sourcePortRanges?: string[]
Property Value
string[]