Interface ExternalLinkKey

A tuple qualifying a Cadenza external link

You get the repositoryName and externalLinkId from the URL of the external link's page in the Cadenza management center:

<baseUrl>/admin/repositories/<repositoryName>/external-links/<externalLinkId>?...
interface ExternalLinkKey {
    externalLinkId: string;
    repositoryName: string;
}

Properties

externalLinkId: string

The ID of the external link

repositoryName: string

The name of the link's repository