Values_1.SignupResponseSourceA SignupResponse object that contains a summary of a newly created account.
type nonrec t = {iAMUser : Values_0.Boolean.t option;A Boolean that is TRUE if the Amazon Quick Sight uses IAM as an authentication method.
*)userLoginName : Values_0.String_.t option;The user login name for your Amazon Quick Sight account.
*)accountName : Values_0.String_.t option;The name of your Quick Sight account.
*)directoryType : Values_0.String_.t option;The type of Active Directory that is being used to authenticate the Amazon Quick Sight account. Valid values are SIMPLE_AD, AD_CONNECTOR, and MICROSOFT_AD.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t | `String of Values_0.String_.t ])
list ]