Crea una nueva política de datos en un proyecto con el dataPolicyId (usado como nombre visible), la etiqueta de política y el tipo de política de datos determinados.
Solicitud HTTP
POST https://bigquerydatapolicy.googleapis.com/v1/{parent=projects/*/locations/*}/dataPolicies
Obligatorio. El nombre del recurso del proyecto al que pertenecerá la política de datos. El formato es projects/{projectNumber}/locations/{locationId}.
Cuerpo de la solicitud
El cuerpo de la solicitud contiene una instancia de DataPolicy.
Cuerpo de la respuesta
Si el proceso se realiza de forma correcta, el cuerpo de la respuesta contiene una instancia recién creada de DataPolicy.
Alcances de autorización
Se necesita uno de los siguientes alcances de OAuth:
[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Información o código de muestra incorrectos","incorrectInformationOrSampleCode","thumb-down"],["Faltan la información o los ejemplos que necesito","missingTheInformationSamplesINeed","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 2024-05-09 (UTC)"],[[["This endpoint creates a new data policy within a specified project, identified by a unique `dataPolicyId`, along with a policy tag and type."],["The HTTP request is a POST operation to the provided URL structure, using gRPC Transcoding syntax, and requires a parent resource name as a path parameter."],["The request body must contain the details of the new `DataPolicy`, while the response body will return the newly created `DataPolicy` instance upon successful execution."],["Authorization requires one of two specific OAuth scopes, `https://www.googleapis.com/auth/bigquery` or `https://www.googleapis.com/auth/cloud-platform`."],["Creating a new data policy also requires `bigquery.dataPolicies.create` permission on the specified parent, `datacatalog.taxonomies.get` on the `taxonomy` resource, and `bigquery.routines.get` on the `routine` resource."]]],[]]