InlineSecretResponse

data class InlineSecretResponse(val envMap: Map<String, String>, val kmsKeyName: String)

Pairs a set of secret environment variables mapped to encrypted values with the Cloud KMS key to use to decrypt the value.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Map of environment variable name to its encrypted value. Secret environment variables must be unique across all of a build's secrets, and must be used by at least one build step. Values can be at most 64 KB in size. There can be at most 100 secret values across all of a build's secrets.

Link copied to clipboard

Resource name of Cloud KMS crypto key to decrypt the encrypted value. In format: projects//locations//keyRings//cryptoKeys/ ////