sshPublicKey property

String? sshPublicKey
final

The SSH public key associated with the user. This SSH public key is associated with the user profile, and can be used in conjunction with the associated private key for access to project resources, such as Amazon EC2 instances, if a project owner grants remote access to those resources.

Implementation

final String? sshPublicKey;