Project
Package : spaceone.api.identity.v1
Project
Project Methods:
NO | Method | Request Type | Response Type | Description |
1 | ||||
2 | ||||
3 | ||||
4 | ||||
5 | ||||
6 | ||||
7 | ||||
8 | ||||
9 | ||||
10 |
create
POST /identity/v1/projects
Type | Message |
Request | |
Response |
update
PUT /identity/v1/project/{project_id}
Type | Message |
Request | |
Response |
delete
DELETE /identity/v1/project/{project_id}
Type | Message |
Request | |
Response |
get
GET /identity/v1/project/{project_id}
Type | Message |
Request | |
Response |
list
GET /identity/v1/projects
POST /identity/v1/projects/search
Type | Message |
Request | |
Response |
stat
POST /identity/v1/projects/stat
Type | Message |
Request | |
Response |
add_member
POST /identity/v1/project/{project_id}/members
Type | Message |
Request | |
Response |
modify_member
PUT /identity/v1/project/{project_id}/member/{user_id}
Type | Message |
Request | |
Response |
remove_member
DELETE /identity/v1/project/{project_id}/member/{user_id}
Type | Message |
Request | |
Response |
list_members
GET /identity/v1/project/{project_id}/members
POST /identity/v1/project/{project_id}/members/search
Type | Message |
Request | |
Response |
Message
AddProjectMemberRequest
No | Field | Type | Required | Description |
1 | project_id | string | ✅ | |
2 | user_id | string | ✅ | |
3 | role_id | string | ❌ | |
4 | labels | ❌ | ||
5 | tags | ❌ | ||
6 | domain_id | string | ✅ |
CreateProjectRequest
No | Field | Type | Required | Description |
1 | name | string | ✅ | |
2 | project_group_id | string | ✅ | |
3 | tags | ❌ | ||
4 | domain_id | string | ✅ |
GetProjectRequest
No | Field | Type | Required | Description |
1 | project_id | string | ✅ | |
2 | domain_id | string | ✅ | |
3 | only | list of string | ❌ |
ModifyProjectMemberRequest
No | Field | Type | Required | Description |
1 | project_id | string | ✅ | |
2 | user_id | string | ✅ | |
3 | labels | ❌ | ||
4 | tags | ❌ | ||
5 | domain_id | string | ✅ |
ProjectInfo
No | Field | Type | Description |
1 | project_id | string | |
2 | name | string | |
3 | tags | ||
4 | project_group_info | ||
5 | domain_id | string | |
6 | created_by | string | |
7 | created_at | string |
ProjectMemberQuery
No | Field | Type | Required | Description |
1 | query | ❌ | ||
2 | project_id | string | ✅ | |
3 | user_id | string | ❌ | |
4 | role_id | string | ❌ | |
5 | include_parent_member | string | ❌ | |
6 | domain_id | string | ✅ |
ProjectQuery
No | Field | Type | Required | Description |
1 | query | ❌ | ||
2 | project_id | string | ❌ | |
3 | name | string | ❌ | |
4 | project_group_id | string | ❌ | |
5 | user_id | string | ❌ | |
6 | domain_id | string | ✅ |
ProjectRequest
No | Field | Type | Required | Description |
1 | project_id | string | ✅ | |
2 | domain_id | string | ✅ |
ProjectRoleBindingInfo
No | Field | Type | Description |
1 | role_binding_id | string | |
2 | resource_type | string | |
3 | resource_id | string | |
4 | role_info | ||
5 | project_info | ||
6 | labels | ||
7 | tags | ||
8 | domain_id | string | |
9 | created_at | string |
ProjectRoleBindingsInfo
No | Field | Type | Description |
1 | results | ||
2 | total_count |
ProjectStatQuery
No | Field | Type | Required | Description |
1 | query | ✅ | ||
2 | domain_id | string | ✅ |
ProjectsInfo
No | Field | Type | Description |
1 | results | ||
2 | total_count |
RemoveProjectMemberRequest
No | Field | Type | Required | Description |
1 | project_id | string | ✅ | |
2 | user_id | string | ✅ | |
3 | domain_id | string | ✅ |
UpdateProjectRequest
No | Field | Type | Required | Description |
1 | project_id | string | ✅ | |
2 | project_group_id | string | ❌ | |
3 | name | string | ❌ | |
4 | tags | ❌ | ||
5 | domain_id | string | ✅ |
Last updated