/
CU
cube-js
/
Cube Platform API
Search skmtc…
⌘K
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
v7
latest
OpenAPI 3.1.0
raw.githubusercontent.com
2026-08-01
120
263
252.9 KB
OIDC Token Configs
Create OIDC token config
post
/api/v1/oidc-token-configs
Request body
CreateOidcTokenConfigInput
required
audienceType
string
required
customAudience
string
nullable
customClaims
object
nullable
isEnabled
boolean
nullable
name
string
nullable
subFormat
string
nullable
targetEnvVar
string
nullable
Response
OidcTokenConfig
required
audience
string
required
audienceType
string
required
createdAt
union
required
customClaims
object
nullable
id
integer
required
isEnabled
boolean
required
name
string
required
subFormat
string
nullable
targetEnvVar
string
nullable
updatedAt
union
required