SecurityAssessmentBaseLineDetails¶
-
class
oci.data_safe.models.
SecurityAssessmentBaseLineDetails
(**kwargs)¶ Bases:
object
The details required to set the baseline for the assessment.
Methods
__init__
(**kwargs)Initializes a new SecurityAssessmentBaseLineDetails object with values from keyword arguments. Attributes
assessment_ids
Gets the assessment_ids of this SecurityAssessmentBaseLineDetails. -
__init__
(**kwargs)¶ Initializes a new SecurityAssessmentBaseLineDetails 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 SecurityAssessmentBaseLineDetails.
-
assessment_ids
¶ Gets the assessment_ids of this SecurityAssessmentBaseLineDetails. The list of OCIDs for the security assessments that need to be updated while setting the baseline.
Returns: The assessment_ids of this SecurityAssessmentBaseLineDetails. Return type: list[str]
-