caSource property

String? caSource
getter/setter pair

Certificate Authority (CA) source.

Only CA_SOURCE_MANAGED is supported currently, and is the default value.

Optional. Possible string values are:

  • "CA_SOURCE_UNSPECIFIED" : Certificate Authority (CA) source not specified. Defaults to CA_SOURCE_MANAGED.
  • "CA_SOURCE_MANAGED" : Certificate Authority (CA) managed by the AlloyDB Cluster.

Implementation

core.String? caSource;