Zero Networks Segment Modeling Rule

Modeling Rule

Zero Networks Segment

Details

IDZero_Networks_Segment_ModelingRule
From Version8.15.0
TagsZero Networks Segment

Schema

zeronetworks_segment_raw

Field Type Array?
auditType int
callerIpAddress int
destinationEntitiesList string
details string
dst string
enforcementSource int
inboundRuleMatches string
outboundRuleMatches string
parentObjectId string
performedBy string
protocol int
reason int
reportedObjectId string
source_log_type string
src string
state int
userRole int
{
  "zeronetworks_segment_raw": {
      "callerIpAddress": {
          "type": "int",
          "is_array": false
      },
      "userRole": {
          "type": "int",
          "is_array": false
      },
      "auditType": {
          "type": "int",
          "is_array": false
      },
      "enforcementSource": {
          "type": "int",
          "is_array": false
      },
      "performedBy": {
          "type": "string",
          "is_array": false
      },
      "parentObjectId": {
          "type": "string",
          "is_array": false
      },
      "details": {
          "type": "string",
          "is_array": false
      },
      "reportedObjectId": {
          "type": "string",
          "is_array": false
      },
      "destinationEntitiesList": {
          "type": "string",
          "is_array": false
      },
      "protocol": {
          "type": "int",
          "is_array": false
      },
      "src": {
          "type": "string",
          "is_array": false
      },
      "dst": {
          "type": "string",
          "is_array": false
      },
      "state": {
          "type": "int",
          "is_array": false
      },
      "reason": {
          "type": "int",
          "is_array": false
      },
      "inboundRuleMatches": {
          "type": "string",
          "is_array": false
      },
      "outboundRuleMatches": {
          "type": "string",
          "is_array": false
      },
      "source_log_type": {
          "type": "string",
          "is_array": false
      }
  }
}