Object GitHub::PublicKey

A user's public key.

Fields

accessedAt: DateTime

The last time this authorization was used to perform an action. Values will be null for keys not owned by the user.

createdAt: DateTime

Identifies the date and time when the key was created. Keys created before March 5th, 2014 have inaccurate values. Values will be null for keys not owned by the user.

fingerprint: String!

The fingerprint for this PublicKey.

id: ID!

isReadOnly: Boolean

Whether this PublicKey is read-only or not. Values will be null for keys not owned by the user.

key: String!

The public key string.

updatedAt: DateTime

Identifies the date and time when the key was updated. Keys created before March 5th, 2014 may have inaccurate values. Values will be null for keys not owned by the user.

Uses

PublicKeyConnection.nodes

PublicKeyEdge.node

Node