trustStore property

String? trustStore
getter/setter pair

Truststore holding the CA(s) that signed the OTel Collector's server certificate.

Accepts either a plain keystore ID (e.g. my-truststore) resolving to organizations/{org}/environments/{env}/keystores/{trust_store}, or a reference URI of the form ref://{referenceID} that points to a Reference whose resource_type is KeyStore (used as a truststore).

Required.

Implementation

core.String? trustStore;