Class: Google::Cloud::OsLogin::V1beta::ImportSshPublicKeyResponse
- Inherits:
-
Object
- Object
- Google::Cloud::OsLogin::V1beta::ImportSshPublicKeyResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/oslogin/v1beta/oslogin.rb
Overview
A response message for importing an SSH public key.
Instance Attribute Summary collapse
-
#details ⇒ ::String
Detailed information about import results.
-
#login_profile ⇒ ::Google::Cloud::OsLogin::V1beta::LoginProfile
The login profile information for the user.
Instance Attribute Details
#details ⇒ ::String
Returns Detailed information about import results.
145 146 147 148 |
# File 'proto_docs/google/cloud/oslogin/v1beta/oslogin.rb', line 145 class ImportSshPublicKeyResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#login_profile ⇒ ::Google::Cloud::OsLogin::V1beta::LoginProfile
Returns The login profile information for the user.
145 146 147 148 |
# File 'proto_docs/google/cloud/oslogin/v1beta/oslogin.rb', line 145 class ImportSshPublicKeyResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |