OIDCProviderService_GetOIDCProvider
GET/auth/v3/sso/oidc/provider/{metadata.name}
OIDCProviderService_GetOIDCProvider
Request
Path Parameters
name of the resource
Query Parameters
Default value: system.k8smgmt.io/v3
API Version
API Version of the OIDCProvider resource
Default value: OIDCProvider
Kind
Kind of the OIDCProvider resource
Display Name
display name of the resource
Description
description of the resource
Labels
This is a request variable of the map type. The query format is "map_name[key]=value", e.g. If the map name is Age, the key type is string, and the value type is integer, the query parameter is expressed as Age["bob"]=18
Annotations
This is a request variable of the map type. The query format is "map_name[key]=value", e.g. If the map name is Age, the key type is string, and the value type is integer, the query parameter is expressed as Age["bob"]=18
Project
Project of the resource
Organization
Organization to which the resource belongs
Partner
Partner to which the resource belongs
enumeration?
JSON object
Condition Type
type of the status condition
Possible values: [StatusNotSet
, StatusSubmitted
, StatusOK
, StatusFailed
]
Default value: StatusNotSet
Condition Status
status of the condition
Last Updated
when the condition status is last updated
Reason
reason of the last condition status
Responses
- 200
- 403
- 404
- default
A successful response.
- application/json
- application/yaml
- Schema
- Example (from schema)
Schema
Default value: system.k8smgmt.io/v3
API Version of the OIDCProvider resource
Default value: OIDCProvider
Kind of the OIDCProvider resource
metadata objectrequired
Metadata of the OIDCProvider resource
name of the resource
display name of the resource
description of the resource
labels object
labels of the resource
annotations object
annotations of the resource
Project of the resource
Organization to which the resource belongs
Partner to which the resource belongs
spec objectrequired
Spec of the OIDCProvider resource
status object
Status of the resource
type of the status condition
Possible values: [StatusNotSet
, StatusSubmitted
, StatusOK
, StatusFailed
]
Default value: StatusNotSet
status of the condition
when the condition status is last updated
reason of the last condition status
{
"apiVersion": "system.k8smgmt.io/v3",
"kind": "OIDCProvider",
"metadata": {
"name": "some-name",
"project": "defaultproject"
},
"spec": {
"providerName": "string",
"mapperUrl": "string",
"mapperFilename": "string",
"clientId": "string",
"clientSecret": "string",
"scopes": [
"string"
],
"issuerUrl": "string",
"authUrl": "string",
"tokenUrl": "string",
"requestedClaims": {},
"predefined": true,
"callbackUrl": "string"
},
"status": {
"conditionType": "string",
"conditionStatus": "StatusNotSet",
"lastUpdated": "2024-02-15T00:40:10.859Z",
"reason": "string"
}
}
- Schema
- Example (from schema)
Schema
Default value: system.k8smgmt.io/v3
API Version of the OIDCProvider resource
Default value: OIDCProvider
Kind of the OIDCProvider resource
metadata objectrequired
Metadata of the OIDCProvider resource
name of the resource
display name of the resource
description of the resource
labels object
labels of the resource
annotations object
annotations of the resource
Project of the resource
Organization to which the resource belongs
Partner to which the resource belongs
spec objectrequired
Spec of the OIDCProvider resource
status object
Status of the resource
type of the status condition
Possible values: [StatusNotSet
, StatusSubmitted
, StatusOK
, StatusFailed
]
Default value: StatusNotSet
status of the condition
when the condition status is last updated
reason of the last condition status
{
"apiVersion": "system.k8smgmt.io/v3",
"kind": "OIDCProvider",
"metadata": {
"name": "some-name",
"project": "defaultproject"
},
"spec": {
"providerName": "string",
"mapperUrl": "string",
"mapperFilename": "string",
"clientId": "string",
"clientSecret": "string",
"scopes": [
"string"
],
"issuerUrl": "string",
"authUrl": "string",
"tokenUrl": "string",
"requestedClaims": {},
"predefined": true,
"callbackUrl": "string"
},
"status": {
"conditionType": "string",
"conditionStatus": "StatusNotSet",
"lastUpdated": "2024-02-15T00:40:10.860Z",
"reason": "string"
}
}
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 [
- ]
details object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
- Schema
- Example (from schema)
Schema
- Array [
- ]
details object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}