UserAssessmentBaseLineDetails

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

Bases: object

The details required to set the baseline for the assessment.

Methods

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

Attributes

assessment_ids Gets the assessment_ids of this UserAssessmentBaseLineDetails.
__init__(**kwargs)

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

Parameters:assessment_ids (list[str]) – The value to assign to the assessment_ids property of this UserAssessmentBaseLineDetails.
assessment_ids

Gets the assessment_ids of this UserAssessmentBaseLineDetails. The list of OCIDs for the user assessments that need to be updated while setting the baseline.

Returns:The assessment_ids of this UserAssessmentBaseLineDetails.
Return type:list[str]