Google Cloud OS Login v1beta API - Class ImportSshPublicKeyResponse (3.0.0-beta08)

public sealed class ImportSshPublicKeyResponse : IMessage<ImportSshPublicKeyResponse>, IEquatable<ImportSshPublicKeyResponse>, IDeepCloneable<ImportSshPublicKeyResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud OS Login v1beta API class ImportSshPublicKeyResponse.

A response message for importing an SSH public key.

Inheritance

object > ImportSshPublicKeyResponse

Namespace

Google.Cloud.OsLogin.V1Beta

Assembly

Google.Cloud.OsLogin.V1Beta.dll

Constructors

ImportSshPublicKeyResponse()

public ImportSshPublicKeyResponse()

ImportSshPublicKeyResponse(ImportSshPublicKeyResponse)

public ImportSshPublicKeyResponse(ImportSshPublicKeyResponse other)
Parameter
NameDescription
otherImportSshPublicKeyResponse

Properties

Details

public string Details { get; set; }

Detailed information about import results.

Property Value
TypeDescription
string

LoginProfile

public LoginProfile LoginProfile { get; set; }

The login profile information for the user.

Property Value
TypeDescription
LoginProfile