NspAccessRuleProperties interface
Properties of NSP access rule.
Properties
| address |
Inbound address prefixes (IPv4/IPv6) |
| direction | Direction that specifies whether the access rules is inbound/outbound. |
| email |
Outbound rules in email address format. This access rule type is currently unavailable for use. |
| fully |
Outbound rules in fully qualified domain name format. |
| network |
Rule specified by the perimeter id. |
| phone |
Outbound rules in phone number format. This access rule type is currently unavailable for use. |
| provisioning |
The provisioning state of the scope assignment resource. |
| service |
Inbound rules of type service tag. This access rule type is currently unavailable for use. |
| subscriptions | List of subscription ids |
Property Details
addressPrefixes
Inbound address prefixes (IPv4/IPv6)
addressPrefixes?: string[]
Property Value
string[]
direction
Direction that specifies whether the access rules is inbound/outbound.
direction?: string
Property Value
string
emailAddresses
Outbound rules in email address format. This access rule type is currently unavailable for use.
emailAddresses?: string[]
Property Value
string[]
fullyQualifiedDomainNames
Outbound rules in fully qualified domain name format.
fullyQualifiedDomainNames?: string[]
Property Value
string[]
networkSecurityPerimeters
Rule specified by the perimeter id.
networkSecurityPerimeters?: PerimeterBasedAccessRule[]
Property Value
phoneNumbers
Outbound rules in phone number format. This access rule type is currently unavailable for use.
phoneNumbers?: string[]
Property Value
string[]
provisioningState
The provisioning state of the scope assignment resource.
provisioningState?: string
Property Value
string
serviceTags
Inbound rules of type service tag. This access rule type is currently unavailable for use.
serviceTags?: string[]
Property Value
string[]