ProcessEntity interface

Represents a process entity.

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.

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.

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.

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.

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.

kind

Polymorphic discriminator, which specifies the different types this object can be

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

id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server.

name

The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.

systemData

Azure Resource Manager metadata containing createdBy and modifiedBy information. NOTE: This property will not be serialized. It can only be populated by the server.

type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" 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

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

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

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

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

kind

Polymorphic discriminator, which specifies the different types this object can be

kind: "Process"

Property Value

"Process"

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

id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

Property Value

string

Inherited From Entity.id

name

The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Property Value

string

Inherited From Entity.name

systemData

Azure Resource Manager metadata containing createdBy and modifiedBy information. NOTE: This property will not be serialized. It can only be populated by the server.

systemData?: SystemData

Property Value

Inherited From Entity.systemData

type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

Property Value

string

Inherited From Entity.type