Skip to content

/AWS1/CL_CRM=>CREATEPRIVACYBUDGETTEMPLATE()

About CreatePrivacyBudgetTemplate

Creates a privacy budget template for a specified membership. Each membership can have only one privacy budget template, but it can be deleted and recreated. If you need to change the privacy budget template for a membership, use the UpdatePrivacyBudgetTemplate operation.

Method Signature

IMPORTING

Required arguments:

IV_MEMBERSHIPIDENTIFIER TYPE /AWS1/CRMMEMBERSHIPIDENTIFIER /AWS1/CRMMEMBERSHIPIDENTIFIER

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.

IV_AUTOREFRESH TYPE /AWS1/CRMPRIVACYBUDGETTMPLAU00 /AWS1/CRMPRIVACYBUDGETTMPLAU00

How often the privacy budget refreshes.

If you plan to regularly bring new data into the collaboration, you can use CALENDAR_MONTH 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.

IV_PRIVACYBUDGETTYPE TYPE /AWS1/CRMPRIVACYBUDGETTYPE /AWS1/CRMPRIVACYBUDGETTYPE

Specifies the type of the privacy budget template.

IO_PARAMETERS TYPE REF TO /AWS1/CL_CRMPRIVACYBUDGETTMP02 /AWS1/CL_CRMPRIVACYBUDGETTMP02

Specifies your parameters for the privacy budget template.

Optional arguments:

IT_TAGS TYPE /AWS1/CL_CRMTAGMAP_W=>TT_TAGMAP TT_TAGMAP

An optional label that you can assign to a resource when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to this resource.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_CRMCREPRIVACYBUDGET01 /AWS1/CL_CRMCREPRIVACYBUDGET01