Class: Google::Cloud::OsLogin::V1beta::SignSshPublicKeyResponse
- Inherits:
-
Object
- Object
- Google::Cloud::OsLogin::V1beta::SignSshPublicKeyResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/oslogin/v1beta/oslogin.rb
Instance Attribute Summary collapse
-
#signed_ssh_public_key ⇒ ::String
The signed SSH public key to use in the SSH handshake.
Instance Attribute Details
#signed_ssh_public_key ⇒ ::String
Returns The signed SSH public key to use in the SSH handshake.
221 222 223 224 |
# File 'proto_docs/google/cloud/oslogin/v1beta/oslogin.rb', line 221 class SignSshPublicKeyResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |