Reference documentation and code samples for the Ceritificate Authority Service V1 API class Google::Cloud::Security::PrivateCA::V1::FetchCaCertsResponse.
Response message for CertificateAuthorityService.FetchCaCerts.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#ca_certs
def ca_certs() -> ::Array<::Google::Cloud::Security::PrivateCA::V1::FetchCaCertsResponse::CertChain>
Returns
- (::Array<::Google::Cloud::Security::PrivateCA::V1::FetchCaCertsResponse::CertChain>) — The PEM encoded CA certificate chains of all [ACTIVE][CertificateAuthority.State.ACTIVE] CertificateAuthority resources in this CaPool.
#ca_certs=
def ca_certs=(value) -> ::Array<::Google::Cloud::Security::PrivateCA::V1::FetchCaCertsResponse::CertChain>
Parameter
- value (::Array<::Google::Cloud::Security::PrivateCA::V1::FetchCaCertsResponse::CertChain>) — The PEM encoded CA certificate chains of all [ACTIVE][CertificateAuthority.State.ACTIVE] CertificateAuthority resources in this CaPool.
Returns
- (::Array<::Google::Cloud::Security::PrivateCA::V1::FetchCaCertsResponse::CertChain>) — The PEM encoded CA certificate chains of all [ACTIVE][CertificateAuthority.State.ACTIVE] CertificateAuthority resources in this CaPool.