Class: Google::Cloud::Security::PrivateCA::V1::CertificateDescription::KeyId

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/security/privateca/v1/resources.rb

Overview

A KeyId identifies a specific public key, usually by hashing the public key.

Instance Attribute Summary collapse

Instance Attribute Details

#key_id::String



1160
1161
1162
1163
# File 'proto_docs/google/cloud/security/privateca/v1/resources.rb', line 1160

class KeyId
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end