Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Finding.Builder |
assessmentId(String assessmentId)
The OCID of the assessment that generated this finding.
|
Finding |
build() |
Finding.Builder |
copy(Finding model) |
Finding.Builder |
details(Object details)
The details of the finding.
|
Finding.Builder |
hasTargetDbRiskLevelChanged(Boolean hasTargetDbRiskLevelChanged)
Determines if this risk level has changed on the target database since the last time
‘severity’ was modified by user.
|
Finding.Builder |
isRiskModified(Boolean isRiskModified)
Determines if this risk level was modified by user.
|
Finding.Builder |
justification(String justification)
User provided reason for accepting or modifying this finding if they choose to do so.
|
Finding.Builder |
key(String key)
A unique identifier for the finding.
|
Finding.Builder |
lifecycleDetails(String lifecycleDetails)
Details about the current state of the finding.
|
Finding.Builder |
lifecycleState(FindingLifecycleState lifecycleState)
The current state of the finding.
|
Finding.Builder |
oracleDefinedSeverity(Finding.Severity oracleDefinedSeverity)
The severity of the finding as determined by security assessment.
|
Finding.Builder |
references(References references)
Provides information on whether the finding is related to a CIS Oracle Database Benchmark
recommendation, STIG rule, or related to a GDPR Article/Recital.
|
Finding.Builder |
remarks(String remarks)
The explanation of the issue in this finding.
|
Finding.Builder |
severity(Finding.Severity severity)
The severity of the finding.
|
Finding.Builder |
summary(String summary)
The brief summary of the finding.
|
Finding.Builder |
targetId(String targetId)
The OCID of the target database.
|
Finding.Builder |
timeUpdated(Date timeUpdated)
The date and time the risk level of finding was last updated, in the format defined by
RFC3339.
|
Finding.Builder |
timeValidUntil(Date timeValidUntil)
The time until which the change in severity(deferred/modified) of this finding is valid.
|
Finding.Builder |
title(String title)
The short title for the finding.
|
public Finding.Builder key(String key)
A unique identifier for the finding. This is common for the finding across targets.
key
- the value to setpublic Finding.Builder severity(Finding.Severity severity)
The severity of the finding.
severity
- the value to setpublic Finding.Builder assessmentId(String assessmentId)
The OCID of the assessment that generated this finding.
assessmentId
- the value to setpublic Finding.Builder targetId(String targetId)
The OCID of the target database.
targetId
- the value to setpublic Finding.Builder title(String title)
The short title for the finding.
title
- the value to setpublic Finding.Builder remarks(String remarks)
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.
remarks
- the value to setpublic Finding.Builder details(Object details)
The details of the finding. Provides detailed information to explain the finding summary, typically results from the assessed database, followed by any recommendations for changes.
details
- the value to setpublic Finding.Builder summary(String summary)
The brief summary of the finding. When the finding is informational, the summary typically reports only the number of data elements that were examined.
summary
- the value to setpublic Finding.Builder references(References references)
Provides information on whether the finding is related to a CIS Oracle Database Benchmark recommendation, STIG rule, or related to a GDPR Article/Recital.
references
- the value to setpublic Finding.Builder oracleDefinedSeverity(Finding.Severity oracleDefinedSeverity)
The severity of the finding as determined by security assessment. This cannot be modified by user.
oracleDefinedSeverity
- the value to setpublic Finding.Builder isRiskModified(Boolean isRiskModified)
Determines if this risk level was modified by user.
isRiskModified
- the value to setpublic Finding.Builder hasTargetDbRiskLevelChanged(Boolean hasTargetDbRiskLevelChanged)
Determines if this risk level has changed on the target database since the last time ‘severity’ was modified by user.
hasTargetDbRiskLevelChanged
- the value to setpublic Finding.Builder justification(String justification)
User provided reason for accepting or modifying this finding if they choose to do so.
justification
- the value to setpublic Finding.Builder timeValidUntil(Date timeValidUntil)
The time until which the change in severity(deferred/modified) of this finding is valid.
timeValidUntil
- the value to setpublic Finding.Builder timeUpdated(Date timeUpdated)
The date and time the risk level of finding was last updated, in the format defined by RFC3339.
timeUpdated
- the value to setpublic Finding.Builder lifecycleState(FindingLifecycleState lifecycleState)
The current state of the finding.
lifecycleState
- the value to setpublic Finding.Builder lifecycleDetails(String lifecycleDetails)
Details about the current state of the finding.
lifecycleDetails
- the value to setpublic Finding build()
public Finding.Builder copy(Finding model)
Copyright © 2016–2024. All rights reserved.