Erstellt eine neue Datenrichtlinie unter einem Projekt mit der angegebenen dataPolicyId (als Anzeigenamen verwendet), dem Richtlinien-Tag und dem Datenrichtlinientyp.
HTTP-Anfrage
POST https://bigquerydatapolicy.googleapis.com/v1beta1/{parent=projects/*/locations/*}/dataPolicies
Erforderlich. Ressourcenname des Projekts, zu dem die Datenrichtlinie gehören soll. Das Format dafür ist projects/{projectNumber}/locations/{locationId}.
Anfragetext
Der Anfragetext enthält eine Instanz von DataPolicy.
Antworttext
Bei Erfolg enthält der Antworttext eine neu erstellte Instanz von DataPolicy.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2024-05-23 (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`."]]],[]]