public sealed class CreateSshPublicKeyRequest : IMessage<CreateSshPublicKeyRequest>, IEquatable<CreateSshPublicKeyRequest>, IDeepCloneable<CreateSshPublicKeyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud OS Login v1beta API class CreateSshPublicKeyRequest.
[[["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."],[[["This documentation provides details for the `CreateSshPublicKeyRequest` class within the Google Cloud OS Login v1beta API, including its inheritance, implementations, and members."],["`CreateSshPublicKeyRequest` is a request message for creating an SSH public key, implemented as a sealed class."],["The class implements several interfaces, including `IMessage`, `IEquatable\u003cCreateSshPublicKeyRequest\u003e`, `IDeepCloneable\u003cCreateSshPublicKeyRequest\u003e`, and `IBufferMessage`."],["It includes properties like `Parent`, which specifies the user's unique ID, `ParentAsUserName`, which provides a `UserName`-typed view of the `Parent`, and `SshPublicKey`, for defining the SSH key and its expiration."],["The documentation displays and references multiple different versions of this class, such as 3.0.0-beta09 (latest), 3.0.0-beta08 and 2.0.0-beta05."]]],[]]