Immutable snapshot rendered by the UI dashboard.
public sealed record DashboardSnapshot(DateTimeOffset GeneratedAt, IReadOnlyList<JobRunSummary> RecentJobs, SigningDashboardSummary Signing, DependencyDashboardSummary Dependency, IReadOnlyList<ReleaseChannelSnapshot> ReleaseChannels) : IEquatable<DashboardSnapshot>
kind:method, kind:property, kind:ctor. Press Esc to clear.DashboardSnapshot(DateTimeOffset, IReadOnlyList<JobRunSummary>, SigningDashboardSummary, DependencyDashboardSummary, IReadOnlyList<ReleaseChannelSnapshot>)Immutable snapshot rendered by the UI dashboard.DependencyDependency and vulnerability summary.GeneratedAtUTC timestamp when the snapshot was produced.RecentJobsLatest job runs shown in the activity table.ReleaseChannelsStatus for key release channels.SigningSigning estate summary.