public sealed class ImportSshPublicKeyResponse : IMessage<ImportSshPublicKeyResponse>, IEquatable<ImportSshPublicKeyResponse>, IDeepCloneable<ImportSshPublicKeyResponse>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud OS Login v1beta API class ImportSshPublicKeyResponse.
A response message for importing an SSH public key.
Implements
IMessageImportSshPublicKeyResponse, IEquatableImportSshPublicKeyResponse, IDeepCloneableImportSshPublicKeyResponse, IBufferMessage, IMessageNamespace
Google.Cloud.OsLogin.V1BetaAssembly
Google.Cloud.OsLogin.V1Beta.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 |
|