Values.ProcessDetailsSourceThe details of process-related information about a finding.
type nonrec t = {name : NonEmptyString.t option;The name of the process. Length Constraints: Minimum of 1. Maximum of 64.
*)path : NonEmptyString.t option;The path to the process executable. Length Constraints: Minimum of 1. Maximum of 512.
*)pid : Integer.t option;The process ID.
*)parentPid : Integer.t option;The parent process ID. This field accepts positive integers between O and 2147483647.
*)launchedAt : NonEmptyString.t option;Indicates when the process was launched. For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see Timestamps.
*)terminatedAt : NonEmptyString.t option;Indicates when the process was terminated. For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see Timestamps.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of Integer.t | `String of NonEmptyString.t ]) list ]