Interface GPGKey

GPGKey a user GPG key to sign commit and tag in repository

Hierarchy

  • GPGKey

Properties

can_certify?: boolean
can_encrypt_comms?: boolean
can_encrypt_storage?: boolean
can_sign?: boolean
created_at?: string

Format

date-time

emails?: GPGKeyEmail[]
expires_at?: string

Format

date-time

id?: number

Format

int64

key_id?: string
primary_key_id?: string
public_key?: string
subkeys?: GPGKey[]
verified?: boolean

Generated using TypeDoc