Values.RemoveEntityOwnerInputSourceRemoves an owner from an entity.
type nonrec t = {domainIdentifier : DomainId.t;The ID of the domain where you want to remove an owner from an entity.
*)entityType : DataZoneEntityType.t;The type of the entity from which you want to remove an owner.
*)entityIdentifier : String_.t;The ID of the entity from which you want to remove an owner.
*)owner : OwnerProperties.t;The owner that you want to remove from an 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 ]