ProcessEntityProperties interface

Process entity property bag.

Extends

Properties

accountEntityId

The account entity id running the processes. NOTE: This property will not be serialized. It can only be populated by the server.

commandLine

The command line used to create the process NOTE: This property will not be serialized. It can only be populated by the server.

creationTimeUtc

The time when the process started to run NOTE: This property will not be serialized. It can only be populated by the server.

elevationToken

The elevation token associated with the process.

hostEntityId

The host entity id on which the process was running NOTE: This property will not be serialized. It can only be populated by the server.

hostLogonSessionEntityId

The session entity id in which the process was running NOTE: This property will not be serialized. It can only be populated by the server.

imageFileEntityId

Image file entity id NOTE: This property will not be serialized. It can only be populated by the server.

parentProcessEntityId

The parent process entity id. NOTE: This property will not be serialized. It can only be populated by the server.

processId

The process ID NOTE: This property will not be serialized. It can only be populated by the server.

Inherited Properties

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.

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.

Property Details

accountEntityId

The account entity id running the processes. NOTE: This property will not be serialized. It can only be populated by the server.

accountEntityId?: string

Property Value

string

commandLine

The command line used to create the process NOTE: This property will not be serialized. It can only be populated by the server.

commandLine?: string

Property Value

string

creationTimeUtc

The time when the process started to run NOTE: This property will not be serialized. It can only be populated by the server.

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 NOTE: This property will not be serialized. It can only be populated by the server.

hostEntityId?: string

Property Value

string

hostLogonSessionEntityId

The session entity id in which the process was running NOTE: This property will not be serialized. It can only be populated by the server.

hostLogonSessionEntityId?: string

Property Value

string

imageFileEntityId

Image file entity id NOTE: This property will not be serialized. It can only be populated by the server.

imageFileEntityId?: string

Property Value

string

parentProcessEntityId

The parent process entity id. NOTE: This property will not be serialized. It can only be populated by the server.

parentProcessEntityId?: string

Property Value

string

processId

The process ID NOTE: This property will not be serialized. It can only be populated by the server.

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. 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>}

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. NOTE: This property will not be serialized. It can only be populated by the server.

friendlyName?: string

Property Value

string

Inherited From EntityCommonProperties.friendlyName