Values.ApiCallDetailsSourceProvides information about an API operation that an entity invoked for an affected resource.
type nonrec t = {api : string option;The name of the operation that was invoked most recently and produced the finding.
*)apiServiceName : string option;The URL of the Amazon Web Services service that provides the operation, for example: s3.amazonaws.com.
*)firstSeen : string option;The first date and time, in UTC and extended ISO 8601 format, when any operation was invoked and produced the finding.
*)lastSeen : string option;The most recent date and time, in UTC and extended ISO 8601 format, when the specified operation (api) was invoked and produced the finding.
*)}