Values.AuthenticationSourceIndicates whether the user requires a password to authenticate.
type nonrec t = {type_ : AuthenticationType.t option;Indicates whether the user requires a password to authenticate.
*)passwordCount : IntegerOptional.t option;The number of passwords belonging to the user. The maximum is two.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `Integer of IntegerOptional.t ]) list ]