Method: projects.locations.entryGroups.entryLinks.create

Creates an Entry Link.

HTTP request

POST https://dataplex.googleapis.com/v1/{parent=projects/*/locations/*/entryGroups/*}/entryLinks

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The resource name of the parent Entry Group: projects/{project_id_or_number}/locations/{locationId}/entryGroups/{entryGroupId}.

Query parameters

Parameters

Request body

The request body contains an instance of EntryLink.

Response body

If successful, the response body contains a newly created instance of EntryLink.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.

IAM Permissions

Requires the following IAM permissions on the parent resource:

  • dataplex.entries.link
  • dataplex.entryGroups.useDefinitionEntryLink
  • dataplex.entryGroups.useRelatedEntryLink
  • dataplex.entryGroups.useSynonymEntryLink
  • dataplex.entryLinks.create
  • dataplex.glossaryTerms.use

For more information, see the IAM documentation.