NetworkSecurityMatchTarget
NetworkSecurityMatchTarget
JSON Example
{
"client_ip": {
"addrs": [
{
"addr": "string",
"type": "string"
}
],
"group_refs": [
"string"
],
"match_criteria": "string",
"prefixes": [
{
"ip_addr": {
"addr": "string",
"type": "string"
},
"mask": 0
}
],
"ranges": [
{
"begin": {
"addr": "string",
"type": "string"
},
"end": {
"addr": "string",
"type": "string"
}
}
]
},
"client_port": {
"match_criteria": "string",
"ports": [
0
],
"ranges": [
{
"end": 0,
"start": 0
}
]
},
"geo_matches": [
{
"attribute": "string",
"match_operation": "string",
"values": [
"string"
]
}
],
"ip_reputation_type": {
"match_operation": "string",
"reputation_types": [
"string"
]
},
"microservice": {
"group_ref": "string",
"match_criteria": "string"
},
"vs_port": {
"match_criteria": "string",
"ports": [
0
]
}
}
array of GeoMatch
geo_matches
Optional
Matches the geo information of incoming packets in the client side traffic. Field introduced in 21.1.1. Maximum of 1 items allowed. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.