UnsetSecurityAssessmentBaselineDetails

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

Bases: object

The details required to unset the baseline of the assessment.

Methods

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

Attributes

target_ids Gets the target_ids of this UnsetSecurityAssessmentBaselineDetails.
__init__(**kwargs)

Initializes a new UnsetSecurityAssessmentBaselineDetails 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 UnsetSecurityAssessmentBaselineDetails.
target_ids

Gets the target_ids of this UnsetSecurityAssessmentBaselineDetails. The list of database target OCIDs for which the user intends to unset the baseline.

Returns:The target_ids of this UnsetSecurityAssessmentBaselineDetails.
Return type:list[str]