Values.KubernetesApiCallActionSourceInformation about the Kubernetes API call action described in this finding.
type nonrec t = {requestUri : String_.t option;The Kubernetes API request URI.
*)verb : String_.t option;The Kubernetes API request HTTP verb.
*)resource : String_.t option;The resource component in the Kubernetes API call action.
*)subresource : String_.t option;The name of the sub-resource in the Kubernetes API call action.
*)namespace : String_.t option;The name of the namespace where the Kubernetes API call action takes place.
*)resourceName : String_.t option;The name of the resource in the Kubernetes API call action.
*)sourceIps : SourceIps.t option;The IP of the Kubernetes API caller and the IPs of any proxies or load balancers between the caller and the API endpoint.
*)userAgent : String_.t option;The user agent of the caller of the Kubernetes API.
*)remoteIpDetails : RemoteIpDetails.t option;statusCode : Integer.t option;The resulting HTTP response code of the Kubernetes API call action.
*)parameters : String_.t option;Parameters related to the Kubernetes API call action.
*)}