Show / Hide Table of Contents

Class UnsetSecurityAssessmentBaselineDetails

The details required to unset the baseline of the assessment.

Inheritance
object
UnsetSecurityAssessmentBaselineDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In this article
Back to top