PolicyManagerFirewall
Properties
string
entity_id
Optional
Entity ID that can be references in detail API calls
string
name
Optional
Name of the object
JSON Example
{
"entity_id": "1000:104:12213212",
"entity_type": "enum",
"exclusions": [
{
"entity_id": "string",
"entity_type": "enum"
}
],
"firewall_rules": [
{
"firewall": {
"entity_id": "string",
"entity_type": "enum"
},
"rule_set_type": "string",
"rules": [
{
"entity_id": "string",
"entity_type": "enum"
}
]
}
],
"firewall_sections": [
{
"entity_id": "string",
"entity_type": "enum"
}
],
"name": "My Name",
"sddc_type": "enum"
}