intermediateCas property

List<IntermediateCA>? intermediateCas
getter/setter pair

Set of intermediate CA certificates used for the path building phase of chain validation.

The field is currently not supported if TrustConfig is used for the workload certificate feature.

Implementation

core.List<IntermediateCA>? intermediateCas;