Values.UserProfileSummarySourceThe details of the user profile.
type nonrec t = {domainId : DomainId.t option;The ID of the Amazon DataZone domain of the user profile.
*)id : UserProfileId.t option;The ID of the user profile.
*)type_ : UserProfileType.t option;The type of the user profile.
*)status : UserProfileStatus.t option;The status of the user profile.
*)details : UserProfileDetails.t option;The details of the user profile.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of DomainId.t
| `Structure of
(string
* [> `Structure of (string * [> `String of String_.t ]) list ])
list ])
list ]