Values_2.UserProfileDetailsSourceThe user profile details.
type nonrec t = {domainId : Values_0.DomainId.t option;The domain ID.
*)userProfileName : Values_0.UserProfileName.t option;The user profile name.
*)status : UserProfileStatus.t option;The status.
*)creationTime : Values_0.CreationTime.t option;The creation time.
*)lastModifiedTime : Values_0.LastModifiedTime.t option;The last modified time.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of Values_0.DomainId.t
| `Timestamp of Values_0.CreationTime.t ])
list ]