ruạṛ
a N��fc, � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zdd� Zdd� Zd d!� Zd"S )#�SectionStatisticszc Statistics showing the number of findings with a particular risk level for each category. c K sd ddddddddd�| _ ddddddd d d�| _d| _d| _d| _d| _d| _d| _d| _d| _ dS )a' Initializes a new SectionStatistics object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param targets_count: The value to assign to the targets_count property of this SectionStatistics. :type targets_count: int :param auditing_findings_count: The value to assign to the auditing_findings_count property of this SectionStatistics. :type auditing_findings_count: int :param authorization_control_findings_count: The value to assign to the authorization_control_findings_count property of this SectionStatistics. :type authorization_control_findings_count: int :param data_encryption_findings_count: The value to assign to the data_encryption_findings_count property of this SectionStatistics. :type data_encryption_findings_count: int :param db_configuration_findings_count: The value to assign to the db_configuration_findings_count property of this SectionStatistics. :type db_configuration_findings_count: int :param fine_grained_access_control_findings_count: The value to assign to the fine_grained_access_control_findings_count property of this SectionStatistics. :type fine_grained_access_control_findings_count: int :param privileges_and_roles_findings_count: The value to assign to the privileges_and_roles_findings_count property of this SectionStatistics. :type privileges_and_roles_findings_count: int :param user_accounts_findings_count: The value to assign to the user_accounts_findings_count property of this SectionStatistics. :type user_accounts_findings_count: int �int)� targets_count�auditing_findings_count�$authorization_control_findings_count�data_encryption_findings_count�db_configuration_findings_count�*fine_grained_access_control_findings_count�#privileges_and_roles_findings_count�user_accounts_findings_count�targetsCount�auditingFindingsCount�!authorizationControlFindingsCount�dataEncryptionFindingsCount�dbConfigurationFindingsCount�%fineGrainedAccessControlFindingsCount�privilegesAndRolesFindingsCount�userAccountsFindingsCountN) � swagger_types� attribute_map�_targets_count�_auditing_findings_count�%_authorization_control_findings_count�_data_encryption_findings_count� _db_configuration_findings_count�+_fine_grained_access_control_findings_count�$_privileges_and_roles_findings_count�_user_accounts_findings_count)�self�kwargs� r$ ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_safe/models/section_statistics.py�__init__ s4 '��zSectionStatistics.__init__c C s | j S )z� Gets the targets_count of this SectionStatistics. The number of targets that contributed to the counts at this risk level. :return: The targets_count of this SectionStatistics. :rtype: int �r �r"