SecurityAssessmentStatistics¶
-
class
oci.data_safe.models.
SecurityAssessmentStatistics
(**kwargs)¶ Bases:
object
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.
Methods
__init__
(**kwargs)Initializes a new SecurityAssessmentStatistics object with values from keyword arguments. Attributes
advisory
Gets the advisory of this SecurityAssessmentStatistics. deferred
Gets the deferred of this SecurityAssessmentStatistics. evaluate
Gets the evaluate of this SecurityAssessmentStatistics. high_risk
Gets the high_risk of this SecurityAssessmentStatistics. low_risk
Gets the low_risk of this SecurityAssessmentStatistics. medium_risk
Gets the medium_risk of this SecurityAssessmentStatistics. targets_count
Gets the targets_count of this SecurityAssessmentStatistics. -
__init__
(**kwargs)¶ Initializes a new SecurityAssessmentStatistics object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - targets_count (int) – The value to assign to the targets_count property of this SecurityAssessmentStatistics.
- high_risk (oci.data_safe.models.SectionStatistics) – The value to assign to the high_risk property of this SecurityAssessmentStatistics.
- medium_risk (oci.data_safe.models.SectionStatistics) – The value to assign to the medium_risk property of this SecurityAssessmentStatistics.
- low_risk (oci.data_safe.models.SectionStatistics) – The value to assign to the low_risk property of this SecurityAssessmentStatistics.
- advisory (oci.data_safe.models.SectionStatistics) – The value to assign to the advisory property of this SecurityAssessmentStatistics.
- evaluate (oci.data_safe.models.SectionStatistics) – The value to assign to the evaluate property of this SecurityAssessmentStatistics.
- _pass (oci.data_safe.models.SectionStatistics) – The value to assign to the _pass property of this SecurityAssessmentStatistics.
- deferred (oci.data_safe.models.SectionStatistics) – The value to assign to the deferred property of this SecurityAssessmentStatistics.
-
advisory
¶ Gets the advisory of this SecurityAssessmentStatistics.
Returns: The advisory of this SecurityAssessmentStatistics. Return type: oci.data_safe.models.SectionStatistics
-
deferred
¶ Gets the deferred of this SecurityAssessmentStatistics.
Returns: The deferred of this SecurityAssessmentStatistics. Return type: oci.data_safe.models.SectionStatistics
-
evaluate
¶ Gets the evaluate of this SecurityAssessmentStatistics.
Returns: The evaluate of this SecurityAssessmentStatistics. Return type: oci.data_safe.models.SectionStatistics
-
high_risk
¶ Gets the high_risk of this SecurityAssessmentStatistics.
Returns: The high_risk of this SecurityAssessmentStatistics. Return type: oci.data_safe.models.SectionStatistics
-
low_risk
¶ Gets the low_risk of this SecurityAssessmentStatistics.
Returns: The low_risk of this SecurityAssessmentStatistics. Return type: oci.data_safe.models.SectionStatistics
-
medium_risk
¶ Gets the medium_risk of this SecurityAssessmentStatistics.
Returns: The medium_risk of this SecurityAssessmentStatistics. Return type: oci.data_safe.models.SectionStatistics
-
targets_count
¶ Gets the targets_count of this SecurityAssessmentStatistics. The total number of targets in this security assessment.
Returns: The targets_count of this SecurityAssessmentStatistics. Return type: int
-