Reference documentation and code samples for the Certificate Manager V1 API class Google::Cloud::CertificateManager::V1::TrustConfig::TrustAnchor.
Defines a trust anchor.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#pem_certificate
def pem_certificate() -> ::String
Returns
-
(::String) — PEM root certificate of the PKI used for validation.
Each certificate provided in PEM format may occupy up to 5kB.
#pem_certificate=
def pem_certificate=(value) -> ::String
Parameter
-
value (::String) — PEM root certificate of the PKI used for validation.
Each certificate provided in PEM format may occupy up to 5kB.
Returns
-
(::String) — PEM root certificate of the PKI used for validation.
Each certificate provided in PEM format may occupy up to 5kB.