Package | Description |
---|---|
com.oracle.bmc.cloudguard.model |
Modifier and Type | Method and Description |
---|---|
Sighting.Builder |
Sighting.Builder.actorPrincipalId(String actorPrincipalId)
Unique identifier for principal actor
|
Sighting.Builder |
Sighting.Builder.actorPrincipalName(String actorPrincipalName)
Name of the principal actor
|
Sighting.Builder |
Sighting.Builder.actorPrincipalType(String actorPrincipalType)
Type of the principal actor
|
Sighting.Builder |
Sighting.Builder.additionalDetails(Map<String,String> additionalDetails)
The additional details for the sighting
|
static Sighting.Builder |
Sighting.builder()
Create a new builder.
|
Sighting.Builder |
Sighting.Builder.classificationStatus(ClassificationStatus classificationStatus)
Classification status of the sighting
|
Sighting.Builder |
Sighting.Builder.compartmentId(String compartmentId)
Compartment OCID where the resource is created
|
Sighting.Builder |
Sighting.Builder.confidence(Confidence confidence)
Level of confidence that the sighting is not a false positive
|
Sighting.Builder |
Sighting.Builder.copy(Sighting model) |
Sighting.Builder |
Sighting.Builder.description(String description)
Description of the sighting
|
Sighting.Builder |
Sighting.Builder.id(String id)
Unique identifier for the sighting
|
Sighting.Builder |
Sighting.Builder.locks(List<ResourceLock> locks)
Locks associated with this resource.
|
Sighting.Builder |
Sighting.Builder.problemId(String problemId)
Problem ID associated the sighting
|
Sighting.Builder |
Sighting.Builder.regions(List<String> regions)
List of regions involved in the sighting
|
Sighting.Builder |
Sighting.Builder.severity(Severity severity)
Severity of the sighting
|
Sighting.Builder |
Sighting.Builder.sightingScore(Integer sightingScore)
Score for the sighting
|
Sighting.Builder |
Sighting.Builder.sightingType(String sightingType)
Type of sighting
|
Sighting.Builder |
Sighting.Builder.sightingTypeDisplayName(String sightingTypeDisplayName)
Display name of the sighting type
|
Sighting.Builder |
Sighting.Builder.tacticName(String tacticName)
Name of the MITRE ATT@CK framework tactic
|
Sighting.Builder |
Sighting.Builder.techniqueName(String techniqueName)
Name of the MITRE ATT@CK framework technique
|
Sighting.Builder |
Sighting.Builder.timeFirstDetected(Date timeFirstDetected)
Time the activities were first detected.
|
Sighting.Builder |
Sighting.Builder.timeFirstOccurred(Date timeFirstOccurred)
Time the activities were first performed.
|
Sighting.Builder |
Sighting.Builder.timeLastDetected(Date timeLastDetected)
Time the activities were last detected.
|
Sighting.Builder |
Sighting.Builder.timeLastOccurred(Date timeLastOccurred)
Time the activities were last performed.
|
Sighting.Builder |
Sighting.toBuilder() |
Copyright © 2016–2024. All rights reserved.