Values.IdentityVerificationAttributesSourceRepresents the verification attributes of a single identity.
type nonrec t = {verificationStatus : VerificationStatus.t option;The verification status of the identity: "Pending", "Success", "Failed", or "TemporaryFailure".
*)verificationToken : VerificationToken.t option;The verification token for a domain identity. Null for email address identities.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of VerificationToken.t ]) list ]