Share via


IMalwareEntityProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.MalwareEntityPropertiesTypeConverter))]
public interface IMalwareEntityProperties : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IEntityCommonProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.MalwareEntityPropertiesTypeConverter))>]
type IMalwareEntityProperties = interface
    interface IJsonSerializable
    interface IEntityCommonProperties
Public Interface IMalwareEntityProperties
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)
Category

The malware category by the vendor, e.g. Trojan

FileEntityId

List of linked file entity identifiers on which the malware was found

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)
MalwareName

The malware name by the vendor, e.g. Win32/Toga!rfn

ProcessEntityId

List of linked process entity identifiers on which the malware was found.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to