Show / Hide Table of Contents

Class TemplateBaselineDiffsPerTarget

The results of the comparison between two security assessment resources, and one of them is TEMPLATE_BASELINE type.

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

Properties

Key

Declaration
[JsonProperty(PropertyName = "key")]
public string Key { get; set; }
Property Value
Type Description
string

A unique identifier for the finding. This is common for the finding across targets.

Severity

Declaration
[JsonProperty(PropertyName = "severity")]
[JsonConverter(typeof(ResponseEnumConverter))]
public TemplateBaselineDiffsPerTarget.SeverityEnum? Severity { get; set; }
Property Value
Type Description
TemplateBaselineDiffsPerTarget.SeverityEnum?

The severity of this diff.

TargetId

Declaration
[JsonProperty(PropertyName = "targetId")]
public string TargetId { get; set; }
Property Value
Type Description
string

The OCID of the target database.

Title

Declaration
[JsonProperty(PropertyName = "title")]
public string Title { get; set; }
Property Value
Type Description
string

The short title for the finding.

In this article
Back to top