Values.AssociatedUserSourceRepresents an associated user in the access control system.
type nonrec t = {id : String_.t option;The unique identifier of the associated user. This is used to identify the user in access control decisions.
*)type_ : MembershipType.t option;The type of the associated user. This indicates the scope of the user's association.
*)}