Module Values.AssociateGovernedTermsInputSource

Associates governed terms with an asset.

Sourcetype nonrec t = {
  1. domainIdentifier : DomainId.t;
    (*

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

    *)
  2. entityIdentifier : EntityIdentifier.t;
    (*

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

    *)
  3. entityType : GovernedEntityType.t;
    (*

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

    *)
  4. governedGlossaryTerms : AssociateGovernedTermsInputGovernedGlossaryTermsList.t;
    (*

    The glossary terms in a restricted glossary.

    *)
}
Sourceval context_ : string
Sourceval make : domainIdentifier:DomainId.t -> entityIdentifier:EntityIdentifier.t -> entityType:GovernedEntityType.t -> governedGlossaryTerms:AssociateGovernedTermsInputGovernedGlossaryTermsList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `String of GlossaryTermId.t ] list | `String of DomainId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t