npmrcEnvironmentVariablesSecretVersion property

String? npmrcEnvironmentVariablesSecretVersion
getter/setter pair

The name of the Secret Manager secret version to be used to interpolate variables into the .npmrc file for package installation operations.

Must be in the format projects / * /secrets / * /versions / * . The file itself must be in a JSON format.

Optional.

Implementation

core.String? npmrcEnvironmentVariablesSecretVersion;