Values.FindingHistoryUpdateSourceSourceIdentifies the source of the finding change event.
type nonrec t = {type_ : FindingHistoryUpdateSourceType.t option;Describes the type of finding change event, such as a call to BatchImportFindings (by an integrated Amazon Web Services service or third party partner integration) or BatchUpdateFindings (by a Security Hub CSPM customer).
*)identity : NonEmptyString.t option;The identity of the source that initiated the finding change event. For example, the Amazon Resource Name (ARN) of a partner that calls BatchImportFindings or of a customer that calls BatchUpdateFindings.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of NonEmptyString.t ]) list ]