Required. The resource name of the parent data taxonomy projects/{project_number}/locations/{locationId}
Authorization requires the following IAM permission on the specified resource parent:
dataplex.dataAttributeBindings.create
Query parameters
Parameters
dataAttributeBindingId
string
Required. DataAttributeBinding 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 Location.
validateOnly
boolean
Optional. Only validate the request, but do not perform mutations. The default is false.
[[["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-07-21 UTC."],[[["\u003cp\u003eThis webpage outlines how to create a \u003ccode\u003eDataAttributeBinding\u003c/code\u003e resource using a \u003ccode\u003ePOST\u003c/code\u003e request to the specified URL.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eparent\u003c/code\u003e path parameter is mandatory and requires \u003ccode\u003edataplex.dataAttributeBindings.create\u003c/code\u003e IAM permission, while the \u003ccode\u003edataAttributeBindingId\u003c/code\u003e and \u003ccode\u003evalidateOnly\u003c/code\u003e are the query parameters available for use.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must include an instance of \u003ccode\u003eDataAttributeBinding\u003c/code\u003e, and a successful operation returns an instance of \u003ccode\u003eOperation\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eCreating a \u003ccode\u003eDataAttributeBinding\u003c/code\u003e requires the OAuth scope \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe resource is deprecated.\u003c/p\u003e\n"]]],[],null,["# Method: projects.locations.dataAttributeBindings.create\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\n| This item is deprecated!\nCreate a DataAttributeBinding resource.\n\n### HTTP request\n\n`POST https://dataplex.googleapis.com/v1/{parent=projects/*/locations/*}/dataAttributeBindings`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Query parameters\n\n### Request body\n\nThe request body contains an instance of [DataAttributeBinding](/dataplex/docs/reference/rest/v1/projects.locations.dataAttributeBindings#DataAttributeBinding).\n\n### Response body\n\nIf successful, the response body contains a newly created instance of [Operation](/dataplex/docs/reference/rest/v1/organizations.locations.operations#Operation).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](/docs/authentication#authorization-gcp)."]]