Files
mxaccessgw/src/MxGateway.Server/Configuration/EffectiveDashboardConfiguration.cs
T
2026-04-26 16:11:30 -04:00

12 lines
315 B
C#

namespace MxGateway.Server.Configuration;
public sealed record EffectiveDashboardConfiguration(
bool Enabled,
string PathBase,
bool RequireAdminScope,
bool AllowAnonymousLocalhost,
int SnapshotIntervalMilliseconds,
int RecentFaultLimit,
int RecentSessionLimit,
bool ShowTagValues);