ProcessEntity Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. securityinsights. models. Entity - com.
azure. resourcemanager. securityinsights. models. ProcessEntity
- com.
- com.
- com.
public final class ProcessEntity
extends Entity
Represents a process entity.
Constructor Summary
| Constructor | Description |
|---|---|
| ProcessEntity() |
Creates an instance of Process |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
accountEntityId()
Get the account |
| Map<String,Object> |
additionalData()
Get the additional |
| String |
commandLine()
Get the command |
|
Offset |
creationTimeUtc()
Get the creation |
|
Elevation |
elevationToken()
Get the elevation |
| String |
friendlyName()
Get the friendly |
|
static
Process |
fromJson(JsonReader jsonReader)
Reads an instance of Process |
| String |
hostEntityId()
Get the host |
| String |
hostLogonSessionEntityId()
Get the host |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
| String |
imageFileEntityId()
Get the image |
|
Entity |
kind()
Get the kind property: The kind of the entity. |
| String |
name()
Get the name property: The name of the resource. |
| String |
parentProcessEntityId()
Get the parent |
| String |
processId()
Get the process |
|
System |
systemData()
Get the system |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
| void |
validate()
Validates the instance. |
|
Process |
withElevationToken(ElevationToken elevationToken)
Set the elevation |
Methods inherited from Entity
Methods inherited from java.lang.Object
Constructor Details
ProcessEntity
public ProcessEntity()
Creates an instance of ProcessEntity class.
Method Details
accountEntityId
public String accountEntityId()
Get the accountEntityId property: The account entity id running the processes.
Returns:
additionalData
public Map<String,Object> additionalData()
Get the additionalData property: A bag of custom fields that should be part of the entity and will be presented to the user.
Returns:
commandLine
public String commandLine()
Get the commandLine property: The command line used to create the process.
Returns:
creationTimeUtc
public OffsetDateTime creationTimeUtc()
Get the creationTimeUtc property: The time when the process started to run.
Returns:
elevationToken
public ElevationToken elevationToken()
Get the elevationToken property: The elevation token associated with the process.
Returns:
friendlyName
public String friendlyName()
Get the friendlyName property: 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.
Returns:
fromJson
public static ProcessEntity fromJson(JsonReader jsonReader)
Reads an instance of ProcessEntity from the JsonReader.
Parameters:
Returns:
Throws:
hostEntityId
public String hostEntityId()
Get the hostEntityId property: The host entity id on which the process was running.
Returns:
hostLogonSessionEntityId
public String hostLogonSessionEntityId()
Get the hostLogonSessionEntityId property: The session entity id in which the process was running.
Returns:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
ProcessEntity.id()Returns:
imageFileEntityId
public String imageFileEntityId()
Get the imageFileEntityId property: Image file entity id.
Returns:
kind
public EntityKindEnum kind()
Get the kind property: The kind of the entity.
Overrides:
ProcessEntity.kind()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
ProcessEntity.name()Returns:
parentProcessEntityId
public String parentProcessEntityId()
Get the parentProcessEntityId property: The parent process entity id.
Returns:
processId
public String processId()
Get the processId property: The process ID.
Returns:
systemData
public SystemData systemData()
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Overrides:
ProcessEntity.systemData()Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
ProcessEntity.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
ProcessEntity.type()Returns:
validate
public void validate()
Validates the instance.
Overrides:
ProcessEntity.validate()withElevationToken
public ProcessEntity withElevationToken(ElevationToken elevationToken)
Set the elevationToken property: The elevation token associated with the process.
Parameters:
Returns: