Show / Hide Table of Contents

Class SecurityAssessmentBaseLineDetails

The details required to set the baseline for the assessment.

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

Properties

AssessmentIds

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

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

In this article
Back to top