Environment Args
data class EnvironmentArgs(val customValues: Output<Map<String, String>>? = null) : ConvertibleToJava<EnvironmentArgs>
Defines an object for the environment field in in-toto links. The suggested fields are "variables", "filesystem", and "workdir".