secret property

String? secret
getter/setter pair

A fully qualified secret version.

The value of the secret will be accessed once while building the application and once per cold start of the container at runtime. The service account used by Cloud Build and by Cloud Run must each have the secretmanager.versions.access permission on the secret.

Implementation

core.String? secret;