credentialStore property

String? credentialStore
getter/setter pair

The credential store of the GoldengateDeployment.

Output only. Possible string values are:

  • "CREDENTIAL_STORE_UNSPECIFIED" : The credential store is unspecified.
  • "GOLDENGATE" : The credential store is Goldengate.
  • "IAM" : The credential store is IAM.

Implementation

core.String? credentialStore;