sourceType property

String? sourceType
getter/setter pair

Type of the source. Possible string values are:

  • "SOURCE_TYPE_UNSPECIFIED" : Default SOURCE.
  • "CONFIG_VARIABLE" : Config Variable source type.
  • "AUTH_CONFIG_VARIABLE" : Auth Config Variable source type.

Implementation

core.String? sourceType;