caCertificate property

  1. @Deprecated('Not supported. Member documentation may have more information.')
String? caCertificate
getter/setter pair

Deprecated: Use ca_certificates instead.

Base64-encoded public certificate for the root CA of the Apigee organization. Valid only when [RuntimeType](#RuntimeType) is CLOUD.

Output only.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.String? caCertificate;