Justification Args
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)