DnsEntityProperties interface
Dns entity property bag.
- Extends
Properties
| dns |
An ip entity id for the dns server resolving the request |
| domain |
The name of the dns record associated with the alert |
| host |
An ip entity id for the dns request client |
| ip |
Ip entity identifiers for the resolved ip address. |
Inherited Properties
| additional |
A bag of custom fields that should be part of the entity and will be presented to the user. |
| friendly |
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