UnsetUserAssessmentBaselineDetails¶
-
class
oci.data_safe.models.
UnsetUserAssessmentBaselineDetails
(**kwargs)¶ Bases:
object
The details required to unset the baseline of the assessment.
Methods
__init__
(**kwargs)Initializes a new UnsetUserAssessmentBaselineDetails object with values from keyword arguments. Attributes
target_ids
Gets the target_ids of this UnsetUserAssessmentBaselineDetails. -
__init__
(**kwargs)¶ Initializes a new UnsetUserAssessmentBaselineDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: target_ids (list[str]) – The value to assign to the target_ids property of this UnsetUserAssessmentBaselineDetails.
-
target_ids
¶ Gets the target_ids of this UnsetUserAssessmentBaselineDetails. The list of database target OCIDs for which the user intends to unset the baseline.
Returns: The target_ids of this UnsetUserAssessmentBaselineDetails. Return type: list[str]
-