Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IpEntityProperties

Package version

Ip entity property bag.

Hierarchy

Index

Properties

Optional additionalData

additionalData: undefined | {}

A bag of custom fields that should be part of the entity and will be presented to the user. NOTE: This property will not be serialized. It can only be populated by the server.

Optional address

address: undefined | string

The IP address as string, e.g. 127.0.0.1 (either in Ipv4 or Ipv6) NOTE: This property will not be serialized. It can only be populated by the server.

Optional friendlyName

friendlyName: undefined | string

The graph item display name which is a short humanly readable description of the graph item instance. This property is optional and might be system generated. NOTE: This property will not be serialized. It can only be populated by the server.

Optional location

location: GeoLocation

The geo-location context attached to the ip entity NOTE: This property will not be serialized. It can only be populated by the server.

Optional threatIntelligence

threatIntelligence: ThreatIntelligence[]

A list of TI contexts attached to the ip entity. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc