Values.KxUserSourceA structure that stores metadata for a kdb user.
type nonrec t = {userArn : KxUserArn.t option;The Amazon Resource Name (ARN) that identifies the user. For more information about ARNs and how to use ARNs in policies, see IAM Identifiers in the IAM User Guide.
*)userName : KxUserNameString.t option;A unique identifier for the user.
*)iamRole : RoleArn.t option;The IAM role ARN that is associated with the user.
*)createTimestamp : Timestamp.t option;The timestamp at which the kdb user was created.
*)updateTimestamp : Timestamp.t option;The timestamp at which the kdb user was updated.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of KxUserArn.t | `Timestamp of Timestamp.t ]) list ]