Class: Google::Cloud::Redis::Cluster::V1beta1::SharedRegionalCertificateAuthority::RegionalManagedCertificateAuthority::RegionalCertChain
- Inherits:
-
Object
- Object
- Google::Cloud::Redis::Cluster::V1beta1::SharedRegionalCertificateAuthority::RegionalManagedCertificateAuthority::RegionalCertChain
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/redis/cluster/v1beta1/cloud_redis_cluster.rb
Overview
The certificates that form the CA chain, from leaf to root order.
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.
990 991 992 993 |
# File 'proto_docs/google/cloud/redis/cluster/v1beta1/cloud_redis_cluster.rb', line 990 class RegionalCertChain include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |