IpEntityProperties interface

Ip entity property bag.

Extends

Properties

address

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.

location

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

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.

Inherited Properties

additionalData

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.

friendlyName

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.

Property Details

address

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.

address?: string

Property Value

string

location

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

location?: GeoLocation

Property Value

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.

threatIntelligence?: ThreatIntelligence[]

Property Value

Inherited Property Details

additionalData

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.

additionalData?: {[propertyName: string]: Record<string, unknown>}

Property Value

{[propertyName: string]: Record<string, unknown>}

Inherited From EntityCommonProperties.additionalData

friendlyName

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.

friendlyName?: string

Property Value

string

Inherited From EntityCommonProperties.friendlyName