Class: Google::Cloud::OsLogin::V1beta::LoginProfile::SshPublicKeysEntry
- Inherits:
-
Object
- Object
- Google::Cloud::OsLogin::V1beta::LoginProfile::SshPublicKeysEntry
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/oslogin/v1beta/oslogin.rb
Instance Attribute Summary collapse
Instance Attribute Details
#key ⇒ ::String
46 47 48 49 |
# File 'proto_docs/google/cloud/oslogin/v1beta/oslogin.rb', line 46 class SshPublicKeysEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#value ⇒ ::Google::Cloud::OsLogin::Common::SshPublicKey
46 47 48 49 |
# File 'proto_docs/google/cloud/oslogin/v1beta/oslogin.rb', line 46 class SshPublicKeysEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |