Reference documentation and code samples for the Cloud OS Login V1beta API class Google::Cloud::OsLogin::V1beta::ImportSshPublicKeyResponse.
A response message for importing an SSH public key.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#details
def details() -> ::String
Returns
- (::String) — Detailed information about import results.
#details=
def details=(value) -> ::String
Parameter
- value (::String) — Detailed information about import results.
Returns
- (::String) — Detailed information about import results.
#login_profile
def login_profile() -> ::Google::Cloud::OsLogin::V1beta::LoginProfile
Returns
- (::Google::Cloud::OsLogin::V1beta::LoginProfile) — The login profile information for the user.
#login_profile=
def login_profile=(value) -> ::Google::Cloud::OsLogin::V1beta::LoginProfile
Parameter
- value (::Google::Cloud::OsLogin::V1beta::LoginProfile) — The login profile information for the user.
Returns
- (::Google::Cloud::OsLogin::V1beta::LoginProfile) — The login profile information for the user.