AzureNSGRule
Properties
boolean
destination_any
Optional
Not available
boolean
destination_inversion
Optional
Not available
boolean
disabled
Optional
Not available
string
entity_id
Optional
Entity ID that can be references in detail API calls
string
name
Optional
Name of the object
string
rule_id
Optional
Not available
string
section_id
Optional
Not available
string
section_name
Optional
Not available
integer
sequence_number
Optional
Not available
boolean
service_any
Optional
Not available
boolean
source_any
Optional
Not available
boolean
source_inversion
Optional
Not available
JSON Example
{
"action": "enum",
"destination_any": false,
"destination_inversion": false,
"destinations": [
{
"entity_id": "string",
"entity_type": "enum"
}
],
"direction": "enum",
"disabled": false,
"entity_id": "1000:104:12213212",
"entity_type": "enum",
"name": "My Name",
"port_ranges": [
{
"display": "string",
"end": 0,
"iana_name": "string",
"iana_port_display": "string",
"start": 0
}
],
"rule_id": "string",
"section_id": "string",
"section_name": "string",
"sequence_number": 0,
"service_any": false,
"services": [
{
"entity_id": "string",
"entity_type": "enum"
}
],
"source_any": false,
"source_inversion": false,
"sources": [
{
"entity_id": "string",
"entity_type": "enum"
}
]
}