Values.UpdateFindingInputSourceInput for updating an existing security finding.
type nonrec t = {findingId : String_.t;The unique identifier of the finding to update.
*)agentSpaceId : String_.t;The unique identifier of the agent space that contains the finding.
*)riskLevel : RiskLevel.t option;The updated risk level for the finding.
*)status : FindingStatus.t option;The updated status for the finding.
*)}