Class UnsetSecurityAssessmentBaselineDetails
The details required to unset the baseline of the assessment.
Inherited Members
Namespace: Oci.DatasafeService.Models
Assembly: OCI.DotNetSDK.Datasafe.dll
Syntax
public class UnsetSecurityAssessmentBaselineDetails
Properties
TargetIds
Declaration
[JsonProperty(PropertyName = "targetIds")]
public List<string> TargetIds { get; set; }
Property Value
Type | Description |
---|---|
List<string> | The list of database target OCIDs for which the user intends to unset the baseline. |