ReportingConfiguration
@JsonClass(generateAdapter = true)
Specifies how the rule or notification was configured during the scan.
Information about a rule or notification that can be configured at runtime.
Default reporting configuration information.
Since
0.12.0
Constructors
Link copied to clipboard
constructor(@Json(name = "enabled") enabled: Boolean? = null, @Json(name = "level") level: Level? = null, @Json(name = "parameters") parameters: PropertyBag? = null, @Json(name = "properties") properties: PropertyBag? = null, @Json(name = "rank") rank: Double? = null)