Show / Hide Table of Contents

Class CompareSecurityAssessmentDetails

Details specifying the security assessment used for comparison.

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

Properties

ComparisonSecurityAssessmentId

Declaration
[Required(ErrorMessage = "ComparisonSecurityAssessmentId is required.")]
[JsonProperty(PropertyName = "comparisonSecurityAssessmentId")]
public string ComparisonSecurityAssessmentId { get; set; }
Property Value
Type Description
string

The OCID of the security assessment. In this case a security assessment can be another security assessment, a latest assessment or a baseline.

Remarks

Required

In this article
Back to top