Class SecurityAssessmentStatistics
Statistics showing the number of findings for each category grouped by risk levels for all
the targets in the specified security assessment.
The categories include Auditing, Authorization Control, Data Encryption, Database Configuration,
Fine-Grained Access Control, Privileges and Roles, and User Accounts.
The risk levels include High Risk, Medium Risk, Low Risk, Advisory, Evaluate, and Pass.
Inheritance
SecurityAssessmentStatistics
Assembly: OCI.DotNetSDK.Datasafe.dll
Syntax
public class SecurityAssessmentStatistics
Properties
Advisory
Declaration
[JsonProperty(PropertyName = "advisory")]
public SectionStatistics Advisory { get; set; }
Property Value
Deferred
Declaration
[JsonProperty(PropertyName = "deferred")]
public SectionStatistics Deferred { get; set; }
Property Value
Evaluate
Declaration
[JsonProperty(PropertyName = "evaluate")]
public SectionStatistics Evaluate { get; set; }
Property Value
HighRisk
Declaration
[JsonProperty(PropertyName = "highRisk")]
public SectionStatistics HighRisk { get; set; }
Property Value
LowRisk
Declaration
[JsonProperty(PropertyName = "lowRisk")]
public SectionStatistics LowRisk { get; set; }
Property Value
MediumRisk
Declaration
[JsonProperty(PropertyName = "mediumRisk")]
public SectionStatistics MediumRisk { get; set; }
Property Value
Pass
Declaration
[JsonProperty(PropertyName = "pass")]
public SectionStatistics Pass { get; set; }
Property Value
TargetsCount
Declaration
[JsonProperty(PropertyName = "targetsCount")]
public int? TargetsCount { get; set; }
Property Value
Type |
Description |
int? |
The total number of targets in this security assessment.
|