secretVariables property

Map<String, String>? secretVariables
getter/setter pair

A map of environment variable names to Secret Manager secret names.

The VM will access the named secrets to set the value of each environment variable.

Implementation

core.Map<core.String, core.String>? secretVariables;