public sealed class CreateSshPublicKeyRequest : IMessage<CreateSshPublicKeyRequest>, IEquatable<CreateSshPublicKeyRequest>, IDeepCloneable<CreateSshPublicKeyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud OS Login v1 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."],[[["The latest version of the `CreateSshPublicKeyRequest` class is 3.5.0, and it is part of the Google Cloud OS Login v1 API."],["This class is used to send a request to create an SSH public key, as it is a request message specifically for that purpose."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for working with messages, equality checks, deep cloning, and buffer management."],["The class has properties such as `Parent`, which is a required field representing the unique ID of the user, and `SshPublicKey`, which is also a required field for defining the public key and its expiration."],["There are multiple versions of the class available, from 2.2.0 up to the current latest version 3.5.0, to account for any potential breaking changes."]]],[]]