Class: Google::Cloud::CertificateManager::V1::TrustConfig::TrustStore

Inherits:
Object
  • Object
show all
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

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.

Returns:



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.

Returns:



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