Module Values.DifferentialPrivacyConfigurationSource

Specifies the unique identifier for your users.

Sourcetype nonrec t = {
  1. columns : DifferentialPrivacyColumnList.t;
    (*

    The name of the column (such as user_id) that contains the unique identifier of your users whose privacy you want to protect. If you want to turn on differential privacy for two or more tables in a collaboration, you must configure the same column as the user identifier column in both analysis rules.

    *)
}
Sourceval context_ : string
Sourceval make : columns:DifferentialPrivacyColumnList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of ColumnName.t ]) 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