Values.ThreatIntelIndicatorSourceDetails about the threat intelligence related to a finding.
type nonrec t = {type_ : ThreatIntelIndicatorType.t option;The type of threat intelligence indicator.
*)value : NonEmptyString.t option;The value of a threat intelligence indicator. Length Constraints: Minimum of 1 length. Maximum of 512 length.
*)category : ThreatIntelIndicatorCategory.t option;The category of a threat intelligence indicator.
*)lastObservedAt : NonEmptyString.t option;Indicates when the most recent instance of a threat intelligence indicator was observed. For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see Timestamps.
*)source : NonEmptyString.t option;The source of the threat intelligence indicator. Length Constraints: Minimum of 1 length. Maximum of 64 length.
*)sourceUrl : NonEmptyString.t option;The URL to the page or site where you can get more information about the threat intelligence indicator.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of NonEmptyString.t ]) list ]