Values.ContainerDetailsSourceContainer details related to a finding.
type nonrec t = {containerRuntime : NonEmptyString.t option;The runtime of the container.
*)name : NonEmptyString.t option;The name of the container related to a finding.
*)imageId : NonEmptyString.t option;The identifier of the container image related to a finding.
*)imageName : NonEmptyString.t option;The name of the container image related to a finding.
*)launchedAt : NonEmptyString.t option;Indicates when the container started. For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see Timestamps.
*)volumeMounts : VolumeMountList.t option;Provides information about the mounting of a volume in a container.
*)privileged : Boolean.t option;When this parameter is true, the container is given elevated privileges on the host container instance (similar to the root user).
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `List of
[> `Structure of (string * [> `String of NonEmptyString.t ]) list ]
list
| `String of NonEmptyString.t ])
list ]