Authorization requires the following IAM permission on the specified resource parent:
dataplex.dataTaxonomies.create
Query parameters
Parameters
dataTaxonomyId
string
Required. DataTaxonomy identifier. * Must contain only lowercase letters, numbers and hyphens. * Must start with a letter. * Must be between 1-63 characters. * Must end with a number or a letter. * Must be unique within the Project.
validateOnly
boolean
Optional. Only validate the request, but do not perform mutations. The default is false.
Request body
The request body contains an instance of DataTaxonomy.
Response body
If successful, the response body contains a newly created instance of Operation.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This page details the process of creating a DataTaxonomy resource using a POST request to the specified URL `https://dataplex.googleapis.com/v1/{parent=projects/*/locations/*}/dataTaxonomies`."],["The request requires a `parent` path parameter for authorization and also takes two query parameters: a `dataTaxonomyId` string and an optional `validateOnly` boolean."],["The request body should contain an instance of DataTaxonomy, while the successful response body will contain a newly created instance of Operation."],["Authorization for this operation requires the `dataplex.dataTaxonomies.create` IAM permission and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]