secretVariables property

  1. @TagNumber(2)
Map<String, String> secretVariables

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

@$pb.TagNumber(2)
$core.Map<$core.String, $core.String> get secretVariables => $_getMap(1);