Package | Description |
---|---|
com.oracle.bmc.cloudguard.model |
Modifier and Type | Method and Description |
---|---|
static Confidence |
Confidence.create(String key) |
Confidence |
Sighting.getConfidence()
Level of confidence that the sighting is not a false positive
|
Confidence |
SightingSummary.getConfidence()
Confidence level that the sighting is not a false positive
|
static Confidence |
Confidence.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Confidence[] |
Confidence.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Sighting.Builder |
Sighting.Builder.confidence(Confidence confidence)
Level of confidence that the sighting is not a false positive
|
SightingSummary.Builder |
SightingSummary.Builder.confidence(Confidence confidence)
Confidence level that the sighting is not a false positive
|
Constructor and Description |
---|
Sighting(String id,
String description,
String problemId,
String compartmentId,
String actorPrincipalId,
String actorPrincipalName,
String actorPrincipalType,
ClassificationStatus classificationStatus,
String sightingType,
String sightingTypeDisplayName,
String tacticName,
String techniqueName,
Integer sightingScore,
Severity severity,
Confidence confidence,
Date timeFirstDetected,
Date timeLastDetected,
Date timeFirstOccurred,
Date timeLastOccurred,
List<String> regions,
Map<String,String> additionalDetails,
List<ResourceLock> locks)
Deprecated.
|
SightingSummary(String id,
String compartmentId,
String problemId,
String actorPrincipalId,
String actorPrincipalName,
String actorPrincipalType,
String detectorRuleId,
ClassificationStatus classificationStatus,
String sightingType,
String sightingTypeDisplayName,
String tacticName,
String techniqueName,
Integer sightingScore,
Severity severity,
Confidence confidence,
Date timeFirstDetected,
Date timeLastDetected,
Date timeFirstOccurred,
Date timeLastOccurred,
List<String> regions)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.