public sealed class ImportSshPublicKeyResponse : IMessage<ImportSshPublicKeyResponse>, IEquatable<ImportSshPublicKeyResponse>, IDeepCloneable<ImportSshPublicKeyResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud OS Login v1 API class ImportSshPublicKeyResponse.
A response message for importing an SSH public key.
Implements
IMessageImportSshPublicKeyResponse, IEquatableImportSshPublicKeyResponse, IDeepCloneableImportSshPublicKeyResponse, IBufferMessage, IMessageNamespace
Google.Cloud.OsLogin.V1Assembly
Google.Cloud.OsLogin.V1.dll
Constructors
ImportSshPublicKeyResponse()
public ImportSshPublicKeyResponse()
ImportSshPublicKeyResponse(ImportSshPublicKeyResponse)
public ImportSshPublicKeyResponse(ImportSshPublicKeyResponse other)
Parameter | |
---|---|
Name | Description |
other |
ImportSshPublicKeyResponse |
Properties
Details
public string Details { get; set; }
Detailed information about import results.
Property Value | |
---|---|
Type | Description |
string |
LoginProfile
public LoginProfile LoginProfile { get; set; }
The login profile information for the user.
Property Value | |
---|---|
Type | Description |
LoginProfile |