Class: Google::Cloud::CertificateManager::V1::TrustConfig::TrustStore
- Inherits:
-
Object
- Object
- Google::Cloud::CertificateManager::V1::TrustConfig::TrustStore
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/certificatemanager/v1/trust_config.rb
Overview
Defines a trust store.
Instance Attribute Summary collapse
-
#intermediate_cas ⇒ ::Array<::Google::Cloud::CertificateManager::V1::TrustConfig::IntermediateCA>
Set of intermediate CA certificates used for the path building phase of chain validation.
-
#trust_anchors ⇒ ::Array<::Google::Cloud::CertificateManager::V1::TrustConfig::TrustAnchor>
List of Trust Anchors to be used while performing validation against a given TrustStore.
Instance Attribute Details
#intermediate_cas ⇒ ::Array<::Google::Cloud::CertificateManager::V1::TrustConfig::IntermediateCA>
Returns 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.
193 194 195 196 |
# File 'proto_docs/google/cloud/certificatemanager/v1/trust_config.rb', line 193 class TrustStore include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#trust_anchors ⇒ ::Array<::Google::Cloud::CertificateManager::V1::TrustConfig::TrustAnchor>
Returns List of Trust Anchors to be used while performing validation against a given TrustStore.
193 194 195 196 |
# File 'proto_docs/google/cloud/certificatemanager/v1/trust_config.rb', line 193 class TrustStore include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |