Values.AssociateGovernedTermsInputSourceAssociates governed terms with an asset.
type nonrec t = {domainIdentifier : DomainId.t;The ID of the domain where governed terms are to be associated with an asset.
*)entityIdentifier : EntityIdentifier.t;The ID of the asset with which you want to associate a governed term.
*)entityType : GovernedEntityType.t;The type of the asset with which you want to associate a governed term.
*)governedGlossaryTerms : AssociateGovernedTermsInputGovernedGlossaryTermsList.t;The glossary terms in a restricted glossary.
*)}val make :
domainIdentifier:DomainId.t ->
entityIdentifier:EntityIdentifier.t ->
entityType:GovernedEntityType.t ->
governedGlossaryTerms:AssociateGovernedTermsInputGovernedGlossaryTermsList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of GlossaryTermId.t ] list
| `String of DomainId.t ])
list ]