ReportingConfiguration

@Serializable
data class ReportingConfiguration(val enabled: Boolean? = null, val level: Level? = null, val parameters: PropertyBag? = null, val properties: PropertyBag? = null, val rank: Double? = null)

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.

Constructors

Link copied to clipboard
constructor(enabled: Boolean? = null, level: Level? = null, parameters: PropertyBag? = null, properties: PropertyBag? = null, rank: Double? = null)

Properties

Link copied to clipboard
val enabled: Boolean? = null

Specifies whether the report may be produced during the scan.

Link copied to clipboard
val level: Level? = null

Specifies the failure level for the report.

Link copied to clipboard
val parameters: PropertyBag? = null

Contains configuration information specific to a report.

Link copied to clipboard
val properties: PropertyBag? = null

Key/value pairs that provide additional information about the reporting configuration.

Link copied to clipboard
val rank: Double? = null

Specifies the relative priority of the report. Used for analysis output only.