AgentToken OBJECT

A token used to connect an agent to Buildkite

Fields

createdAtDateTime

The time this agent token was created

createdByUser

The user that created this agent token

descriptionString

A description about what this agent token is used for

idID!

organizationOrganization

permissionsAgentTokenPermissions!

publicBoolean!

Whether agents registered with this token will be visible to everyone, including people outside this organization

revokedAtDateTime

The time this agent token was revoked

revokedByUser

The user that revoked this agent token

revokedReasonString

The reason as defined by the user why this token was revoked

tokenString!deprecated

Deprecated: Hiding these after creation to improve security. Use the `token_value` field on AgentTokenCreate instead.

The token value used to register a new agent

uuidID!

The public UUID for the agent

Interfaces