SectionStatistics¶
-
class
oci.data_safe.models.
SectionStatistics
(**kwargs)¶ Bases:
object
Statistics showing the number of findings with a particular risk level for each category.
Methods
__init__
(**kwargs)Initializes a new SectionStatistics object with values from keyword arguments. Attributes
auditing_findings_count
Gets the auditing_findings_count of this SectionStatistics. authorization_control_findings_count
Gets the authorization_control_findings_count of this SectionStatistics. data_encryption_findings_count
Gets the data_encryption_findings_count of this SectionStatistics. db_configuration_findings_count
Gets the db_configuration_findings_count of this SectionStatistics. fine_grained_access_control_findings_count
Gets the fine_grained_access_control_findings_count of this SectionStatistics. privileges_and_roles_findings_count
Gets the privileges_and_roles_findings_count of this SectionStatistics. targets_count
Gets the targets_count of this SectionStatistics. user_accounts_findings_count
Gets the user_accounts_findings_count of this SectionStatistics. -
__init__
(**kwargs)¶ Initializes a new SectionStatistics 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 SectionStatistics.
- auditing_findings_count (int) – The value to assign to the auditing_findings_count property of this SectionStatistics.
- authorization_control_findings_count (int) – The value to assign to the authorization_control_findings_count property of this SectionStatistics.
- data_encryption_findings_count (int) – The value to assign to the data_encryption_findings_count property of this SectionStatistics.
- db_configuration_findings_count (int) – The value to assign to the db_configuration_findings_count property of this SectionStatistics.
- fine_grained_access_control_findings_count (int) – The value to assign to the fine_grained_access_control_findings_count property of this SectionStatistics.
- privileges_and_roles_findings_count (int) – The value to assign to the privileges_and_roles_findings_count property of this SectionStatistics.
- user_accounts_findings_count (int) – The value to assign to the user_accounts_findings_count property of this SectionStatistics.
-
auditing_findings_count
¶ Gets the auditing_findings_count of this SectionStatistics. The number of findings in the Auditing category.
Returns: The auditing_findings_count of this SectionStatistics. Return type: int
Gets the authorization_control_findings_count of this SectionStatistics. The number of findings in the Authorization Control category.
Returns: The authorization_control_findings_count of this SectionStatistics. Return type: int
-
data_encryption_findings_count
¶ Gets the data_encryption_findings_count of this SectionStatistics. The number of findings in the Data Encryption category.
Returns: The data_encryption_findings_count of this SectionStatistics. Return type: int
-
db_configuration_findings_count
¶ Gets the db_configuration_findings_count of this SectionStatistics. The number of findings in the Database Configuration category.
Returns: The db_configuration_findings_count of this SectionStatistics. Return type: int
-
fine_grained_access_control_findings_count
¶ Gets the fine_grained_access_control_findings_count of this SectionStatistics. The number of findings in the Fine-Grained Access Control category.
Returns: The fine_grained_access_control_findings_count of this SectionStatistics. Return type: int
-
privileges_and_roles_findings_count
¶ Gets the privileges_and_roles_findings_count of this SectionStatistics. The number of findings in the Privileges and Roles category.
Returns: The privileges_and_roles_findings_count of this SectionStatistics. Return type: int
-
targets_count
¶ Gets the targets_count of this SectionStatistics. The number of targets that contributed to the counts at this risk level.
Returns: The targets_count of this SectionStatistics. Return type: int
-
user_accounts_findings_count
¶ Gets the user_accounts_findings_count of this SectionStatistics. The number of findings in the User Accounts category.
Returns: The user_accounts_findings_count of this SectionStatistics. Return type: int
-