Skip to content

Disassociate Governed Terms

datazone_disassociate_governed_terms R Documentation

Disassociates restricted terms from an asset

Description

Disassociates restricted terms from an asset.

Usage

datazone_disassociate_governed_terms(domainIdentifier, entityIdentifier,
  entityType, governedGlossaryTerms)

Arguments

domainIdentifier

[required] The ID of the domain where you want to disassociate restricted terms from an asset.

entityIdentifier

[required] The ID of an asset from which you want to disassociate restricted terms.

entityType

[required] The type of the asset from which you want to disassociate restricted terms.

governedGlossaryTerms

[required] The restricted glossary terms that you want to disassociate from an asset.

Value

An empty list.

Request syntax

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