Share via


IProcessEntityProperties Interface

Definition

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

Properties

AccountEntityId

The account entity id running the processes.

AdditionalData

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

(Inherited from IEntityCommonProperties)
CommandLine

The command line used to create the process

CreationTimeUtc

The time when the process started to run

ElevationToken

The elevation token associated with the process.

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 on which the process was running

HostLogonSessionEntityId

The session entity id in which the process was running

ImageFileEntityId

Image file entity id

ParentProcessEntityId

The parent process entity id.

ProcessId

The process ID

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to