ConfigurationOverride
@JsonClass(generateAdapter = true)
Information about how a specific rule or notification was reconfigured at runtime.
Since
0.12.0
Constructors
Link copied to clipboard
constructor(@Json(name = "configuration") configuration: ReportingConfiguration, @Json(name = "descriptor") descriptor: ReportingDescriptorReference, @Json(name = "properties") properties: PropertyBag? = null)
Properties
Link copied to clipboard
Specifies how the rule or notification was configured during the scan.
Link copied to clipboard
A reference used to locate the descriptor whose configuration was overridden.
Link copied to clipboard
Key/value pairs that provide additional information about the configuration override.