Non Compliant File Args
data class NonCompliantFileArgs(val displayCommand: Output<String>? = null, val path: Output<String>? = null, val reason: Output<String>? = null) : ConvertibleToJava<NonCompliantFileArgs>
Details about files that caused a compliance check to fail. display_command is a single command that can be used to display a list of non compliant files. When there is no such command, we can also iterate a list of non compliant file using 'path'.
Constructors
Link copied to clipboard
fun NonCompliantFileArgs(displayCommand: Output<String>? = null, path: Output<String>? = null, reason: Output<String>? = null)