Values.KubernetesUserDetailsSourceDetails about the Kubernetes user involved in a Kubernetes finding.
type nonrec t = {username : String_.t option;The username of the user who called the Kubernetes API.
*)uid : String_.t option;The user ID of the user who called the Kubernetes API.
*)groups : Groups.t option;The groups that include the user who called the Kubernetes API.
*)sessionName : SessionNameList.t option;Entity that assumes the IAM role when Kubernetes RBAC permissions are assigned to that role.
*)impersonatedUser : ImpersonatedUser.t option;Information about the impersonated user.
*)}