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:
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