Class GetTemplateBaselineComparisonRequest
Implements
Inherited Members
Namespace: Oci.DatasafeService.Requests
Assembly: OCI.DotNetSDK.Datasafe.dll
Syntax
public class GetTemplateBaselineComparisonRequest : IOciRequest
Examples
Click here to see an example of how to use GetTemplateBaselineComparison request.
Properties
Category
Declaration
[HttpConverter(TargetEnum.Query, "category")]
public string Category { get; set; }
Property Value
Type | Description |
---|---|
string | The category of the finding. |
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
FindingKey
Declaration
[HttpConverter(TargetEnum.Query, "findingKey")]
public string FindingKey { get; set; }
Property Value
Type | Description |
---|---|
string | The unique key that identifies the finding. It is a string and unique within a security assessment. |
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
TargetId
Declaration
[HttpConverter(TargetEnum.Query, "targetId")]
public string TargetId { get; set; }
Property Value
Type | Description |
---|---|
string | A filter to return only items related to a specific target OCID. |