secretEnv property

List<String>? secretEnv
getter/setter pair

A list of environment variables which are encrypted using a Cloud Key Management Service crypto key.

These values must be specified in the build's Secret.

Implementation

core.List<core.String>? secretEnv;