Build Args
data class BuildArgs(val builderVersion: Output<String>, val signature: Output<BuildSignatureArgs>? = null) : ConvertibleToJava<BuildArgs>
Note holding the version of the provider's builder and the signature of the provenance message in the build details occurrence.