---
title: "POST /v1/{+parent}/dataAttributeBindings"
method: POST
path: "/v1/{+parent}/dataAttributeBindings"
tags: ["projects"]
---

# POST /v1/{+parent}/dataAttributeBindings

`POST /v1/{+parent}/dataAttributeBindings`

Create a DataAttributeBinding resource.

## Path parameters

- `parent` string, required

## Query parameters

- `dataAttributeBindingId` string
- `validateOnly` boolean

## Request body

- GoogleCloudDataplexV1DataAttributeBinding — DataAttributeBinding represents binding of attributes to resources. Eg: Bind 'CustomerInfo' entity with 'PII' attribute.
  - `uid` string — Output only. System generated globally unique ID for the DataAttributeBinding. This ID will be different if the DataAttributeBinding is deleted and re-created with the same name.
  - `updateTime` string, google-datetime — Output only. The time when the DataAttributeBinding was last updated.
  - `paths` GoogleCloudDataplexV1DataAttributeBindingPath[] — Optional. The list of paths for items within the associated resource (eg. columns and partitions within a table) along with attribute bindings.
    - `name` string — Required. The name identifier of the path. Nested columns should be of the form: 'address.city'.
    - `attributes` string[] — Optional. List of attributes to be associated with the path of the resource, provided in the form: projects/{project}/locations/{location}/dataTaxonomies/{dataTaxonomy}/attributes/{data_attribute_id}
  - `createTime` string, google-datetime — Output only. The time when the DataAttributeBinding was created.
  - `displayName` string — Optional. User friendly display name.
  - `labels` object — Optional. User-defined labels for the DataAttributeBinding.
  - `resource` string — Optional. Immutable. The resource name of the resource that is associated to attributes. Presently, only entity resource is supported in the form: projects/{project}/locations/{location}/lakes/{lake}/zones/{zone}/entities/{entity_id} Must belong in the same project and region as the attribute binding, and there can only exist one active binding for a resource.
  - `attributes` string[] — Optional. List of attributes to be associated with the resource, provided in the form: projects/{project}/locations/{location}/dataTaxonomies/{dataTaxonomy}/attributes/{data_attribute_id}
  - `name` string — Output only. The relative resource name of the Data Attribute Binding, of the form: projects/{project_number}/locations/{location}/dataAttributeBindings/{data_attribute_binding_id}
  - `etag` string — This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding. Etags must be used when calling the DeleteDataAttributeBinding and the UpdateDataAttributeBinding method.
  - `description` string — Optional. Description of the DataAttributeBinding.

## Response `200`

Successful response

---

[API](https://skmtc.net/google/apis/dataplex.md) · [All operations](https://skmtc.net/google/apis/dataplex/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/google/dataplex/versions/43a3b60ca93b/schema)
