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

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

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

A request message for deleting an SSH public key.

Inheritance

object > DeleteSshPublicKeyRequest

Namespace

Google.Cloud.OsLogin.V1

Assembly

Google.Cloud.OsLogin.V1.dll

Constructors

DeleteSshPublicKeyRequest()

public DeleteSshPublicKeyRequest()

DeleteSshPublicKeyRequest(DeleteSshPublicKeyRequest)

public DeleteSshPublicKeyRequest(DeleteSshPublicKeyRequest other)
Parameter
NameDescription
otherDeleteSshPublicKeyRequest

Properties

Name

public string Name { get; set; }

Required. The fingerprint of the public key to update. 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