ActiveSecurityAdminRule interface
Network admin rule.
- Extends
Properties
access | Indicates the access allowed for this particular rule |
description | A description for this rule. Restricted to 140 chars. |
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. |
kind | Polymorphic discriminator, which specifies the different types this object can be |
priority | The priority of the rule. The value can be between 1 and 4096. The priority number must be unique for each rule in the collection. The lower the priority number, the higher the priority of the rule. |
protocol | Network protocol this rule applies to. |
provisioning |
The provisioning state of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
resource |
Unique identifier for this resource. NOTE: This property will not be serialized. It can only be populated by the server. |
source |
The source port ranges. |
sources | The CIDR or source IP ranges. |
Inherited Properties
commit |
Deployment time string. |
configuration |
A description of the security admin configuration. |
id | Resource ID. |
region | Deployment region. |
rule |
Groups for rule collection |
rule |
A description of the rule collection. |
rule |
Effective configuration groups. |
Property Details
access
Indicates the access allowed for this particular rule
access?: string
Property Value
string
description
A description for this rule. Restricted to 140 chars.
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
kind
Polymorphic discriminator, which specifies the different types this object can be
kind: "Custom"
Property Value
"Custom"
priority
The priority of the rule. The value can be between 1 and 4096. The priority number must be unique for each rule in the collection. The lower the priority number, the higher the priority of the rule.
priority?: number
Property Value
number
protocol
Network protocol this rule applies to.
protocol?: string
Property Value
string
provisioningState
The provisioning state of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
resourceGuid
Unique identifier for this resource. NOTE: This property will not be serialized. It can only be populated by the server.
resourceGuid?: string
Property Value
string
sourcePortRanges
The source port ranges.
sourcePortRanges?: string[]
Property Value
string[]
sources
Inherited Property Details
commitTime
Deployment time string.
commitTime?: Date
Property Value
Date
Inherited From ActiveBaseSecurityAdminRule.commitTime
configurationDescription
A description of the security admin configuration.
configurationDescription?: string
Property Value
string
Inherited From ActiveBaseSecurityAdminRule.configurationDescription
id
region
Deployment region.
region?: string
Property Value
string
Inherited From ActiveBaseSecurityAdminRule.region
ruleCollectionAppliesToGroups
Groups for rule collection
ruleCollectionAppliesToGroups?: NetworkManagerSecurityGroupItem[]
Property Value
Inherited From ActiveBaseSecurityAdminRule.ruleCollectionAppliesToGroups
ruleCollectionDescription
A description of the rule collection.
ruleCollectionDescription?: string
Property Value
string
Inherited From ActiveBaseSecurityAdminRule.ruleCollectionDescription
ruleGroups
Effective configuration groups.
ruleGroups?: ConfigurationGroup[]
Property Value
Inherited From ActiveBaseSecurityAdminRule.ruleGroups