Crea un nuovo criterio dei dati in un progetto con il dataPolicyId (utilizzato come nome visualizzato), tag di criteri e il tipo di criterio dei dati specificati.
Richiesta HTTP
POST https://bigquerydatapolicy.googleapis.com/v1beta1/{parent=projects/*/locations/*}/dataPolicies
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Difficile da capire","hardToUnderstand","thumb-down"],["Informazioni o codice di esempio errati","incorrectInformationOrSampleCode","thumb-down"],["Mancano le informazioni o gli esempi di cui ho bisogno","missingTheInformationSamplesINeed","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2024-06-27 UTC."],[[["This page details the process of creating a new data policy within a project, specifying its `dataPolicyId`, policy tag, and data policy type."],["The HTTP request to create a data policy is a POST request to the specified URL, utilizing gRPC Transcoding syntax."],["The request requires a `parent` parameter, which is a string representing the project resource name, in the format `projects/{projectNumber}/locations/{locationId}`."],["The request body should contain an instance of `DataPolicy`, and a successful response will include the newly created `DataPolicy` instance."],["Creating a data policy requires specific OAuth scopes and IAM permissions, including `datacatalog.taxonomies.get` and `bigquery.dataPolicies.create`."]]],[]]