Show / Hide Table of Contents

Class UserAssessmentBaseLineDetails

The details required to set the baseline for the assessment.

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

Properties

AssessmentIds

Declaration
[JsonProperty(PropertyName = "assessmentIds")]
public List<string> AssessmentIds { get; set; }
Property Value
Type Description
List<string>

The list of OCIDs for the user assessments that need to be updated while setting the baseline.

In this article
Back to top