Skip to main content

Enterprise Server 3.21 est actuellement disponible en tant que version candidate.

Reference documentation for GraphQL schema types in the Deploy keys category.

Objects

DeployKey

Object

A repository deploy key.

DeployKey Met en œuvre

Champs pour DeployKey

NomDescription

createdAt (DateTime!)

Identifies the date and time when the object was created.

enabled (Boolean!)

Whether or not the deploy key is enabled by policy at the Enterprise or Organization level.

id (ID!)

The Node ID of the DeployKey object.

key (String!)

The deploy key.

readOnly (Boolean!)

Whether or not the deploy key is read only.

title (String!)

The deploy key title.

verified (Boolean!)

Whether or not the deploy key has been verified.

DeployKeyConnection

Object

The connection type for DeployKey.

Champs pour DeployKeyConnection

NomDescription

edges ([DeployKeyEdge])

A list of edges.

nodes ([DeployKey])

A list of nodes.

pageInfo (PageInfo!)

Information to aid in pagination.

totalCount (Int!)

Identifies the total count of items in the connection.

DeployKeyEdge

Object

An edge in a connection.

Champs pour DeployKeyEdge

NomDescription

cursor (String!)

A cursor for use in pagination.

node (DeployKey)

The item at the end of the edge.