📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
data_safe
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/data_safe/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: security_assessment_statistics.pyc
a N��f � @ 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 dd� Zdd� Zdd� ZdS ) �SecurityAssessmentStatisticsa� 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. c K sZ dddddddd�| _ dddddd d d�| _d| _d| _d| _d| _d| _d| _d| _dS )a� Initializes a new SecurityAssessmentStatistics 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 SecurityAssessmentStatistics. :type targets_count: int :param high_risk: The value to assign to the high_risk property of this SecurityAssessmentStatistics. :type high_risk: oci.data_safe.models.SectionStatistics :param medium_risk: The value to assign to the medium_risk property of this SecurityAssessmentStatistics. :type medium_risk: oci.data_safe.models.SectionStatistics :param low_risk: The value to assign to the low_risk property of this SecurityAssessmentStatistics. :type low_risk: oci.data_safe.models.SectionStatistics :param advisory: The value to assign to the advisory property of this SecurityAssessmentStatistics. :type advisory: oci.data_safe.models.SectionStatistics :param evaluate: The value to assign to the evaluate property of this SecurityAssessmentStatistics. :type evaluate: oci.data_safe.models.SectionStatistics :param _pass: The value to assign to the _pass property of this SecurityAssessmentStatistics. :type _pass: oci.data_safe.models.SectionStatistics �int�SectionStatistics)� targets_count� high_risk�medium_risk�low_risk�advisory�evaluate�_pass�targetsCount�highRisk� mediumRisk�lowRiskr r �passN) � swagger_types� attribute_map�_targets_count� _high_risk�_medium_risk� _low_risk� _advisory� _evaluate�#_SecurityAssessmentStatistics__pass)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_safe/models/security_assessment_statistics.py�__init__ s. #�� z%SecurityAssessmentStatistics.__init__c C s | j S )z� Gets the targets_count of this SecurityAssessmentStatistics. The total number of targets in this security assessment. :return: The targets_count of this SecurityAssessmentStatistics. :rtype: int �r �r r r r! r S s z*SecurityAssessmentStatistics.targets_countc C s || _ dS )z� Sets the targets_count of this SecurityAssessmentStatistics. The total number of targets in this security assessment. :param targets_count: The targets_count of this SecurityAssessmentStatistics. :type: int Nr# )r r r r r! r _ s c C s | j S )z� Gets the high_risk of this SecurityAssessmentStatistics. :return: The high_risk of this SecurityAssessmentStatistics. :rtype: oci.data_safe.models.SectionStatistics �r r$ r r r! r k s z&SecurityAssessmentStatistics.high_riskc C s || _ dS )z� Sets the high_risk of this SecurityAssessmentStatistics. :param high_risk: The high_risk of this SecurityAssessmentStatistics. :type: oci.data_safe.models.SectionStatistics Nr% )r r r r r! r u s c C s | j S )z� Gets the medium_risk of this SecurityAssessmentStatistics. :return: The medium_risk of this SecurityAssessmentStatistics. :rtype: oci.data_safe.models.SectionStatistics �r r$ r r r! r s z(SecurityAssessmentStatistics.medium_riskc C s || _ dS )z� Sets the medium_risk of this SecurityAssessmentStatistics. :param medium_risk: The medium_risk of this SecurityAssessmentStatistics. :type: oci.data_safe.models.SectionStatistics Nr&