CompareUserAssessmentDetails

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

Bases: object

The details of the user assessment comparison.

Methods

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

Attributes

comparison_user_assessment_id [Required] Gets the comparison_user_assessment_id of this CompareUserAssessmentDetails.
__init__(**kwargs)

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

Parameters:comparison_user_assessment_id (str) – The value to assign to the comparison_user_assessment_id property of this CompareUserAssessmentDetails.
comparison_user_assessment_id

[Required] Gets the comparison_user_assessment_id of this CompareUserAssessmentDetails. The OCID of the user assessment to be compared. You can compare with another user assessment, a latest assessment, or a baseline.

Returns:The comparison_user_assessment_id of this CompareUserAssessmentDetails.
Return type:str