trustStores property

List<TrustStore>? trustStores
getter/setter pair

Set of trust stores to perform validation against.

This field is supported when TrustConfig is configured with Load Balancers, currently not supported for SPIFFE certificate validation. Only one TrustStore specified is currently allowed.

Implementation

core.List<TrustStore>? trustStores;