Values.FindingAggregationAccountDetailsSourceContains information about the findings for an Amazon Web Services account in an organization unused access analyzer.
type nonrec t = {account : String_.t option;The ID of the Amazon Web Services account for which unused access finding details are provided.
*)numberOfActiveFindings : Integer.t option;The number of active unused access findings for the specified Amazon Web Services account.
*)details : FindingAggregationAccountDetailsMap.t option;Provides the number of active findings for each type of unused access for the specified Amazon Web Services account.
*)}