Argo CD · Schema

sessionSessionResponse

SessionResponse wraps the created token or returns an empty string if deleted.

Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

Properties

Name Type Description
token string
View JSON Schema on GitHub

JSON Schema

argo-cd-session-session-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/argo-cd/refs/heads/main/json-schema/argo-cd-session-session-response-schema.json",
  "title": "sessionSessionResponse",
  "description": "SessionResponse wraps the created token or returns an empty string if deleted.",
  "type": "object",
  "properties": {
    "token": {
      "type": "string"
    }
  }
}