origin property
The high-level origin category of the environment variable.
Output only. Possible string values are:
- "ORIGIN_UNSPECIFIED" : Source is unspecified.
- "BACKEND_OVERRIDES" : Variable was set on the backend resource (e.g. via
API or Console). Represents variables from
Backend.override_env - "BUILD_CONFIG" : Variable was provided specifically for the build upon
creation via the
Build.Config.envfield. Only used for pre-built images. - "APPHOSTING_YAML" : Variable is defined in apphosting.yaml file.
- "FIREBASE_SYSTEM" : Variable is defined provided by the firebase platform.
Implementation
core.String? origin;