ProcessEntityProperties interface

Process entity property bag.

Extends

Properties

accountEntityId

The account entity id running the processes.

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.

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

Inherited Properties

additionalData

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

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.

Property Details

accountEntityId

The account entity id running the processes.

accountEntityId?: string

Property Value

string

commandLine

The command line used to create the process

commandLine?: string

Property Value

string

creationTimeUtc

The time when the process started to run

creationTimeUtc?: Date

Property Value

Date

elevationToken

The elevation token associated with the process.

elevationToken?: ElevationToken

Property Value

hostEntityId

The host entity id on which the process was running

hostEntityId?: string

Property Value

string

hostLogonSessionEntityId

The session entity id in which the process was running

hostLogonSessionEntityId?: string

Property Value

string

imageFileEntityId

Image file entity id

imageFileEntityId?: string

Property Value

string

parentProcessEntityId

The parent process entity id.

parentProcessEntityId?: string

Property Value

string

processId

The process ID

processId?: string

Property Value

string

Inherited Property Details

additionalData

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

additionalData?: Record<string, any>

Property Value

Record<string, any>

Inherited From EntityCommonProperties.additionalData

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.

friendlyName?: string

Property Value

string

Inherited From EntityCommonProperties.friendlyName