Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MalwareEntity

Package version

Represents a malware entity.

Hierarchy

Index

Properties

Optional additionalData

additionalData: undefined | {}

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.

Optional category

category: undefined | string

The malware category by the vendor, e.g. Trojan NOTE: This property will not be serialized. It can only be populated by the server.

Optional fileEntityIds

fileEntityIds: string[]

List of linked file entity identifiers on which the malware was found NOTE: This property will not be serialized. It can only be populated by the server.

Optional friendlyName

friendlyName: undefined | string

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.

Optional id

id: undefined | string

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server.

kind

kind: "Malware"

Polymorphic discriminator, which specifies the different types this object can be

Optional malwareName

malwareName: undefined | string

The malware name by the vendor, e.g. Win32/Toga!rfn NOTE: This property will not be serialized. It can only be populated by the server.

Optional name

name: undefined | string

The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.

Optional processEntityIds

processEntityIds: string[]

List of linked process entity identifiers on which the malware was found. NOTE: This property will not be serialized. It can only be populated by the server.

Optional systemData

systemData: SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information. NOTE: This property will not be serialized. It can only be populated by the server.

Optional type

type: undefined | string

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc