Skip to content

Associate Governed Terms

datazone_associate_governed_terms R Documentation

Associates governed terms with an asset

Description

Associates governed terms with an asset.

Usage

datazone_associate_governed_terms(domainIdentifier, entityIdentifier,
  entityType, governedGlossaryTerms)

Arguments

domainIdentifier

[required] The ID of the domain where governed terms are to be associated with an asset.

entityIdentifier

[required] The ID of the asset with which you want to associate a governed term.

entityType

[required] The type of the asset with which you want to associate a governed term.

governedGlossaryTerms

[required] The glossary terms in a restricted glossary.

Value

An empty list.

Request syntax

svc$associate_governed_terms(
  domainIdentifier = "string",
  entityIdentifier = "string",
  entityType = "ASSET",
  governedGlossaryTerms = list(
    "string"
  )
)