Show / Hide Table of Contents

Class TemplateBaselineDiffs

Results of the comparison of an item between two security assessments.

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

Properties

Baseline

Declaration
[JsonProperty(PropertyName = "baseline")]
public Finding Baseline { get; set; }
Property Value
Type Description
Finding

Targets

Declaration
[JsonProperty(PropertyName = "targets")]
public List<TemplateBaselineDiffsPerTarget> Targets { get; set; }
Property Value
Type Description
List<TemplateBaselineDiffsPerTarget>

A target-based comparison between two security assessments.

In this article
Back to top