Show / Hide Table of Contents

Class GetSecurityAssessmentComparisonRequest

Inheritance
object
GetSecurityAssessmentComparisonRequest
Implements
IOciRequest
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatasafeService.Requests
Assembly: OCI.DotNetSDK.Datasafe.dll
Syntax
public class GetSecurityAssessmentComparisonRequest : IOciRequest
Examples

Click here to see an example of how to use GetSecurityAssessmentComparison request.

Properties

ComparisonSecurityAssessmentId

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

The OCID of the security assessment baseline.

Remarks

Required

OpcRequestId

Declaration
[HttpConverter(TargetEnum.Header, "opc-request-id")]
public string OpcRequestId { get; set; }
Property Value
Type Description
string

Unique identifier for the request.

SecurityAssessmentId

Declaration
[Required(ErrorMessage = "SecurityAssessmentId is required.")]
[HttpConverter(TargetEnum.Path, "securityAssessmentId")]
public string SecurityAssessmentId { get; set; }
Property Value
Type Description
string

The OCID of the security assessment.

Remarks

Required

Implements

IOciRequest
In this article
Back to top