JustificationArgs

data class JustificationArgs(val details: Output<String>? = null, val justificationType: Output<JustificationJustificationType>? = null) : ConvertibleToJava<JustificationArgs>

Justification provides the justification when the state of the assessment if NOT_AFFECTED.

Constructors

Link copied to clipboard
fun JustificationArgs(details: Output<String>? = null, justificationType: Output<JustificationJustificationType>? = null)

Functions

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

Properties

Link copied to clipboard
val details: Output<String>? = null

Additional details on why this justification was chosen.

Link copied to clipboard

The justification type for this vulnerability.