configType property
Whether this instance config is a Google or User Managed Configuration.
Output only. Possible string values are:
- "TYPE_UNSPECIFIED" : Unspecified.
- "GOOGLE_MANAGED" : Google managed configuration.
- "USER_MANAGED" : User managed configuration.
Implementation
core.String? configType;