Module Values.DisassociateGovernedTermsInputSource

Disassociates restricted terms from an asset.

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

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

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

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

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

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

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

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

    *)
}
Sourceval context_ : string
Sourceval make : domainIdentifier:DomainId.t -> entityIdentifier:EntityIdentifier.t -> entityType:GovernedEntityType.t -> governedGlossaryTerms: DisassociateGovernedTermsInputGovernedGlossaryTermsList.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