KubeConfigService_RevokeKubeconfig2
POST/v2/sentry/kubeconfig/{opts.urlScope}/revoke
KubeConfigService_RevokeKubeconfig2
Request
Path Parameters
opts.urlScope stringrequired
Possible values: Value must match regular expression user/[^/]+
urlScope is supposed to be passed in the URL as kind/HashID(value)
- application/json
- application/yaml
Body
required
opts object
q query for filtering
name name is unique ID of a resource along with (partnerID, organizationID,
projectID)
selector selector is used to filter the labels of a resource
partner string
organization string
project string
group string
role string
displayName displayName only used for update queries to set displayName (READONLY)
labels object
property name* string
annotations object
property name* string
count int64
offset int64
limit int64
ignoreScopeDefault ignoreScopeDefault ignores default values for partnerID, organizationID and
projectID
globalScope globalScope sets partnerID,organizationID,projectID = 0
orderBy string
order string
deleted boolean
extended boolean
isSSOUser boolean
username string
groups string[]
blueprintRef string
publishedVersion string
clusterID string
ID string
account string
type generic way to specify a type of resource, mainly for use in users endpoint
Body
required
opts object
q query for filtering
name name is unique ID of a resource along with (partnerID, organizationID,
projectID)
selector selector is used to filter the labels of a resource
partner string
organization string
project string
group string
role string
displayName displayName only used for update queries to set displayName (READONLY)
labels object
property name* string
annotations object
property name* string
count int64
offset int64
limit int64
ignoreScopeDefault ignoreScopeDefault ignores default values for partnerID, organizationID and
projectID
globalScope globalScope sets partnerID,organizationID,projectID = 0
orderBy string
order string
deleted boolean
extended boolean
isSSOUser boolean
username string
groups string[]
blueprintRef string
publishedVersion string
clusterID string
ID string
account string
type generic way to specify a type of resource, mainly for use in users endpoint
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
- Array [
- ]
code int32
message string
details object[]
@type string
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
- Schema
- Example (from schema)
Schema
- Array [
- ]
code int32
message string
details object[]
@type string
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
Loading...