Argo Workflows · JSON Structure

Argo Workflows Io Argoproj Workflow V1Alpha1 O Auth2 Auth Structure

OAuth2Auth holds all information for client authentication via OAuth2 tokens

Type: object Properties: 5
CNCFContainersData ProcessingKubernetesMachine LearningOpen SourceWorkflow Engine

io.argoproj.workflow.v1alpha1.OAuth2Auth is a JSON Structure definition published by Argo Workflows, describing 5 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

clientIDSecret clientSecretSecret endpointParams scopes tokenURLSecret

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-workflows/refs/heads/main/json-structure/argo-workflows-io-argoproj-workflow-v1alpha1-o-auth2-auth-structure.json",
  "name": "io.argoproj.workflow.v1alpha1.OAuth2Auth",
  "description": "OAuth2Auth holds all information for client authentication via OAuth2 tokens",
  "type": "object",
  "properties": {
    "clientIDSecret": {
      "$ref": "#/definitions/io.k8s.api.core.v1.SecretKeySelector"
    },
    "clientSecretSecret": {
      "$ref": "#/definitions/io.k8s.api.core.v1.SecretKeySelector"
    },
    "endpointParams": {
      "type": "array",
      "items": {
        "$ref": "#/definitions/io.argoproj.workflow.v1alpha1.OAuth2EndpointParam"
      }
    },
    "scopes": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "tokenURLSecret": {
      "$ref": "#/definitions/io.k8s.api.core.v1.SecretKeySelector"
    }
  }
}