TemplateBaselineDiffs

class oci.data_safe.models.TemplateBaselineDiffs(**kwargs)

Bases: object

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

Methods

__init__(**kwargs) Initializes a new TemplateBaselineDiffs object with values from keyword arguments.

Attributes

baseline Gets the baseline of this TemplateBaselineDiffs.
targets Gets the targets of this TemplateBaselineDiffs.
__init__(**kwargs)

Initializes a new TemplateBaselineDiffs object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
baseline

Gets the baseline of this TemplateBaselineDiffs.

Returns:The baseline of this TemplateBaselineDiffs.
Return type:oci.data_safe.models.Finding
targets

Gets the targets of this TemplateBaselineDiffs. A target-based comparison between two security assessments.

Returns:The targets of this TemplateBaselineDiffs.
Return type:list[oci.data_safe.models.TemplateBaselineDiffsPerTarget]