Microsoft.Identity.Client.ITelemetryEventPayload public interface ITelemetryEventPayload Data that represents a single snapshot in the series of events that are collected Documentation Code IReadOnlyDictionary<string, bool> BoolValues { get; } IReadOnlyDictionary<string, long> Int64Values { get; } IReadOnlyDictionary<string, int> IntValues { get; } string Name { get; } IReadOnlyDictionary<string, string> StringValues { get; } string ToJsonString() Used for debugging and testing.