pdp_create | R Documentation |
This function creates a new PDP policy on the given data set. The PDP policy is constructed as a list object and the function will convert that list to a JSON string before creating the policy.
pdp_create(ds, policy_def)
ds |
Data set id from Domo. |
policy_def |
List object with parameters as given in documentation. |
List with all policy properties plus the id assigned by Domo.
API Documentation: https://developer.domo.com/docs/dataset-api-reference/dataset#Create%20a%20Personalized%20Data%20Permission%20(PDP)%20policy
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.