Show / Hide Table of Contents

Class UnsetUserAssessmentBaselineDetails

The details required to unset the baseline of the assessment.

Inheritance
object
UnsetUserAssessmentBaselineDetails
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 UnsetUserAssessmentBaselineDetails

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