Values.ArchiveRuleSummarySourceContains information about an archive rule. Archive rules automatically archive new findings that meet the criteria you define when you create the rule.
type nonrec t = {ruleName : Name.t option;The name of the archive rule.
*)filter : FilterCriteriaMap.t option;A filter used to define the archive rule.
*)createdAt : Timestamp.t option;The time at which the archive rule was created.
*)updatedAt : Timestamp.t option;The time at which the archive rule was last updated.
*)}