FindingAnalyticsDimensions

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

Bases: object

The scope of analytics data.

Attributes

SEVERITY_ADVISORY A constant which can be used with the severity property of a FindingAnalyticsDimensions.
SEVERITY_DEFERRED A constant which can be used with the severity property of a FindingAnalyticsDimensions.
SEVERITY_EVALUATE A constant which can be used with the severity property of a FindingAnalyticsDimensions.
SEVERITY_HIGH A constant which can be used with the severity property of a FindingAnalyticsDimensions.
SEVERITY_LOW A constant which can be used with the severity property of a FindingAnalyticsDimensions.
SEVERITY_MEDIUM A constant which can be used with the severity property of a FindingAnalyticsDimensions.
SEVERITY_PASS A constant which can be used with the severity property of a FindingAnalyticsDimensions.
TOP_FINDING_STATUS_ADVISORY A constant which can be used with the top_finding_status property of a FindingAnalyticsDimensions.
TOP_FINDING_STATUS_DEFERRED A constant which can be used with the top_finding_status property of a FindingAnalyticsDimensions.
TOP_FINDING_STATUS_EVALUATE A constant which can be used with the top_finding_status property of a FindingAnalyticsDimensions.
TOP_FINDING_STATUS_PASS A constant which can be used with the top_finding_status property of a FindingAnalyticsDimensions.
TOP_FINDING_STATUS_RISK A constant which can be used with the top_finding_status property of a FindingAnalyticsDimensions.
category Gets the category of this FindingAnalyticsDimensions.
key Gets the key of this FindingAnalyticsDimensions.
references Gets the references of this FindingAnalyticsDimensions.
remarks Gets the remarks of this FindingAnalyticsDimensions.
severity Gets the severity of this FindingAnalyticsDimensions.
target_id Gets the target_id of this FindingAnalyticsDimensions.
title Gets the title of this FindingAnalyticsDimensions.
top_finding_category Gets the top_finding_category of this FindingAnalyticsDimensions.
top_finding_status Gets the top_finding_status of this FindingAnalyticsDimensions.

Methods

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

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

SEVERITY_DEFERRED = 'DEFERRED'

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

SEVERITY_EVALUATE = 'EVALUATE'

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

SEVERITY_HIGH = 'HIGH'

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

SEVERITY_LOW = 'LOW'

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

SEVERITY_MEDIUM = 'MEDIUM'

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

SEVERITY_PASS = 'PASS'

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

TOP_FINDING_STATUS_ADVISORY = 'ADVISORY'

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

TOP_FINDING_STATUS_DEFERRED = 'DEFERRED'

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

TOP_FINDING_STATUS_EVALUATE = 'EVALUATE'

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

TOP_FINDING_STATUS_PASS = 'PASS'

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

TOP_FINDING_STATUS_RISK = 'RISK'

A constant which can be used with the top_finding_status property of a FindingAnalyticsDimensions. This constant has a value of “RISK”

__init__(**kwargs)

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

Parameters:
  • key (str) – The value to assign to the key property of this FindingAnalyticsDimensions.
  • top_finding_category (str) – The value to assign to the top_finding_category property of this FindingAnalyticsDimensions.
  • category (str) – The value to assign to the category property of this FindingAnalyticsDimensions.
  • title (str) – The value to assign to the title property of this FindingAnalyticsDimensions.
  • top_finding_status (str) – The value to assign to the top_finding_status property of this FindingAnalyticsDimensions. Allowed values for this property are: “RISK”, “EVALUATE”, “ADVISORY”, “PASS”, “DEFERRED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • severity (str) – The value to assign to the severity property of this FindingAnalyticsDimensions. 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’.
  • remarks (str) – The value to assign to the remarks property of this FindingAnalyticsDimensions.
  • target_id (str) – The value to assign to the target_id property of this FindingAnalyticsDimensions.
  • references (oci.data_safe.models.References) – The value to assign to the references property of this FindingAnalyticsDimensions.
category

Gets the category of this FindingAnalyticsDimensions. The category of the top finding.

Returns:The category of this FindingAnalyticsDimensions.
Return type:str
key

Gets the key of this FindingAnalyticsDimensions. Each finding in security assessment has an associated key (think of key as a finding’s name). For a given finding, the key will be the same across targets. The user can use these keys to filter the findings.

Returns:The key of this FindingAnalyticsDimensions.
Return type:str
references

Gets the references of this FindingAnalyticsDimensions. Provides information on whether the finding is related to a CIS Oracle Database Benchmark recommendation, STIG rule, or related to a GDPR Article/Recital.

Returns:The references of this FindingAnalyticsDimensions.
Return type:oci.data_safe.models.References
remarks

Gets the remarks of this FindingAnalyticsDimensions. The explanation of the issue in this finding. It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation.

Returns:The remarks of this FindingAnalyticsDimensions.
Return type:str
severity

Gets the severity of this FindingAnalyticsDimensions. The severity (risk level) of the finding.

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 FindingAnalyticsDimensions.
Return type:str
target_id

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

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

Gets the title of this FindingAnalyticsDimensions. The short title of the finding.

Returns:The title of this FindingAnalyticsDimensions.
Return type:str
top_finding_category

Gets the top_finding_category of this FindingAnalyticsDimensions. The category of the top finding.

Returns:The top_finding_category of this FindingAnalyticsDimensions.
Return type:str
top_finding_status

Gets the top_finding_status of this FindingAnalyticsDimensions. The status of the top finding. All findings will have “severity” to indicate the risk level, but only top findings will have “status”. Possible status: Pass / Risk (Low, Medium, High)/ Evaluate / Advisory / Deferred Instead of having “Low, Medium, High” in severity, “Risk” will include these three situations in status.

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

Returns:The top_finding_status of this FindingAnalyticsDimensions.
Return type:str