Package | Description |
---|---|
com.oracle.bmc.datasafe.model |
Modifier and Type | Method and Description |
---|---|
FindingSummary.Builder |
FindingSummary.Builder.assessmentId(String assessmentId)
The OCID of the assessment that generated this finding.
|
static FindingSummary.Builder |
FindingSummary.builder()
Create a new builder.
|
FindingSummary.Builder |
FindingSummary.Builder.copy(FindingSummary model) |
FindingSummary.Builder |
FindingSummary.Builder.details(Object details)
The details of the finding.
|
FindingSummary.Builder |
FindingSummary.Builder.hasTargetDbRiskLevelChanged(Boolean hasTargetDbRiskLevelChanged)
Determines if this risk level has changed on the target database since the last time
‘severity’ was modified by user.
|
FindingSummary.Builder |
FindingSummary.Builder.isRiskModified(Boolean isRiskModified)
Determines if this risk level was modified by user.
|
FindingSummary.Builder |
FindingSummary.Builder.isTopFinding(Boolean isTopFinding)
Indicates whether a given finding is marked as topFinding or not.
|
FindingSummary.Builder |
FindingSummary.Builder.justification(String justification)
User provided reason for accepting or modifying this finding if they choose to do so.
|
FindingSummary.Builder |
FindingSummary.Builder.key(String key)
The unique finding key.
|
FindingSummary.Builder |
FindingSummary.Builder.lifecycleDetails(String lifecycleDetails)
Details about the current state of the finding.
|
FindingSummary.Builder |
FindingSummary.Builder.lifecycleState(FindingLifecycleState lifecycleState)
The current state of the finding.
|
FindingSummary.Builder |
FindingSummary.Builder.oneline(String oneline)
Provides a recommended approach to take to remediate the finding reported.
|
FindingSummary.Builder |
FindingSummary.Builder.oracleDefinedSeverity(Finding.Severity oracleDefinedSeverity)
The severity of the finding as determined by security assessment.
|
FindingSummary.Builder |
FindingSummary.Builder.references(References references)
Provides information on whether the finding is related to a CIS Oracle Database Benchmark
recommendation, a STIG rule, or a GDPR Article/Recital.
|
FindingSummary.Builder |
FindingSummary.Builder.remarks(String remarks)
The explanation of the issue in this finding.
|
FindingSummary.Builder |
FindingSummary.Builder.severity(FindingSummary.Severity severity)
The severity of the finding as determined by security assessment and is same as
oracleDefinedSeverity, unless modified by user.
|
FindingSummary.Builder |
FindingSummary.Builder.summary(String summary)
The brief summary of the finding.
|
FindingSummary.Builder |
FindingSummary.Builder.targetId(String targetId)
The OCID of the target database.
|
FindingSummary.Builder |
FindingSummary.Builder.timeUpdated(Date timeUpdated)
The date and time the risk level of finding was last updated, in the format defined by
RFC3339.
|
FindingSummary.Builder |
FindingSummary.Builder.timeValidUntil(Date timeValidUntil)
The time until which the change in severity(deferred / modified) of this finding is
valid.
|
FindingSummary.Builder |
FindingSummary.Builder.title(String title)
The short title for the finding.
|
FindingSummary.Builder |
FindingSummary.toBuilder() |
Copyright © 2016–2024. All rights reserved.