Class TrustStore (1.7.0)

TrustStore(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Defines a trust store.

Attributes

NameDescription
trust_anchors MutableSequence[google.cloud.certificate_manager_v1.types.TrustConfig.TrustAnchor]
List of Trust Anchors to be used while performing validation against a given TrustStore.
intermediate_cas MutableSequence[google.cloud.certificate_manager_v1.types.TrustConfig.IntermediateCA]
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.