SshPublicKey

Provides information about the public Secure Shell (SSH) key that is associated with a Transfer Family user for the specific file transfer protocol-enabled server (as identified by ServerId). The information returned includes the date the key was imported, the public key contents, and the public key ID. A user can store more than one SSH public key associated with their user name on a specific server.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the date that the public key was added to the Transfer Family user.

Link copied to clipboard

Specifies the content of the SSH public key as specified by the PublicKeyId.

Link copied to clipboard

Specifies the SshPublicKeyId parameter contains the identifier of the public key.

Functions

Link copied to clipboard
inline fun copy(block: SshPublicKey.Builder.() -> Unit = {}): SshPublicKey
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String