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

# POST /v1/{+parent}/bindings

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

Creates a DataDomainBinding resource.

## Path parameters

- `parent` string, required

## Query parameters

- `dataDomainBindingId` string
- `validateOnly` boolean

## Request body

- GoogleCloudDataplexV1DataDomainBinding — DataDomainBinding represents a rule that includes a Google Cloud resource and its contents into a DataDomain.
  - `uid` string — Output only. System-generated unique ID.
  - `resource` string — Required. Immutable. The full resource name of the Google Cloud resource to be bound (i.e. included together with its contents) to the DataDomain.Format: IAM Full resource name (https://docs.cloud.google.com/iam/docs/full-resource-names) Examples: - GCP Project: //cloudresourcemanager.googleapis.com/projects/{project-id} - BigQuery Dataset: //bigquery.googleapis.com/projects/{project-id}/datasets/{dataset-id} - BigQuery Table: //bigquery.googleapis.com/projects/{project-id}/datasets/{dataset-id}/tables/{table-id} - Dataplex Data Product: //dataplex.googleapis.com/projects/{project-number}/locations/{location}/dataProducts/{data-product-id}Authorization: the resource to be bound must first grant an IAM role with the resource-specific setIamPolicy permission to the DataDomain. Example: - resource: //bigquery.googleapis.com/projects/{project-id}/datasets/{dataset-id} - IAM role: with bigquery.datasets.setIamPolicy permission (e.g. roles/owner) - IAM member: principal://dataplex.googleapis.com/projects/{project-number}/name/locations/{location}/dataDomains/{data-domain-id}
  - `createTime` string, google-datetime — Output only. The time at which the DataDomainBinding was created.
  - `name` string — Identifier. The relative resource name of the DataDomainBinding. Format: projects/{project_id_or_number}/locations/{location}/dataDomains/{data_domain_id}/bindings/{binding_id}

## 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)
