SecurityAssessmentComparisonPerTarget¶
- 
class oci.data_safe.models.SecurityAssessmentComparisonPerTarget(**kwargs)¶
- Bases: - object- The results of the comparison between two security assessment resources. - Methods - __init__(**kwargs)- Initializes a new SecurityAssessmentComparisonPerTarget object with values from keyword arguments. - Attributes - auditing- Gets the auditing of this SecurityAssessmentComparisonPerTarget. - authorization_control- Gets the authorization_control of this SecurityAssessmentComparisonPerTarget. - baseline_target_id- Gets the baseline_target_id of this SecurityAssessmentComparisonPerTarget. - current_target_id- Gets the current_target_id of this SecurityAssessmentComparisonPerTarget. - data_encryption- Gets the data_encryption of this SecurityAssessmentComparisonPerTarget. - db_configuration- Gets the db_configuration of this SecurityAssessmentComparisonPerTarget. - fine_grained_access_control- Gets the fine_grained_access_control of this SecurityAssessmentComparisonPerTarget. - privileges_and_roles- Gets the privileges_and_roles of this SecurityAssessmentComparisonPerTarget. - user_accounts- Gets the user_accounts of this SecurityAssessmentComparisonPerTarget. - 
__init__(**kwargs)¶
- Initializes a new SecurityAssessmentComparisonPerTarget object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - baseline_target_id (str) – The value to assign to the baseline_target_id property of this SecurityAssessmentComparisonPerTarget.
- current_target_id (str) – The value to assign to the current_target_id property of this SecurityAssessmentComparisonPerTarget.
- auditing (list[oci.data_safe.models.Diffs]) – The value to assign to the auditing property of this SecurityAssessmentComparisonPerTarget.
- authorization_control (list[oci.data_safe.models.Diffs]) – The value to assign to the authorization_control property of this SecurityAssessmentComparisonPerTarget.
- data_encryption (list[oci.data_safe.models.Diffs]) – The value to assign to the data_encryption property of this SecurityAssessmentComparisonPerTarget.
- db_configuration (list[oci.data_safe.models.Diffs]) – The value to assign to the db_configuration property of this SecurityAssessmentComparisonPerTarget.
- fine_grained_access_control (list[oci.data_safe.models.Diffs]) – The value to assign to the fine_grained_access_control property of this SecurityAssessmentComparisonPerTarget.
- privileges_and_roles (list[oci.data_safe.models.Diffs]) – The value to assign to the privileges_and_roles property of this SecurityAssessmentComparisonPerTarget.
- user_accounts (list[oci.data_safe.models.Diffs]) – The value to assign to the user_accounts property of this SecurityAssessmentComparisonPerTarget.
 
 - 
auditing¶
- Gets the auditing of this SecurityAssessmentComparisonPerTarget. A comparison between findings belonging to Auditing category. - Returns: - The auditing of this SecurityAssessmentComparisonPerTarget. - Return type: - list[oci.data_safe.models.Diffs] 
 - Gets the authorization_control of this SecurityAssessmentComparisonPerTarget. A comparison between findings belonging to Authorization Control category. - Returns: - The authorization_control of this SecurityAssessmentComparisonPerTarget. - Return type: - list[oci.data_safe.models.Diffs] 
 - 
baseline_target_id¶
- Gets the baseline_target_id of this SecurityAssessmentComparisonPerTarget. The OCID of the target that is used as a baseline in this comparison. - Returns: - The baseline_target_id of this SecurityAssessmentComparisonPerTarget. - Return type: - str 
 - 
current_target_id¶
- Gets the current_target_id of this SecurityAssessmentComparisonPerTarget. The OCID of the target to be compared against the baseline target. - Returns: - The current_target_id of this SecurityAssessmentComparisonPerTarget. - Return type: - str 
 - 
data_encryption¶
- Gets the data_encryption of this SecurityAssessmentComparisonPerTarget. Comparison between findings belonging to Data Encryption category. - Returns: - The data_encryption of this SecurityAssessmentComparisonPerTarget. - Return type: - list[oci.data_safe.models.Diffs] 
 - 
db_configuration¶
- Gets the db_configuration of this SecurityAssessmentComparisonPerTarget. Comparison between findings belonging to Database Configuration category. - Returns: - The db_configuration of this SecurityAssessmentComparisonPerTarget. - Return type: - list[oci.data_safe.models.Diffs] 
 - 
fine_grained_access_control¶
- Gets the fine_grained_access_control of this SecurityAssessmentComparisonPerTarget. Comparison between findings belonging to Fine-Grained Access Control category. - Returns: - The fine_grained_access_control of this SecurityAssessmentComparisonPerTarget. - Return type: - list[oci.data_safe.models.Diffs] 
 - 
privileges_and_roles¶
- Gets the privileges_and_roles of this SecurityAssessmentComparisonPerTarget. Comparison between findings belonging to Privileges and Roles category. - Returns: - The privileges_and_roles of this SecurityAssessmentComparisonPerTarget. - Return type: - list[oci.data_safe.models.Diffs] 
 - 
user_accounts¶
- Gets the user_accounts of this SecurityAssessmentComparisonPerTarget. Comparison between findings belonging to User Accounts category. - Returns: - The user_accounts of this SecurityAssessmentComparisonPerTarget. - Return type: - list[oci.data_safe.models.Diffs] 
 
-