Remove legacy AttackTracer repo content
Some checks failed
OfficeCom Sentinel Client / build-client (push) Has been cancelled
Some checks failed
OfficeCom Sentinel Client / build-client (push) Has been cancelled
This commit is contained in:
14
src/OCSentinelCli/Models/UploadResult.cs
Normal file
14
src/OCSentinelCli/Models/UploadResult.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
namespace OCSentinelCli.Models;
|
||||
|
||||
internal sealed record UploadResult
|
||||
{
|
||||
public bool Success { get; init; }
|
||||
|
||||
public int StatusCode { get; init; }
|
||||
|
||||
public string Message { get; init; } = string.Empty;
|
||||
|
||||
public string Nonce { get; init; } = string.Empty;
|
||||
|
||||
public string PayloadSha256 { get; init; } = string.Empty;
|
||||
}
|
||||
Reference in New Issue
Block a user