Required. The resource name of the parent data taxonomy projects/{project_number}/locations/{locationId}/dataTaxonomies/{dataTaxonomyId}
Authorization requires the following IAM permission on the specified resource parent:
dataplex.dataAttributes.create
Query parameters
Parameters
dataAttributeId
string
Required. DataAttribute 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 DataTaxonomy.
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 DataAttribute.
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-07 UTC."],[[["This page details the process of creating a DataAttribute resource using a POST HTTP request to a specific URL with gRPC Transcoding syntax."],["The `parent` path parameter is a required string that specifies the parent data taxonomy, and it needs the `dataplex.dataAttributes.create` IAM permission."],["Required query parameter `dataAttributeId` is a string identifier that needs to be unique within the DataTaxonomy, following specific formatting rules."],["The request body must include an instance of a DataAttribute, and the successful response body will be a newly created instance of an Operation."],["It requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform` for authorization, and further information about the authentication can be found in the Authentication Overview."]]],[]]