Values.AddEntityOwnerInputSourceAdds the owner of an entity (a domain unit).
type nonrec t = {domainIdentifier : DomainId.t;The ID of the domain in which you want to add the entity owner.
*)entityType : DataZoneEntityType.t;The type of an entity.
*)entityIdentifier : String_.t;The ID of the entity to which you want to add an owner.
*)owner : OwnerProperties.t;The owner that you want to add to the entity.
*)clientToken : ClientToken.t option;A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
*)}val make :
?clientToken:??? ->
domainIdentifier:DomainId.t ->
entityType:DataZoneEntityType.t ->
entityIdentifier:String_.t ->
owner:OwnerProperties.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of DomainId.t
| `Structure of
(string
* [> `Structure of
(string * [> `String of UserIdentifier.t ]) list ])
list ])
list ]