Resource: DataDomainBinding
DataDomainBinding represents a rule that includes a Google Cloud resource and its contents into a DataDomain.
| JSON representation |
|---|
{ "name": string, "uid": string, "resource": string, "createTime": string } |
| Fields | |
|---|---|
name |
Identifier. The relative resource name of the DataDomainBinding. Format: projects/{project_id_or_number}/locations/{location}/dataDomains/{dataDomainId}/bindings/{bindingId} |
uid |
Output only. System-generated unique ID. |
resource |
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 Examples: - GCP Project: Authorization: the resource to be bound must first grant an IAM role with the resource-specific setIamPolicy permission to the DataDomain. Example: - resource: |
createTime |
Output only. The time at which the DataDomainBinding was created. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
Methods |
|
|---|---|
|
Creates a DataDomainBinding resource. |
|
Deletes a DataDomainBinding resource. |
|
Retrieves a DataDomainBinding resource. |
|
Lists DataDomainBinding resources under a DataDomain. |