Values.InsightsConfigurationSourceThe structure containing configurations related to insights.
type nonrec t = {insightsEnabled : NullableBoolean.t option;Set the InsightsEnabled value to true to enable insights or false to disable insights.
*)notificationsEnabled : NullableBoolean.t option;Set the NotificationsEnabled value to true to enable insights notifications. Notifications can only be enabled on a group with InsightsEnabled set to true.
*)}