SshPublicKey class

Provides information about the public Secure Shell (SSH) key that is associated with a user account 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.

Constructors

SshPublicKey({required DateTime dateImported, required String sshPublicKeyBody, required String sshPublicKeyId})
SshPublicKey.fromJson(Map<String, dynamic> json)
factory

Properties

dateImported DateTime
Specifies the date that the public key was added to the user account.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sshPublicKeyBody String
Specifies the content of the SSH public key as specified by the PublicKeyId.
final
sshPublicKeyId String
Specifies the SshPublicKeyId parameter contains the identifier of the public key.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited