Skip to content
This repository was archived by the owner on Aug 20, 2025. It is now read-only.

Latest commit

 

History

History
12 lines (7 loc) · 617 Bytes

File metadata and controls

12 lines (7 loc) · 617 Bytes

PublicKey

Properties

Name Type Description Notes
key_id uuid::Uuid Universally unique identifier (UUID v4) of the public key used in encryption. NOTE the sandbox environment uses the default value of key1. For this reason the example supplied is key1 rather than a UUID.
public_key String A PGP ascii-armor encoded public key.

[Back to Model list] [Back to API list] [Back to README]