Class: Google::Cloud::Redis::Cluster::V1beta1::CertificateAuthority::ManagedCertificateAuthority::CertChain

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#certificates::Array<::String>

Returns The certificates that form the CA chain, from leaf to root order.

Returns:

  • (::Array<::String>)

    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