ClusterToken OBJECT

A token used to connect an agent in cluster to Buildkite

Fields

allowedIpAddressesString

A list of CIDR-notation IPv4 addresses from which agents can use this token. Please note that this feature is not yet available to all organizations

clusterCluster

createdByUser

descriptionString

A description about what this cluster agent token is used for

expiresAtDateTime

The date and time at which this token will expire and no longer be valid. If empty, the token will never expire.

idID!

tokenString!deprecated

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

The token value used to register a new agent to this tokens cluster. This will soon return an empty string before we finally remove this field.

uuidID!

The public UUID for this cluster token

Interfaces