caCertificates property

List<String>? caCertificates
getter/setter pair

Base64-encoded public certificates for the root CA of the Apigee organization.

Valid only when [RuntimeType](#RuntimeType) is CLOUD. Multiple certificates are used to support certificate rotation.

Output only.

Implementation

core.List<core.String>? caCertificates;