DnsEntityProperties interface

Dns entity property bag.

Extends

Properties

dnsServerIpEntityId

An ip entity id for the dns server resolving the request NOTE: This property will not be serialized. It can only be populated by the server.

domainName

The name of the dns record associated with the alert NOTE: This property will not be serialized. It can only be populated by the server.

hostIpAddressEntityId

An ip entity id for the dns request client NOTE: This property will not be serialized. It can only be populated by the server.

ipAddressEntityIds

Ip entity identifiers for the resolved ip address. 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

dnsServerIpEntityId

An ip entity id for the dns server resolving the request NOTE: This property will not be serialized. It can only be populated by the server.

dnsServerIpEntityId?: string

Property Value

string

domainName

The name of the dns record associated with the alert NOTE: This property will not be serialized. It can only be populated by the server.

domainName?: string

Property Value

string

hostIpAddressEntityId

An ip entity id for the dns request client NOTE: This property will not be serialized. It can only be populated by the server.

hostIpAddressEntityId?: string

Property Value

string

ipAddressEntityIds

Ip entity identifiers for the resolved ip address. NOTE: This property will not be serialized. It can only be populated by the server.

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. 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