ProcessEntityProperties interface
处理实体属性包。
属性
| account |
运行进程的帐户实体 ID。 |
| command |
用于创建进程的命令行 |
| creation |
进程开始运行的时间 |
| elevation |
与进程关联的提升令牌。 |
| host |
运行进程的主机实体 ID |
| host |
在其中运行进程的会话实体 ID |
| image |
图像文件实体 ID |
| parent |
父进程实体 ID。 |
| process |
进程 ID |
继承属性
| additional |
应属于实体的自定义字段的包,并将呈现给用户。 |
| friendly |
图形项显示名称,它是图形项实例的简短可读说明。 此属性是可选的,可能是系统生成的。 |
属性详细信息
accountEntityId
运行进程的帐户实体 ID。
accountEntityId?: string
属性值
string
commandLine
用于创建进程的命令行
commandLine?: string
属性值
string
creationTimeUtc
进程开始运行的时间
creationTimeUtc?: Date
属性值
Date
elevationToken
hostEntityId
运行进程的主机实体 ID
hostEntityId?: string
属性值
string
hostLogonSessionEntityId
在其中运行进程的会话实体 ID
hostLogonSessionEntityId?: string
属性值
string
imageFileEntityId
图像文件实体 ID
imageFileEntityId?: string
属性值
string
parentProcessEntityId
父进程实体 ID。
parentProcessEntityId?: string
属性值
string
processId
进程 ID
processId?: string
属性值
string
继承属性详细信息
additionalData
应属于实体的自定义字段的包,并将呈现给用户。
additionalData?: Record<string, any>
属性值
Record<string, any>
friendlyName
图形项显示名称,它是图形项实例的简短可读说明。 此属性是可选的,可能是系统生成的。
friendlyName?: string
属性值
string