CompareSecurityAssessmentDetails

class oci.data_safe.models.CompareSecurityAssessmentDetails(**kwargs)

Bases: object

Details specifying the security assessment used for comparison.

Methods

__init__(**kwargs) Initializes a new CompareSecurityAssessmentDetails object with values from keyword arguments.

Attributes

comparison_security_assessment_id [Required] Gets the comparison_security_assessment_id of this CompareSecurityAssessmentDetails.
__init__(**kwargs)

Initializes a new CompareSecurityAssessmentDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:comparison_security_assessment_id (str) – The value to assign to the comparison_security_assessment_id property of this CompareSecurityAssessmentDetails.
comparison_security_assessment_id

[Required] Gets the comparison_security_assessment_id of this CompareSecurityAssessmentDetails. The OCID of the security assessment. In this case a security assessment can be another security assessment, a latest assessment or a baseline.

Returns:The comparison_security_assessment_id of this CompareSecurityAssessmentDetails.
Return type:str