ScanRunWarningTraceArgs

data class ScanRunWarningTraceArgs(val code: Output<ScanRunWarningTraceCode>? = null) : ConvertibleToJava<ScanRunWarningTraceArgs>

Output only. Defines a warning trace message for ScanRun. Warning traces provide customers with useful information that helps make the scanning process more effective.

Constructors

Link copied to clipboard

Functions

Link copied to clipboard
open override fun toJava(): ScanRunWarningTraceArgs

Properties

Link copied to clipboard
val code: Output<ScanRunWarningTraceCode>? = null

Indicates the warning code.