Class: Google::Cloud::Security::PrivateCA::V1beta1::FetchCertificateAuthorityCsrRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Security::PrivateCA::V1beta1::FetchCertificateAuthorityCsrRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/security/privateca/v1beta1/service.rb
Overview
Request message for CertificateAuthorityService.FetchCertificateAuthorityCsr.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The resource name for this CertificateAuthority in the
format projects/*/locations/*/certificateAuthorities/*
.
302 303 304 305 |
# File 'proto_docs/google/cloud/security/privateca/v1beta1/service.rb', line 302 class FetchCertificateAuthorityCsrRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |