public sealed class SignSshPublicKeyRequest : IMessage<SignSshPublicKeyRequest>, IEquatable<SignSshPublicKeyRequest>, IDeepCloneable<SignSshPublicKeyRequest>, IBufferMessage, IMessage
The parent project and zone for the signing request. This is needed to
properly ensure per-organization ISS processing and potentially to provide
for the possibility of zone-specific certificates used in the signing
process.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-02 UTC."],[[["The `SignSshPublicKeyRequest` class, found in the `Google.Cloud.OsLogin.V1Beta` namespace, is designed for signing SSH public keys within the Google Cloud OS Login service."],["This class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["There are two constructors available for creating a `SignSshPublicKeyRequest` object: a default constructor and one that takes another `SignSshPublicKeyRequest` instance as a parameter."],["The class has two key properties: `Parent`, which specifies the project and zone for the signing request, and `SshPublicKey`, which holds the SSH public key to be signed, both as string values."],["There are multiple versions of the `SignSshPublicKeyRequest` class, including 3.0.0-beta09 (latest), 3.0.0-beta08, and 2.0.0-beta05."]]],[]]