Class: Google::Cloud::Redis::Cluster::V1beta1::CertificateAuthority::ManagedCertificateAuthority::CertChain
- Inherits:
-
Object
- Object
- Google::Cloud::Redis::Cluster::V1beta1::CertificateAuthority::ManagedCertificateAuthority::CertChain
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/redis/cluster/v1beta1/cloud_redis_cluster.rb
Instance Attribute Summary collapse
-
#certificates ⇒ ::Array<::String>
The certificates that form the CA chain, from leaf to root order.
Instance Attribute Details
#certificates ⇒ ::Array<::String>
Returns The certificates that form the CA chain, from leaf to root order.
1007 1008 1009 1010 |
# File 'proto_docs/google/cloud/redis/cluster/v1beta1/cloud_redis_cluster.rb', line 1007 class CertChain include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |