KubeConfigService_UpdateSSOUserSetting
PUT/v2/sentry/kubeconfig/{opts.urlScope_2}/setting
KubeConfigService_UpdateSSOUserSetting
Request
Path Parameters
opts.urlScope_2 stringrequired
Possible values: Value must match regular expression ssouser/[^/]+
urlScope is supposed to be passed in the URL as kind/HashID(value)
- application/json
- application/yaml
Body
required
opts object
validitySeconds int64
saValiditySeconds int64
enableSessionCheck boolean
enablePrivateRelay boolean
enforceOrgAdminSecretAccess boolean
disableWebKubectl boolean
disableCLIKubectl boolean
Body
required
opts object
validitySeconds int64
saValiditySeconds int64
enableSessionCheck boolean
enablePrivateRelay boolean
enforceOrgAdminSecretAccess boolean
disableWebKubectl boolean
disableCLIKubectl boolean
Responses
- 200
- 403
- 404
- default
A successful response.
- application/json
- application/yaml
- Schema
- Example (from schema)
Schema
object
{}
- Schema
- Example (from schema)
Schema
object
{}
Returned when the user does not have permission to access the resource.
- application/json
- application/yaml
- Schema
Schema
- any
- Schema
Schema
- any
Returned when the resource does not exist.
- application/json
- application/yaml
- Schema
Schema
string
- Schema
Schema
string
An unexpected error response.
- application/json
- application/yaml
- Schema
- Example (from schema)
Schema
code int32
message string
details object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
- Schema
- Example (from schema)
Schema
code int32
message string
details object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
Authorization: X-API-KEYID
name: X-API-KEYIDtype: apiKeyin: header
name: X-API-TOKENtype: apiKeyin: header
name: BasicAuthtype: httpscheme: basic
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L -X GET 'https://website-qwrdwgng9-paralus.vercel.app' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'X-API-KEYID: <API_KEY_VALUE>' \
-H 'X-API-TOKEN: <API_KEY_VALUE>'