📂 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
›
lib
›
python3.9
›
site-packages
›
oci
›
data_safe
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/data_safe/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: security_assessment_comparison_per_target.cpython-39.pyc
a ���f<0 � @ 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� �Zedd� �Zejdd� �Zdd � Zd!d"� Zd#d$� Zd%S )&�%SecurityAssessmentComparisonPerTargetzR The results of the comparison between two security assessment resources. c K sn dddddddddd� | _ dddddd d ddd� | _d | _d | _d | _d | _d | _d | _d | _d | _ d | _ d S )a3 Initializes a new SecurityAssessmentComparisonPerTarget object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param baseline_target_id: The value to assign to the baseline_target_id property of this SecurityAssessmentComparisonPerTarget. :type baseline_target_id: str :param current_target_id: The value to assign to the current_target_id property of this SecurityAssessmentComparisonPerTarget. :type current_target_id: str :param auditing: The value to assign to the auditing property of this SecurityAssessmentComparisonPerTarget. :type auditing: list[oci.data_safe.models.Diffs] :param authorization_control: The value to assign to the authorization_control property of this SecurityAssessmentComparisonPerTarget. :type authorization_control: list[oci.data_safe.models.Diffs] :param data_encryption: The value to assign to the data_encryption property of this SecurityAssessmentComparisonPerTarget. :type data_encryption: list[oci.data_safe.models.Diffs] :param db_configuration: The value to assign to the db_configuration property of this SecurityAssessmentComparisonPerTarget. :type db_configuration: list[oci.data_safe.models.Diffs] :param fine_grained_access_control: The value to assign to the fine_grained_access_control property of this SecurityAssessmentComparisonPerTarget. :type fine_grained_access_control: list[oci.data_safe.models.Diffs] :param privileges_and_roles: The value to assign to the privileges_and_roles property of this SecurityAssessmentComparisonPerTarget. :type privileges_and_roles: list[oci.data_safe.models.Diffs] :param user_accounts: The value to assign to the user_accounts property of this SecurityAssessmentComparisonPerTarget. :type user_accounts: list[oci.data_safe.models.Diffs] �strzlist[Diffs]) �baseline_target_id�current_target_id�auditing�authorization_control�data_encryption�db_configuration�fine_grained_access_control�privileges_and_roles� user_accountsZbaselineTargetIdZcurrentTargetIdr ZauthorizationControlZdataEncryptionZdbConfigurationZfineGrainedAccessControlZprivilegesAndRolesZuserAccountsN)Z swagger_typesZ attribute_map�_baseline_target_id�_current_target_id� _auditing�_authorization_control�_data_encryption�_db_configuration�_fine_grained_access_control�_privileges_and_roles�_user_accounts)�self�kwargs� r �b/usr/lib/python3.9/site-packages/oci/data_safe/models/security_assessment_comparison_per_target.py�__init__ s: +� �z.SecurityAssessmentComparisonPerTarget.__init__c C s | j S )a Gets the baseline_target_id of this SecurityAssessmentComparisonPerTarget. The OCID of the target that is used as a baseline in this comparison. :return: The baseline_target_id of this SecurityAssessmentComparisonPerTarget. :rtype: str �r �r r r r r ^ s z8SecurityAssessmentComparisonPerTarget.baseline_target_idc C s || _ dS )a( Sets the baseline_target_id of this SecurityAssessmentComparisonPerTarget. The OCID of the target that is used as a baseline in this comparison. :param baseline_target_id: The baseline_target_id of this SecurityAssessmentComparisonPerTarget. :type: str Nr )r r r r r r j s c C s | j S )a Gets the current_target_id of this SecurityAssessmentComparisonPerTarget. The OCID of the target to be compared against the baseline target. :return: The current_target_id of this SecurityAssessmentComparisonPerTarget. :rtype: str �r r r r r r v s z7SecurityAssessmentComparisonPerTarget.current_target_idc C s || _ dS )a" Sets the current_target_id of this SecurityAssessmentComparisonPerTarget. The OCID of the target to be compared against the baseline target. :param current_target_id: The current_target_id of this SecurityAssessmentComparisonPerTarget. :type: str Nr! )r r r r r r � s c C s | j S )a Gets the auditing of this SecurityAssessmentComparisonPerTarget. A comparison between findings belonging to Auditing category. :return: The auditing of this SecurityAssessmentComparisonPerTarget. :rtype: list[oci.data_safe.models.Diffs] �r r r r r r � s z.SecurityAssessmentComparisonPerTarget.auditingc C s || _ dS )a Sets the auditing of this SecurityAssessmentComparisonPerTarget. A comparison between findings belonging to Auditing category. :param auditing: The auditing of this SecurityAssessmentComparisonPerTarget. :type: list[oci.data_safe.models.Diffs] Nr"