nexigon_api.projects.QueryProjectDeploymentTokensOutput
Output of querying the deployment tokens of a project.
tokens object[]required
Array [
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.QueryProjectDeploymentTokensOutput
{
"tokens": [
{
"tokenId": "string",
"createdAt": "string",
"name": "string",
"flags": {
"autoAccept": true
}
}
]
}