Class OrchestratedScanResult

Namespace
Kuestenlogik.Bowire.Security
Assembly
Kuestenlogik.Bowire.dll

Result of an orchestrated security scan.

public sealed record OrchestratedScanResult : IEquatable<OrchestratedScanResult>
Inheritance
OrchestratedScanResult
Implements
Inherited Members

Constructors

OrchestratedScanResult(IReadOnlyList<RankedEndpoint>, IReadOnlyList<RankedEndpoint>, IReadOnlyList<OrchestratedFinding>, int, string?, IReadOnlyList<string>)

Result of an orchestrated security scan.

public OrchestratedScanResult(IReadOnlyList<RankedEndpoint> Ranked, IReadOnlyList<RankedEndpoint> Probed, IReadOnlyList<OrchestratedFinding> Findings, int SuppressedCount, string? ReportMarkdown, IReadOnlyList<string> Trace)

Parameters

Ranked IReadOnlyList<RankedEndpoint>
Probed IReadOnlyList<RankedEndpoint>
Findings IReadOnlyList<OrchestratedFinding>
SuppressedCount int
ReportMarkdown string
Trace IReadOnlyList<string>

Properties

Findings

public IReadOnlyList<OrchestratedFinding> Findings { get; init; }

Property Value

IReadOnlyList<OrchestratedFinding>

Probed

public IReadOnlyList<RankedEndpoint> Probed { get; init; }

Property Value

IReadOnlyList<RankedEndpoint>

Ranked

public IReadOnlyList<RankedEndpoint> Ranked { get; init; }

Property Value

IReadOnlyList<RankedEndpoint>

ReportMarkdown

public string? ReportMarkdown { get; init; }

Property Value

string

SuppressedCount

public int SuppressedCount { get; init; }

Property Value

int

Trace

public IReadOnlyList<string> Trace { get; init; }

Property Value

IReadOnlyList<string>

Methods

Deconstruct(out IReadOnlyList<RankedEndpoint>, out IReadOnlyList<RankedEndpoint>, out IReadOnlyList<OrchestratedFinding>, out int, out string?, out IReadOnlyList<string>)

public void Deconstruct(out IReadOnlyList<RankedEndpoint> Ranked, out IReadOnlyList<RankedEndpoint> Probed, out IReadOnlyList<OrchestratedFinding> Findings, out int SuppressedCount, out string? ReportMarkdown, out IReadOnlyList<string> Trace)

Parameters

Ranked IReadOnlyList<RankedEndpoint>
Probed IReadOnlyList<RankedEndpoint>
Findings IReadOnlyList<OrchestratedFinding>
SuppressedCount int
ReportMarkdown string
Trace IReadOnlyList<string>

Equals(OrchestratedScanResult?)

public bool Equals(OrchestratedScanResult? other)

Parameters

other OrchestratedScanResult

Returns

bool

Equals(object?)

public override bool Equals(object? obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int

ToString()

public override string ToString()

Returns

string

Operators

operator ==(OrchestratedScanResult?, OrchestratedScanResult?)

public static bool operator ==(OrchestratedScanResult? left, OrchestratedScanResult? right)

Parameters

left OrchestratedScanResult
right OrchestratedScanResult

Returns

bool

operator !=(OrchestratedScanResult?, OrchestratedScanResult?)

public static bool operator !=(OrchestratedScanResult? left, OrchestratedScanResult? right)

Parameters

left OrchestratedScanResult
right OrchestratedScanResult

Returns

bool