IdpService_CreateIdp
POST/auth/v3/sso/idp
IdpService_CreateIdp
Request
- application/json
- application/yaml
Body
required
Idp
Default value: system.k8smgmt.io/v3
API Version of the idp resource
Default value: Idp
Kind of the idp resource
metadata objectrequired
Metadata of the idp 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 idp resource
status object
Status of the resource
Body
required
Idp
Default value: system.k8smgmt.io/v3
API Version of the idp resource
Default value: Idp
Kind of the idp resource
metadata objectrequired
Metadata of the idp 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 idp resource
status object
Status of the resource
Responses
- 200
- 201
- 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 idp resource
Default value: Idp
Kind of the idp resource
metadata objectrequired
Metadata of the idp 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 idp 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": "Idp",
"metadata": {
"name": "some-name",
"project": "defaultproject"
},
"spec": {
"idpName": "string",
"domain": "string",
"acsUrl": "string",
"ssoUrl": "string",
"idpCert": "string",
"spCert": "string",
"metadataUrl": "string",
"metadataFilename": "string",
"saeEnabled": true,
"groupAttributeName": "string",
"nameIdFormat": "string",
"consumerBinding": "string",
"spEntityId": "string"
},
"status": {
"conditionType": "string",
"conditionStatus": "StatusNotSet",
"lastUpdated": "2024-02-15T00:40:10.896Z",
"reason": "string"
}
}
- Schema
- Example (from schema)
Schema
Default value: system.k8smgmt.io/v3
API Version of the idp resource
Default value: Idp
Kind of the idp resource
metadata objectrequired
Metadata of the idp 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 idp 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": "Idp",
"metadata": {
"name": "some-name",
"project": "defaultproject"
},
"spec": {
"idpName": "string",
"domain": "string",
"acsUrl": "string",
"ssoUrl": "string",
"idpCert": "string",
"spCert": "string",
"metadataUrl": "string",
"metadataFilename": "string",
"saeEnabled": true,
"groupAttributeName": "string",
"nameIdFormat": "string",
"consumerBinding": "string",
"spEntityId": "string"
},
"status": {
"conditionType": "string",
"conditionStatus": "StatusNotSet",
"lastUpdated": "2024-02-15T00:40:10.896Z",
"reason": "string"
}
}
Returned when idp is created successfully.
- application/json
- application/yaml
- Schema
Schema
- any
- Schema
Schema
- any
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"
}
]
}