Class: Google::Cloud::CertificateManager::V1::TrustConfig::TrustAnchor
- Inherits:
-
Object
- Object
- Google::Cloud::CertificateManager::V1::TrustConfig::TrustAnchor
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/certificatemanager/v1/trust_config.rb
Overview
Defines a trust anchor.
Instance Attribute Summary collapse
-
#pem_certificate ⇒ ::String
PEM root certificate of the PKI used for validation.
Instance Attribute Details
#pem_certificate ⇒ ::String
Returns PEM root certificate of the PKI used for validation.
Each certificate provided in PEM format may occupy up to 5kB.
164 165 166 167 |
# File 'proto_docs/google/cloud/certificatemanager/v1/trust_config.rb', line 164 class TrustAnchor include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |