OIDCClientUpdate
OIDC client update request. client_id, client_type, and grant_types are immutable after creation. Use the rotate-secret endpoint to change client_secret.
name object
하나 이상(anyOf)
- string
- null
string
description object
하나 이상(anyOf)
- string
- null
string
redirect_uris object
하나 이상(anyOf)
- string[]
- null
Array [
string
]
require_pkce object
하나 이상(anyOf)
- boolean
- null
boolean
allow_refresh object
하나 이상(anyOf)
- boolean
- null
boolean
allowed_audiences object
하나 이상(anyOf)
- string[]
- null
Array [
string
]
OIDCClientUpdate
{
"name": "string",
"description": "string",
"redirect_uris": [
"string"
],
"require_pkce": true,
"allow_refresh": true,
"allowed_audiences": [
"string"
]
}