Google Cloud OS Login v1 API - Class GetSshPublicKeyRequest (3.4.0)

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

Reference documentation and code samples for the Google Cloud OS Login v1 API class GetSshPublicKeyRequest.

A request message for retrieving an SSH public key.

Inheritance

object > GetSshPublicKeyRequest

Namespace

Google.Cloud.OsLogin.V1

Assembly

Google.Cloud.OsLogin.V1.dll

Constructors

GetSshPublicKeyRequest()

public GetSshPublicKeyRequest()

GetSshPublicKeyRequest(GetSshPublicKeyRequest)

public GetSshPublicKeyRequest(GetSshPublicKeyRequest other)
Parameter
NameDescription
otherGetSshPublicKeyRequest

Properties

Name

public string Name { get; set; }

Required. The fingerprint of the public key to retrieve. Public keys are identified by their SHA-256 fingerprint. The fingerprint of the public key is in format users/{user}/sshPublicKeys/{fingerprint}.

Property Value
TypeDescription
string

SshPublicKeyName

public SshPublicKeyName SshPublicKeyName { get; set; }

SshPublicKeyName-typed view over the Name resource name property.

Property Value
TypeDescription
SshPublicKeyName