LineageObject

Information about the runtime process details.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val euid: Int?

The effective user ID that was used to execute the process.

Link copied to clipboard

The absolute path of the process executable file.

Link copied to clipboard
val name: String?

The name of the process.

Link copied to clipboard

The process ID of the child process.

Link copied to clipboard

The unique ID of the parent process. This ID is assigned to the parent process by GuardDuty.

Link copied to clipboard
val pid: Int?

The ID of the process.

Link copied to clipboard

The time when the process started. This is in UTC format.

Link copied to clipboard
val userId: Int?

The user ID of the user that executed the process.

Link copied to clipboard
val uuid: String?

The unique ID assigned to the process by GuardDuty.

Functions

Link copied to clipboard
inline fun copy(block: LineageObject.Builder.() -> Unit = {}): LineageObject
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String