Package | Description |
---|---|
com.oracle.bmc.threatintelligence.model |
Modifier and Type | Method and Description |
---|---|
ThreatType |
ThreatType.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<ThreatType> |
Indicator.getThreatTypes()
Characteristics of the threat indicator based on previous observations or behavior.
|
Modifier and Type | Method and Description |
---|---|
ThreatType.Builder |
ThreatType.Builder.copy(ThreatType model) |
Modifier and Type | Method and Description |
---|---|
Indicator.Builder |
Indicator.Builder.threatTypes(List<ThreatType> threatTypes)
Characteristics of the threat indicator based on previous observations or behavior.
|
Constructor and Description |
---|
Indicator(String id,
IndicatorType type,
String value,
Integer confidence,
String compartmentId,
List<ThreatType> threatTypes,
List<IndicatorAttribute> attributes,
List<IndicatorRelationship> relationships,
LifecycleState lifecycleState,
Date timeCreated,
Date timeUpdated,
Date timeLastSeen,
GeodataDetails geodata)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.