SSH Key Objects

Data classes related to SSH Keys.

class linode_metadata.objects.ssh_keys.SSHKeysResponse(json_data: Dict[str, Any] | None = None)

The users’ and their SSH Keys associated with a Linode instance.

users: Dict[str, List[str]]