encryptedEnvironment property
The encrypted environment to pass into the container.
This environment is merged with values specified in the
google.cloud.lifesciences.v2beta.Pipeline message, overwriting any
duplicate values. The secret must decrypt to a JSON-encoded dictionary
where key-value pairs serve as environment variable names and their
values. The decoded environment variables can overwrite the values
specified by the environment
field.
Implementation
Secret? encryptedEnvironment;