Argo CD · JSON Structure

Argo Cd Project Project Token Create Request Structure

ProjectTokenCreateRequest defines project token creation parameters.

Type: object Properties: 5
Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

projectProjectTokenCreateRequest is a JSON Structure definition published by Argo CD, describing 5 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

description expiresIn id project role

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/argo-cd/refs/heads/main/json-structure/argo-cd-project-project-token-create-request-structure.json",
  "name": "projectProjectTokenCreateRequest",
  "description": "ProjectTokenCreateRequest defines project token creation parameters.",
  "type": "object",
  "properties": {
    "description": {
      "type": "string"
    },
    "expiresIn": {
      "type": "int64",
      "name": "expiresIn represents a duration in seconds"
    },
    "id": {
      "type": "string"
    },
    "project": {
      "type": "string"
    },
    "role": {
      "type": "string"
    }
  }
}