oci_data_safe_unset_user_assessment_baseline

This resource provides the Unset User Assessment Baseline resource in Oracle Cloud Infrastructure Data Safe service.

Removes the baseline setting for the saved user assessment. The saved user assessment is no longer considered a baseline. Sets the if-match parameter to the value of the etag from a previous GET or POST response for that resource.

Example Usage

resource "oci_data_safe_unset_user_assessment_baseline" "test_unset_user_assessment_baseline" {
	#Required
	user_assessment_id = oci_data_safe_user_assessment.test_user_assessment.id
}

Argument Reference

The following arguments are supported:

** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

Attributes Reference

The following attributes are exported:

Timeouts

The timeouts block allows you to specify timeouts for certain operations: * create - (Defaults to 20 minutes), when creating the Unset User Assessment Baseline * update - (Defaults to 20 minutes), when updating the Unset User Assessment Baseline * delete - (Defaults to 20 minutes), when destroying the Unset User Assessment Baseline

Import

UnsetUserAssessmentBaseline can be imported using the id, e.g.

$ terraform import oci_data_safe_unset_user_assessment_baseline.test_unset_user_assessment_baseline "id"