Share via


IFileEntityProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.FileEntityPropertiesTypeConverter))]
public interface IFileEntityProperties : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IEntityCommonProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.FileEntityPropertiesTypeConverter))>]
type IFileEntityProperties = interface
    interface IJsonSerializable
    interface IEntityCommonProperties
Public Interface IFileEntityProperties
Implements IEntityCommonProperties
Derived
Attributes
Implements

Properties

AdditionalData

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

(Inherited from IEntityCommonProperties)
Directory

The full path to the file.

FileHashEntityId

The file hash entity identifiers associated with this file

FileName

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

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.

(Inherited from IEntityCommonProperties)
HostEntityId

The Host entity id which the file belongs to

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to