Module Values.AuditTargetSource

A structure that specifies the target entity for audit analysis, such as a service, SLO, service_operation, or canary.

Sourcetype nonrec t = {
  1. type_ : String_.t;
    (*

    The type of entity being audited, such as service, SLO, service_operation, or canary.

    *)
  2. data : AuditTargetEntity.t;
    (*

    The specific data identifying the audit target entity.

    *)
}
Sourceval context_ : string
Sourceval make : type_:String_.t -> data:AuditTargetEntity.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of String_.t | `Structure of (string * [> `Structure of (string * [> `String of String_.t | `Structure of (string * [> `String of String_.t ]) list ]) list ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t