Class: Google::Cloud::OsLogin::V1::ImportSshPublicKeyResponse
- Inherits:
-
Object
- Object
- Google::Cloud::OsLogin::V1::ImportSshPublicKeyResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/oslogin/v1/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::V1::LoginProfile
The login profile information for the user.
Instance Attribute Details
#details ⇒ ::String
Returns Detailed information about import results.
136 137 138 139 |
# File 'proto_docs/google/cloud/oslogin/v1/oslogin.rb', line 136 class ImportSshPublicKeyResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#login_profile ⇒ ::Google::Cloud::OsLogin::V1::LoginProfile
Returns The login profile information for the user.
136 137 138 139 |
# File 'proto_docs/google/cloud/oslogin/v1/oslogin.rb', line 136 class ImportSshPublicKeyResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |