Class CryptoAssessmentFindingSummary
One crypto deviation finding for a specific assessment run.
Inherited Members
Namespace: Oci.DatasafeService.Models
Assembly: OCI.DotNetSDK.Datasafe.dll
Syntax
public class CryptoAssessmentFindingSummary
Properties
Category
Declaration
[JsonProperty(PropertyName = "category")]
public string Category { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Category value recorded for the finding. |
Compliance
Declaration
[JsonProperty(PropertyName = "compliance")]
public string Compliance { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Compliance mapping recorded for the finding. |
ExpectedValue
Declaration
[JsonProperty(PropertyName = "expectedValue")]
public string ExpectedValue { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Expected value recorded for the finding. |
FindingKey
Declaration
[Required(ErrorMessage = "FindingKey is required.")]
[JsonProperty(PropertyName = "findingKey")]
public string FindingKey { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Unique key identifier for the finding. |
Remarks
Required
IsQuantumReadinessCheck
Declaration
[JsonProperty(PropertyName = "isQuantumReadinessCheck")]
public bool? IsQuantumReadinessCheck { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? | Indicates whether this finding is part of quantum-readiness checks. |
ObservedValue
Declaration
[JsonProperty(PropertyName = "observedValue")]
public List<string> ObservedValue { get; set; }
Property Value
| Type | Description |
|---|---|
| List<string> | Observed values recorded for the finding. |
Priority
Declaration
[JsonProperty(PropertyName = "priority")]
public int? Priority { get; set; }
Property Value
| Type | Description |
|---|---|
| int? | Numeric priority of the finding. 1 is CRITICAL, 2 is HIGH, 3 is MEDIUM, and 4 is LOW. |
RecommendedValue
Declaration
[JsonProperty(PropertyName = "recommendedValue")]
public string RecommendedValue { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Recommended value recorded for the finding. |
Remediation
Declaration
[JsonProperty(PropertyName = "remediation")]
public string Remediation { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Remediation text recorded for the finding. |
Severity
Declaration
[JsonProperty(PropertyName = "severity")]
[JsonConverter(typeof(ResponseEnumConverter))]
public CryptoAssessmentFindingSummary.SeverityEnum? Severity { get; set; }
Property Value
| Type | Description |
|---|---|
| CryptoAssessmentFindingSummary.SeverityEnum? | Text severity derived from priority using the static mapping 1=CRITICAL, 2=HIGH, 3=MEDIUM, 4=LOW. |
ShortRemediation
Declaration
[JsonProperty(PropertyName = "shortRemediation")]
public string ShortRemediation { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Short remediation for the finding. |
ShortSummary
Declaration
[JsonProperty(PropertyName = "shortSummary")]
public string ShortSummary { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Short summary of the finding. |
Status
Declaration
[Required(ErrorMessage = "Status is required.")]
[JsonProperty(PropertyName = "status")]
[JsonConverter(typeof(ResponseEnumConverter))]
public CryptoFindingStatus? Status { get; set; }
Property Value
| Type | Description |
|---|---|
| CryptoFindingStatus? | Status recorded for the finding. |
Remarks
Required
Summary
Declaration
[JsonProperty(PropertyName = "summary")]
public string Summary { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Summary recorded for the finding. |
Title
Declaration
[Required(ErrorMessage = "Title is required.")]
[JsonProperty(PropertyName = "title")]
public string Title { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Human-readable title for the finding. |
Remarks
Required
Url
Declaration
[JsonProperty(PropertyName = "url")]
public string Url { get; set; }
Property Value
| Type | Description |
|---|---|
| string | URL recorded for the finding. |