Class: Google::Cloud::CertificateManager::V1::CertificateIssuanceConfig::CertificateAuthorityConfig::CertificateAuthorityServiceConfig
- Inherits:
-
Object
- Object
- Google::Cloud::CertificateManager::V1::CertificateIssuanceConfig::CertificateAuthorityConfig::CertificateAuthorityServiceConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/certificatemanager/v1/certificate_issuance_config.rb
Overview
Contains information required to contact CA service.
Instance Attribute Summary collapse
-
#ca_pool ⇒ ::String
Required.
Instance Attribute Details
#ca_pool ⇒ ::String
Returns Required. A CA pool resource used to issue a certificate. The CA pool string has a relative resource path following the form "projects/{project}/locations/{location}/caPools/{ca_pool}".
156 157 158 159 |
# File 'proto_docs/google/cloud/certificatemanager/v1/certificate_issuance_config.rb', line 156 class CertificateAuthorityServiceConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |