EnvironmentResponse

data class EnvironmentResponse(val customValues: Map<String, String>)

Defines an object for the environment field in in-toto links. The suggested fields are "variables", "filesystem", and "workdir".

Constructors

Link copied to clipboard
constructor(customValues: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard