Package | Description |
---|---|
com.oracle.bmc.cloudguard.model |
Modifier and Type | Method and Description |
---|---|
DetectorConfiguration |
DetectorConfiguration.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<DetectorConfiguration> |
CreateDetectorRuleDetails.getConfigurations()
List of detector rule configurations
|
List<DetectorConfiguration> |
UpdateDetectorRuleDetails.getConfigurations()
List of detector rule configurations
|
List<DetectorConfiguration> |
TargetDetectorDetails.getConfigurations()
List of detector rule configurations
|
List<DetectorConfiguration> |
DetectorDetails.getConfigurations()
List of detector rule configurations
|
Modifier and Type | Method and Description |
---|---|
DetectorConfiguration.Builder |
DetectorConfiguration.Builder.copy(DetectorConfiguration model) |
Modifier and Type | Method and Description |
---|---|
CreateDetectorRuleDetails.Builder |
CreateDetectorRuleDetails.Builder.configurations(List<DetectorConfiguration> configurations)
List of detector rule configurations
|
UpdateDetectorRuleDetails.Builder |
UpdateDetectorRuleDetails.Builder.configurations(List<DetectorConfiguration> configurations)
List of detector rule configurations
|
TargetDetectorDetails.Builder |
TargetDetectorDetails.Builder.configurations(List<DetectorConfiguration> configurations)
List of detector rule configurations
|
DetectorDetails.Builder |
DetectorDetails.Builder.configurations(List<DetectorConfiguration> configurations)
List of detector rule configurations
|
Constructor and Description |
---|
CreateDetectorRuleDetails(String sourceDetectorRuleId,
String name,
String description,
Boolean isEnabled,
RiskLevel riskLevel,
List<DetectorConfiguration> configurations,
Condition condition,
List<String> labels,
String recommendation,
String dataSourceId,
List<EntitiesMapping> entitiesMappings)
Deprecated.
|
DetectorDetails(Boolean isEnabled,
RiskLevel riskLevel,
List<DetectorConfiguration> configurations,
Condition condition,
List<String> labels,
Boolean isConfigurationAllowed,
Integer problemThreshold,
List<String> targetTypes,
List<SightingType> sightingTypes,
String description,
String recommendation,
String dataSourceId,
List<EntitiesMapping> entitiesMappings)
Deprecated.
|
TargetDetectorDetails(Boolean isEnabled,
RiskLevel riskLevel,
List<DetectorConfiguration> configurations,
List<ConditionGroup> conditionGroups,
List<String> labels,
Boolean isConfigurationAllowed,
Integer problemThreshold,
List<String> targetTypes,
List<SightingType> sightingTypes)
Deprecated.
|
UpdateDetectorRuleDetails(Boolean isEnabled,
RiskLevel riskLevel,
List<DetectorConfiguration> configurations,
Condition condition,
List<String> labels,
String description,
String recommendation,
String dataSourceId,
List<EntitiesMapping> entitiesMappings)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.