Class ProcessEntityProperties
java.lang.Object
com.azure.resourcemanager.securityinsights.models.EntityCommonProperties
com.azure.resourcemanager.securityinsights.fluent.models.ProcessEntityProperties
Process entity property bag.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the accountEntityId property: The account entity id running the processes.Get the commandLine property: The command line used to create the process.Get the creationTimeUtc property: The time when the process started to run.Get the elevationToken property: The elevation token associated with the process.Get the hostEntityId property: The host entity id on which the process was running.Get the hostLogonSessionEntityId property: The session entity id in which the process was running.Get the imageFileEntityId property: Image file entity id.Get the parentProcessEntityId property: The parent process entity id.Get the processId property: The process ID.void
validate()
Validates the instance.withElevationToken
(ElevationToken elevationToken) Set the elevationToken property: The elevation token associated with the process.Methods inherited from class com.azure.resourcemanager.securityinsights.models.EntityCommonProperties
additionalData, friendlyName
-
Constructor Details
-
ProcessEntityProperties
public ProcessEntityProperties()
-
-
Method Details
-
accountEntityId
Get the accountEntityId property: The account entity id running the processes.- Returns:
- the accountEntityId value.
-
commandLine
Get the commandLine property: The command line used to create the process.- Returns:
- the commandLine value.
-
creationTimeUtc
Get the creationTimeUtc property: The time when the process started to run.- Returns:
- the creationTimeUtc value.
-
elevationToken
Get the elevationToken property: The elevation token associated with the process.- Returns:
- the elevationToken value.
-
withElevationToken
Set the elevationToken property: The elevation token associated with the process.- Parameters:
elevationToken
- the elevationToken value to set.- Returns:
- the ProcessEntityProperties object itself.
-
hostEntityId
Get the hostEntityId property: The host entity id on which the process was running.- Returns:
- the hostEntityId value.
-
hostLogonSessionEntityId
Get the hostLogonSessionEntityId property: The session entity id in which the process was running.- Returns:
- the hostLogonSessionEntityId value.
-
imageFileEntityId
Get the imageFileEntityId property: Image file entity id.- Returns:
- the imageFileEntityId value.
-
parentProcessEntityId
Get the parentProcessEntityId property: The parent process entity id.- Returns:
- the parentProcessEntityId value.
-
processId
Get the processId property: The process ID.- Returns:
- the processId value.
-
validate
public void validate()Validates the instance.- Overrides:
validate
in classEntityCommonProperties
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-