Skip to main content

nexigon_api.projects.QueryProjectDeploymentTokensItem

Deployment token item.

tokenIdnexigon_api.projects.DeploymentTokenId (string)required

Unique ID of a deployment token.

createdAtnexigon_api.datetime.Timestamp (string)required

ISO 8601 formatted date and time string.

namestring
flags objectrequired

Flags for deployment tokens.

autoAcceptboolean
nexigon_api.projects.QueryProjectDeploymentTokensItem
{
"tokenId": "string",
"createdAt": "string",
"name": "string",
"flags": {
"autoAccept": true
}
}