MalwareEntity interface
Represents a malware entity.
- Extends
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. |
category | The malware category by the vendor, e.g. Trojan NOTE: This property will not be serialized. It can only be populated by the server. |
file |
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. |
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. |
kind | Polymorphic discriminator, which specifies the different types this object can be |
malware |
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. |
process |
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. |
Inherited Properties
id | 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. |
name | The name of the resource NOTE: This property will not be serialized. It can only be populated by the server. |
system |
Azure Resource Manager metadata containing createdBy and modifiedBy information. NOTE: This property will not be serialized. It can only be populated by the server. |
type | 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. |
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>}
category
The malware category by the vendor, e.g. Trojan NOTE: This property will not be serialized. It can only be populated by the server.
category?: string
Property Value
string
fileEntityIds
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.
fileEntityIds?: string[]
Property Value
string[]
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
kind
Polymorphic discriminator, which specifies the different types this object can be
kind: "Malware"
Property Value
"Malware"
malwareName
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.
malwareName?: string
Property Value
string
processEntityIds
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.
processEntityIds?: string[]
Property Value
string[]
Inherited Property Details
id
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.
id?: string
Property Value
string
Inherited From Entity.id
name
The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From Entity.name
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.
systemData?: SystemData
Property Value
Inherited From Entity.systemData
type
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.
type?: string
Property Value
string
Inherited From Entity.type
Azure SDK for JavaScript