Module public_keys

Module public_keys 

Source
Expand description

Public Key operations for SSH key management

This module provides operations for managing SSH public keys:

  • List public keys for a user
  • Create new public keys (upload or generate)
  • Update public key metadata
  • Delete public keys

Structsยง

PublicKeyEntity
Represents a public SSH key in Files.com
PublicKeyHandler
Handler for public key operations