FileEntityProperties interface

File entity property bag.

Extends

Properties

directory

The full path to the file.

fileHashEntityIds

The file hash entity identifiers associated with this file

fileName

The file name without path (some alerts might not include path).

hostEntityId

The Host entity id which the file belongs to

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

directory

The full path to the file.

directory?: string

Property Value

string

fileHashEntityIds

The file hash entity identifiers associated with this file

fileHashEntityIds?: string[]

Property Value

string[]

fileName

The file name without path (some alerts might not include path).

fileName?: string

Property Value

string

hostEntityId

The Host entity id which the file belongs to

hostEntityId?: 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