Values.AuditTargetSourceA structure that specifies the target entity for audit analysis, such as a service, SLO, service_operation, or canary.
type nonrec t = {type_ : String_.t;The type of entity being audited, such as service, SLO, service_operation, or canary.
*)data : AuditTargetEntity.t;The specific data identifying the audit target entity.
*)}