public sealed class AuthConfig.Types.SshPublicKey : IMessage<AuthConfig.Types.SshPublicKey>, IEquatable<AuthConfig.Types.SshPublicKey>, IDeepCloneable<AuthConfig.Types.SshPublicKey>, IBufferMessage, IMessage
Reference documentation and code samples for the Integration Connectors v1 API class AuthConfig.Types.SshPublicKey.
Parameters to support Ssh public key Authentication.
[[["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-03-21 UTC."],[[["This document provides reference documentation for the `AuthConfig.Types.SshPublicKey` class within the Integration Connectors v1 API, specifically for version 1.2.0."],["The `SshPublicKey` class supports SSH public key authentication and includes parameters for handling SSH client certificates, passwords, and usernames."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is derived from the `object` class."],["Key properties of the `SshPublicKey` class include `CertType`, `SshClientCert`, `SshClientCertPass`, and `Username`, which are used to define the authentication details."],["It also includes 2 constructors: one default, and another that takes another instance of itself as a parameter."]]],[]]