FindingsChangeAuditLogSummary

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

Bases: object

Summary of audit log of risk updates of findings of specified security assessment.

Methods

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

Attributes

assessment_id [Required] Gets the assessment_id of this FindingsChangeAuditLogSummary.
finding_key [Required] Gets the finding_key of this FindingsChangeAuditLogSummary.
finding_title [Required] Gets the finding_title of this FindingsChangeAuditLogSummary.
is_risk_deferred [Required] Gets the is_risk_deferred of this FindingsChangeAuditLogSummary.
justification [Required] Gets the justification of this FindingsChangeAuditLogSummary.
key [Required] Gets the key of this FindingsChangeAuditLogSummary.
modified_by [Required] Gets the modified_by of this FindingsChangeAuditLogSummary.
oracle_defined_severity [Required] Gets the oracle_defined_severity of this FindingsChangeAuditLogSummary.
previous_severity [Required] Gets the previous_severity of this FindingsChangeAuditLogSummary.
severity [Required] Gets the severity of this FindingsChangeAuditLogSummary.
target_id [Required] Gets the target_id of this FindingsChangeAuditLogSummary.
time_updated [Required] Gets the time_updated of this FindingsChangeAuditLogSummary.
time_valid_until Gets the time_valid_until of this FindingsChangeAuditLogSummary.
__init__(**kwargs)

Initializes a new FindingsChangeAuditLogSummary 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 FindingsChangeAuditLogSummary.
  • finding_key (str) – The value to assign to the finding_key property of this FindingsChangeAuditLogSummary.
  • finding_title (str) – The value to assign to the finding_title property of this FindingsChangeAuditLogSummary.
  • assessment_id (str) – The value to assign to the assessment_id property of this FindingsChangeAuditLogSummary.
  • target_id (str) – The value to assign to the target_id property of this FindingsChangeAuditLogSummary.
  • time_updated (datetime) – The value to assign to the time_updated property of this FindingsChangeAuditLogSummary.
  • severity (str) – The value to assign to the severity property of this FindingsChangeAuditLogSummary.
  • oracle_defined_severity (str) – The value to assign to the oracle_defined_severity property of this FindingsChangeAuditLogSummary.
  • is_risk_deferred (bool) – The value to assign to the is_risk_deferred property of this FindingsChangeAuditLogSummary.
  • previous_severity (str) – The value to assign to the previous_severity property of this FindingsChangeAuditLogSummary.
  • justification (str) – The value to assign to the justification property of this FindingsChangeAuditLogSummary.
  • time_valid_until (datetime) – The value to assign to the time_valid_until property of this FindingsChangeAuditLogSummary.
  • modified_by (str) – The value to assign to the modified_by property of this FindingsChangeAuditLogSummary.
assessment_id

[Required] Gets the assessment_id of this FindingsChangeAuditLogSummary. The OCID of the latest security assessment.

Returns:The assessment_id of this FindingsChangeAuditLogSummary.
Return type:str
finding_key

[Required] Gets the finding_key of this FindingsChangeAuditLogSummary. The unique key that identifies the finding.

Returns:The finding_key of this FindingsChangeAuditLogSummary.
Return type:str
finding_title

[Required] Gets the finding_title of this FindingsChangeAuditLogSummary. The short title for the finding whose risk is being modified.

Returns:The finding_title of this FindingsChangeAuditLogSummary.
Return type:str
is_risk_deferred

[Required] Gets the is_risk_deferred of this FindingsChangeAuditLogSummary. Determines if the user has deferred the risk level of this finding when he is ok with it and does not plan to do anything about it.

Returns:The is_risk_deferred of this FindingsChangeAuditLogSummary.
Return type:bool
justification

[Required] Gets the justification of this FindingsChangeAuditLogSummary. The justification given by the user for accepting or modifying the risk level.

Returns:The justification of this FindingsChangeAuditLogSummary.
Return type:str
key

[Required] Gets the key of this FindingsChangeAuditLogSummary. The unique key that identifies the finding risk change.

Returns:The key of this FindingsChangeAuditLogSummary.
Return type:str
modified_by

[Required] Gets the modified_by of this FindingsChangeAuditLogSummary. The user who initiated change of risk level of the finding

Returns:The modified_by of this FindingsChangeAuditLogSummary.
Return type:str
oracle_defined_severity

[Required] Gets the oracle_defined_severity of this FindingsChangeAuditLogSummary. The severity of the finding as determined by security assessment by Oracle.

Returns:The oracle_defined_severity of this FindingsChangeAuditLogSummary.
Return type:str
previous_severity

[Required] Gets the previous_severity of this FindingsChangeAuditLogSummary. If the risk level is changed more than once, the previous modified value.

Returns:The previous_severity of this FindingsChangeAuditLogSummary.
Return type:str
severity

[Required] Gets the severity of this FindingsChangeAuditLogSummary. The original severity / risk level of the finding as determined by security assessment.

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

[Required] Gets the target_id of this FindingsChangeAuditLogSummary. The OCID of the target database.

Returns:The target_id of this FindingsChangeAuditLogSummary.
Return type:str
time_updated

[Required] Gets the time_updated of this FindingsChangeAuditLogSummary. The date and time the risk level of finding was last updated, in the format defined by RFC3339.

Returns:The time_updated of this FindingsChangeAuditLogSummary.
Return type:datetime
time_valid_until

Gets the time_valid_until of this FindingsChangeAuditLogSummary. The date and time, in the format defined by RFC3339, the risk level change as updated by user is valid until. After this date passes, the risk level will be that of what is determined by the latest security assessment.

Returns:The time_valid_until of this FindingsChangeAuditLogSummary.
Return type:datetime