Values.DisassociateGovernedTermsInputSourceDisassociates restricted terms from an asset.
type nonrec t = {domainIdentifier : DomainId.t;The ID of the domain where you want to disassociate restricted terms from an asset.
*)entityIdentifier : EntityIdentifier.t;The ID of an asset from which you want to disassociate restricted terms.
*)entityType : GovernedEntityType.t;The type of the asset from which you want to disassociate restricted terms.
*)governedGlossaryTerms : DisassociateGovernedTermsInputGovernedGlossaryTermsList.t;The restricted glossary terms that you want to disassociate from an asset.
*)}val make :
domainIdentifier:DomainId.t ->
entityIdentifier:EntityIdentifier.t ->
entityType:GovernedEntityType.t ->
governedGlossaryTerms:
DisassociateGovernedTermsInputGovernedGlossaryTermsList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of GlossaryTermId.t ] list
| `String of DomainId.t ])
list ]