Initial Commit
This commit is contained in:
10
PatchProbe.Shared/Models/CollectorMeta.cs
Normal file
10
PatchProbe.Shared/Models/CollectorMeta.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace PatchProbe.Shared.Models;
|
||||
|
||||
public sealed class CollectorMeta
|
||||
{
|
||||
public string SchemaVersion { get; init; } = "0.1";
|
||||
public string CollectorVersion { get; init; } = "1.0.0";
|
||||
public DateTimeOffset CollectedAt { get; init; } = DateTimeOffset.UtcNow;
|
||||
public string? MachineName { get; init; }
|
||||
public bool RanAsAdministrator { get; init; }
|
||||
}
|
||||
Reference in New Issue
Block a user