View Source GitHub.GpgKey (GitHub REST API Client v0.1.1)

Provides struct and type for a GpgKey

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.GpgKey{
  __info__: map(),
  can_certify: boolean(),
  can_encrypt_comms: boolean(),
  can_encrypt_storage: boolean(),
  can_sign: boolean(),
  created_at: DateTime.t(),
  emails: [map()],
  expires_at: DateTime.t() | nil,
  id: integer(),
  key_id: String.t(),
  name: String.t() | nil,
  primary_key_id: integer() | nil,
  public_key: String.t(),
  raw_key: String.t() | nil,
  revoked: boolean(),
  subkeys: [map()]
}