Argo Workflows · Example Payload

Argo Workflows Io Argoproj Workflow V1Alpha1 O Auth2 Auth Example

CNCFContainersData ProcessingKubernetesMachine LearningOpen SourceWorkflow Engine

Argo Workflows Io Argoproj Workflow V1Alpha1 O Auth2 Auth Example is an example object payload from Argo Workflows, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

clientIDSecretclientSecretSecretendpointParamsscopestokenURLSecret

Example Payload

Raw ↑
{
  "clientIDSecret": "wf-abc123",
  "clientSecretSecret": "example-clientsecretsec",
  "endpointParams": [
    "value",
    "value"
  ],
  "scopes": [
    "example-scopes",
    "example-scopes"
  ],
  "tokenURLSecret": "example-tokenurlsecret"
}