v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14100708545.5 KB

Creates a privacy budget template for a specified collaboration. Each collaboration can have only one privacy budget template. If you need to change the privacy budget template, use the <a>UpdatePrivacyBudgetTemplate</a> operation.

post/memberships/{membershipIdentifier}/privacybudgettemplates

Path parameters

membershipIdentifierstring required

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

Request body

autoRefresh'CALENDAR_MONTH' | 'NONE'
<p>How often the privacy budget refreshes.</p> <important> <p>If you plan to regularly bring new data into the collaboration, you can use <code>CALENDAR_MONTH</code> to automatically get a new privacy budget for the collaboration every calendar month. Choosing this option allows arbitrary amounts of information to be revealed about rows of the data when repeatedly queries across refreshes. Avoid choosing this if the same rows will be repeatedly queried between privacy budget refreshes.</p> </important>
privacyBudgetType'DIFFERENTIAL_PRIVACY' | 'ACCESS_BUDGET' required

Specifies the type of the privacy budget template.

tagsobject

Map of tags assigned to a resource

Response

Success