FileEntityProperties interface
File entity property bag.
- Extends
Properties
directory | The full path to the file. NOTE: This property will not be serialized. It can only be populated by the server. |
file |
The file hash entity identifiers associated with this file NOTE: This property will not be serialized. It can only be populated by the server. |
file |
The file name without path (some alerts might not include path). NOTE: This property will not be serialized. It can only be populated by the server. |
host |
The Host entity id which the file belongs to NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
additional |
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. |
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. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
directory
The full path to the file. NOTE: This property will not be serialized. It can only be populated by the server.
directory?: string
Property Value
string
fileHashEntityIds
The file hash entity identifiers associated with this file NOTE: This property will not be serialized. It can only be populated by the server.
fileHashEntityIds?: string[]
Property Value
string[]
fileName
The file name without path (some alerts might not include path). NOTE: This property will not be serialized. It can only be populated by the server.
fileName?: string
Property Value
string
hostEntityId
The Host entity id which the file belongs to NOTE: This property will not be serialized. It can only be populated by the server.
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. 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
Azure SDK for JavaScript