part #2
This commit is contained in:
11
src/__Libraries/StellaOps.Evidence.Bundle/VexStatement.cs
Normal file
11
src/__Libraries/StellaOps.Evidence.Bundle/VexStatement.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace StellaOps.Evidence.Bundle;
|
||||
|
||||
public sealed class VexStatement
|
||||
{
|
||||
public required string VexStatus { get; init; }
|
||||
public string? Justification { get; init; }
|
||||
public string? ImpactStatement { get; init; }
|
||||
public string? ActionStatement { get; init; }
|
||||
public DateTimeOffset? Timestamp { get; init; }
|
||||
public string? Source { get; init; }
|
||||
}
|
||||
Reference in New Issue
Block a user