Values.TargetSourceThe target parameter specifies the identifier to which the home region is applied, which is always an ACCOUNT. It applies the home region to the current ACCOUNT.
type nonrec t = {type_ : TargetType.t;The target type is always an ACCOUNT.
*)id : TargetId.t option;The TargetID is a 12-character identifier of the ACCOUNT for which the control was created. (This must be the current account.)
*)}val to_value :
t ->
[> `Structure of (string * [> `Enum of string | `String of TargetId.t ]) list ]