Module Values.UpdatePrivacyBudgetTemplateInputSource

Updates the privacy budget template for the specified collaboration.

Sourcetype nonrec t = {
  1. membershipIdentifier : MembershipIdentifier.t;
    (*

    A unique identifier for one of your memberships for a collaboration. The privacy budget template is updated in the collaboration that this membership belongs to. Accepts a membership ID.

    *)
  2. privacyBudgetTemplateIdentifier : PrivacyBudgetTemplateIdentifier.t;
    (*

    A unique identifier for your privacy budget template that you want to update.

    *)
  3. privacyBudgetType : PrivacyBudgetType.t;
    (*

    Specifies the type of the privacy budget template.

    *)
  4. parameters : PrivacyBudgetTemplateUpdateParameters.t option;
    (*

    Specifies the epsilon and noise parameters for the privacy budget template.

    *)
}
Sourceval context_ : string
Sourceval make : ?parameters:??? -> membershipIdentifier:MembershipIdentifier.t -> privacyBudgetTemplateIdentifier:PrivacyBudgetTemplateIdentifier.t -> privacyBudgetType:PrivacyBudgetType.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of MembershipIdentifier.t | `Structure of (string * [> `Structure of (string * [> `Integer of Epsilon.t | `List of [> `Structure of (string * [> `Enum of string | `Integer of Budget.t ]) list ] 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