Class CompareSecurityAssessmentDetails
Details specifying the security assessment used for comparison.
Inherited Members
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