ProcessEntityProperties interface
Process entity property bag.
- Extends
Properties
account |
The account entity id running the processes. NOTE: This property will not be serialized. It can only be populated by the server. |
command |
The command line used to create the process NOTE: This property will not be serialized. It can only be populated by the server. |
creation |
The time when the process started to run NOTE: This property will not be serialized. It can only be populated by the server. |
elevation |
The elevation token associated with the process. |
host |
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. |
host |
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. |
image |
Image file entity id NOTE: This property will not be serialized. It can only be populated by the server. |
parent |
The parent process entity id. NOTE: This property will not be serialized. It can only be populated by the server. |
process |
The process ID NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited 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. |
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. |
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
Azure SDK for JavaScript