public sealed class ImportSshPublicKeyResponse : IMessage<ImportSshPublicKeyResponse>, IEquatable<ImportSshPublicKeyResponse>, IDeepCloneable<ImportSshPublicKeyResponse>, IBufferMessage, IMessageA response message for importing an SSH public key.
Implements
IMessage<ImportSshPublicKeyResponse>, IEquatable<ImportSshPublicKeyResponse>, IDeepCloneable<ImportSshPublicKeyResponse>, 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
LoginProfile
public LoginProfile LoginProfile { get; set; }The login profile information for the user.
| Property Value | |
|---|---|
| Type | Description |
LoginProfile |
|