ImportSshPublicKeyResponse class
Identifies the user, the server they belong to, and the identifier of the SSH public key associated with that user. A user can have more than one key on each server that they are associated with.
Constructors
- ImportSshPublicKeyResponse({required String serverId, required String sshPublicKeyId, required String userName})
-
ImportSshPublicKeyResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serverId → String
-
A system-assigned unique identifier for a server.
final
- sshPublicKeyId → String
-
The name given to a public key by the system that was imported.
final
- userName → String
-
A user name assigned to the
ServerID
value that you specified.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