Package | Description |
---|---|
com.oracle.bmc.datasafe.model |
Modifier and Type | Method and Description |
---|---|
References |
References.Builder.build() |
References |
Finding.getReferences()
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 |
FindingSummary.getReferences()
Provides information on whether the finding is related to a CIS Oracle Database Benchmark
recommendation, a STIG rule, or a GDPR Article/Recital.
|
Modifier and Type | Method and Description |
---|---|
References.Builder |
References.Builder.copy(References model) |
Finding.Builder |
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.
|
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.
|
Constructor and Description |
---|
Finding(String key,
Finding.Severity severity,
String assessmentId,
String targetId,
String title,
String remarks,
Object details,
String summary,
References references,
Finding.Severity oracleDefinedSeverity,
Boolean isRiskModified,
Boolean hasTargetDbRiskLevelChanged,
String justification,
Date timeValidUntil,
Date timeUpdated,
FindingLifecycleState lifecycleState,
String lifecycleDetails)
Deprecated.
|
FindingSummary(FindingSummary.Severity severity,
String assessmentId,
String targetId,
String key,
Boolean isTopFinding,
String title,
String remarks,
Object details,
String summary,
String oneline,
References references,
Finding.Severity oracleDefinedSeverity,
Boolean isRiskModified,
Boolean hasTargetDbRiskLevelChanged,
String justification,
Date timeValidUntil,
Date timeUpdated,
FindingLifecycleState lifecycleState,
String lifecycleDetails)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.