TemplateBaselineDiffsPerTarget

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

Bases: object

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

Attributes

SEVERITY_ADVISORY A constant which can be used with the severity property of a TemplateBaselineDiffsPerTarget.
SEVERITY_DEFERRED A constant which can be used with the severity property of a TemplateBaselineDiffsPerTarget.
SEVERITY_EVALUATE A constant which can be used with the severity property of a TemplateBaselineDiffsPerTarget.
SEVERITY_HIGH A constant which can be used with the severity property of a TemplateBaselineDiffsPerTarget.
SEVERITY_LOW A constant which can be used with the severity property of a TemplateBaselineDiffsPerTarget.
SEVERITY_MEDIUM A constant which can be used with the severity property of a TemplateBaselineDiffsPerTarget.
SEVERITY_PASS A constant which can be used with the severity property of a TemplateBaselineDiffsPerTarget.
key Gets the key of this TemplateBaselineDiffsPerTarget.
severity Gets the severity of this TemplateBaselineDiffsPerTarget.
target_id Gets the target_id of this TemplateBaselineDiffsPerTarget.
title Gets the title of this TemplateBaselineDiffsPerTarget.

Methods

__init__(**kwargs) Initializes a new TemplateBaselineDiffsPerTarget object with values from keyword arguments.
SEVERITY_ADVISORY = 'ADVISORY'

A constant which can be used with the severity property of a TemplateBaselineDiffsPerTarget. This constant has a value of “ADVISORY”

SEVERITY_DEFERRED = 'DEFERRED'

A constant which can be used with the severity property of a TemplateBaselineDiffsPerTarget. This constant has a value of “DEFERRED”

SEVERITY_EVALUATE = 'EVALUATE'

A constant which can be used with the severity property of a TemplateBaselineDiffsPerTarget. This constant has a value of “EVALUATE”

SEVERITY_HIGH = 'HIGH'

A constant which can be used with the severity property of a TemplateBaselineDiffsPerTarget. This constant has a value of “HIGH”

SEVERITY_LOW = 'LOW'

A constant which can be used with the severity property of a TemplateBaselineDiffsPerTarget. This constant has a value of “LOW”

SEVERITY_MEDIUM = 'MEDIUM'

A constant which can be used with the severity property of a TemplateBaselineDiffsPerTarget. This constant has a value of “MEDIUM”

SEVERITY_PASS = 'PASS'

A constant which can be used with the severity property of a TemplateBaselineDiffsPerTarget. This constant has a value of “PASS”

__init__(**kwargs)

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

Parameters:
  • target_id (str) – The value to assign to the target_id property of this TemplateBaselineDiffsPerTarget.
  • key (str) – The value to assign to the key property of this TemplateBaselineDiffsPerTarget.
  • title (str) – The value to assign to the title property of this TemplateBaselineDiffsPerTarget.
  • severity (str) – The value to assign to the severity property of this TemplateBaselineDiffsPerTarget. Allowed values for this property are: “HIGH”, “MEDIUM”, “LOW”, “EVALUATE”, “ADVISORY”, “PASS”, “DEFERRED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
key

Gets the key of this TemplateBaselineDiffsPerTarget. A unique identifier for the finding. This is common for the finding across targets.

Returns:The key of this TemplateBaselineDiffsPerTarget.
Return type:str
severity

Gets the severity of this TemplateBaselineDiffsPerTarget. The severity of this diff.

Allowed values for this property are: “HIGH”, “MEDIUM”, “LOW”, “EVALUATE”, “ADVISORY”, “PASS”, “DEFERRED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The severity of this TemplateBaselineDiffsPerTarget.
Return type:str
target_id

Gets the target_id of this TemplateBaselineDiffsPerTarget. The OCID of the target database.

Returns:The target_id of this TemplateBaselineDiffsPerTarget.
Return type:str
title

Gets the title of this TemplateBaselineDiffsPerTarget. The short title for the finding.

Returns:The title of this TemplateBaselineDiffsPerTarget.
Return type:str