View Source GitHub.GpgKeySubkeys (GitHub REST API Client v0.3.0)

Provides struct and type for a GpgKeySubkeys

Link to this section Summary

Link to this section Types

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