Obbligatorio. Nome della risorsa del criterio dei dati da rinominare. Il formato è projects/{projectNumber}/locations/{locationId}/dataPolicies/{dataPolicyId}
Corpo della richiesta
Il corpo della richiesta contiene dati con la seguente struttura:
Rappresentazione JSON
{"newDataPolicyId": string}
Campi
newDataPolicyId
string
Obbligatorio. Il nuovo ID norma dei dati.
Corpo della risposta
In caso di esito positivo, il corpo della risposta contiene un'istanza di DataPolicy.
[[["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 how to rename a data policy's display name using a POST HTTP request to the specified endpoint."],["The `name` path parameter is required in the URL and specifies the resource name of the data policy to be renamed."],["The request body must contain a JSON object with the `newDataPolicyId` field, which specifies the new ID for the data policy."],["Successful requests will return a `DataPolicy` instance in the response body."],["Renaming a data policy requires either the `https://www.googleapis.com/auth/bigquery` or `https://www.googleapis.com/auth/cloud-platform` OAuth scope, as well as the `bigquery.dataPolicies.update` IAM permission."]]],[]]