Provider
Package : spaceone.api.identity.v1
Provider
Provider Methods:
NO | Method | Request Type | Response Type | Description |
1 | ||||
2 | ||||
3 | ||||
4 | ||||
5 | ||||
6 |
create
POST /identity/v1/providers
Type | Message |
Request | |
Response |
update
PUT /identity/v1/provider/{provider_id}
Type | Message |
Request | |
Response |
delete
DELETE /identity/v1/provider/{provider_id}
Type | Message |
Request | |
Response |
get
GET /identity/v1/provider/{provider_id}
Type | Message |
Request | |
Response |
list
GET /identity/v1/providers
POST /identity/v1/providers/search
Type | Message |
Request | |
Response |
stat
POST /identity/v1/providers/stat
Type | Message |
Request | |
Response |
Message
CreateProviderRequest
No | Field | Type | Required | Description |
1 | provider | string | ✅ | |
2 | name | string | ✅ | |
3 | template | ❌ | ||
4 | metadata | ❌ | ||
5 | capability | ❌ | ||
6 | tags | ❌ | ||
7 | domain_id | string | ✅ |
GetProviderRequest
No | Field | Type | Required | Description |
1 | provider | string | ✅ | |
2 | only | list of string | ❌ | |
3 | domain_id | string | ✅ |
ProviderInfo
No | Field | Type | Description |
1 | provider | string | |
2 | name | string | |
3 | template | ||
4 | metadata | ||
5 | capability | ||
6 | tags | ||
7 | created_at |
ProviderQuery
No | Field | Type | Required | Description |
1 | query | ❌ | ||
2 | provider | string | ❌ | |
3 | name | string | ❌ | |
4 | domain_id | string | ✅ |
ProviderRequest
No | Field | Type | Required | Description |
1 | provider | string | ✅ | |
2 | domain_id | string | ✅ |
ProviderStatQuery
No | Field | Type | Required | Description |
1 | query | ✅ | ||
2 | domain_id | string | ✅ |
ProvidersInfo
No | Field | Type | Description |
1 | results | ||
2 | total_count |
UpdateProviderRequest
No | Field | Type | Required | Description |
1 | provider | string | ✅ | |
2 | name | string | ❌ | |
3 | template | ❌ | ||
4 | metadata | ❌ | ||
5 | capability | ❌ | ||
6 | tags | ❌ | ||
7 | domain_id | string | ✅ |
Last updated