UpdateFindingDetails

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

Bases: object

Details to update a finding in a security assessment.

Methods

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

Attributes

justification Gets the justification of this UpdateFindingDetails.
severity Gets the severity of this UpdateFindingDetails.
time_valid_until Gets the time_valid_until of this UpdateFindingDetails.
__init__(**kwargs)

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

Parameters:
  • severity (str) – The value to assign to the severity property of this UpdateFindingDetails.
  • justification (str) – The value to assign to the justification property of this UpdateFindingDetails.
  • time_valid_until (datetime) – The value to assign to the time_valid_until property of this UpdateFindingDetails.
justification

Gets the justification of this UpdateFindingDetails. User provided reason for accepting or modifying this finding if they choose to do so.

Returns:The justification of this UpdateFindingDetails.
Return type:str
severity

Gets the severity of this UpdateFindingDetails. The severity of the finding as defined or changed by the user.

Returns:The severity of this UpdateFindingDetails.
Return type:str
time_valid_until

Gets the time_valid_until of this UpdateFindingDetails. The time until which the change in severity (deferred / modified) got the given finding is valid.

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