DnsEntityProperties interface

Dns entity property bag.

Extends

Properties

dnsServerIpEntityId

An ip entity id for the dns server resolving the request

domainName

The name of the dns record associated with the alert

hostIpAddressEntityId

An ip entity id for the dns request client

ipAddressEntityIds

Ip entity identifiers for the resolved ip address.

Inherited Properties

additionalData

A bag of custom fields that should be part of the entity and will be presented to the user.

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.

Property Details

dnsServerIpEntityId

An ip entity id for the dns server resolving the request

dnsServerIpEntityId?: string

Property Value

string

domainName

The name of the dns record associated with the alert

domainName?: string

Property Value

string

hostIpAddressEntityId

An ip entity id for the dns request client

hostIpAddressEntityId?: string

Property Value

string

ipAddressEntityIds

Ip entity identifiers for the resolved ip address.

ipAddressEntityIds?: string[]

Property Value

string[]

Inherited Property Details

additionalData

A bag of custom fields that should be part of the entity and will be presented to the user.

additionalData?: Record<string, any>

Property Value

Record<string, any>

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.

friendlyName?: string

Property Value

string

Inherited From EntityCommonProperties.friendlyName