📂 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_comparison_per_target.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 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_accounts�baselineTargetId�currentTargetIdr �authorizationControl�dataEncryption�dbConfiguration�fineGrainedAccessControl�privilegesAndRoles�userAccountsN)� swagger_types� 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&