Project Group
Package : spaceone.api.identity.v1
ProjectGroup
ProjectGroup Methods:
NO | Method | Request Type | Response Type | Description |
1 | ||||
2 | ||||
3 | ||||
4 | ||||
5 | ||||
6 | ||||
7 | ||||
8 | ||||
9 | ||||
10 | ||||
11 |
create
POST /identity/v1/project-groups
Type | Message |
Request | |
Response |
update
PUT /identity/v1/project-group/{project_group_id}
Type | Message |
Request | |
Response |
delete
DELETE /identity/v1/project-group/{project_id}
Type | Message |
Request | |
Response |
add_member
POST /identity/v1/project-group/{project_group_id}/members
Type | Message |
Request | |
Response |
modify_member
PUT /identity/v1/project-group/{project_group_id}/member/{user_id}
Type | Message |
Request | |
Response |
remove_member
DELETE /identity/v1/project-group/{project_group_id}/member/{user_id}
Type | Message |
Request | |
Response |
get
GET /identity/v1/project-group/{project_group_id}
Type | Message |
Request | |
Response |
list
GET /identity/v1/project-groups
POST /identity/v1/project-groups/search
Type | Message |
Request | |
Response |
stat
POST /identity/v1/project-groups/stat
Type | Message |
Request | |
Response |
list_members
GET /identity/v1/project-group/{project_group_id}/members
POST /identity/v1/project-group/{project_id}/members/search
Type | Message |
Request | |
Response |
list_projects
GET /identity/v1/project-group/{project_group_id}/projects
POST /identity/v1/project-group/{project_id}/projects/search
Type | Message |
Request | |
Response |
Message
CreateProjectGroupRequest
No | Field | Type | Required | Description |
1 | name | string | ✅ | |
2 | parent_project_group_id | string | ❌ | |
3 | domain_id | string | ✅ | |
4 | tags | list of spaceone.api.core.v1.Tag | ❌ |
GetProjectGroupRequest
No | Field | Type | Required | Description |
1 | project_group_id | string | ✅ | |
2 | domain_id | string | ✅ | |
3 | only | list of string | ❌ |
ProjectGroupInfo
No | Field | Type | Description |
1 | project_group_id | string | |
2 | name | string | |
3 | parent_project_group_info | ||
4 | domain_id | string | |
5 | tags | list of spaceone.api.core.v1.Tag | |
6 | created_by | string | |
7 | created_at | ||
8 | deleted_at |
ProjectGroupMemberInfo
No | Field | Type | Description |
1 | project_group_info | ||
2 | user_info | ||
3 | roles | ||
4 | labels | list of string |
ProjectGroupMemberQuery
No | Field | Type | Required | Description |
1 | query | ❌ | ||
2 | project_group_id | string | ✅ | |
3 | user_id | string | ❌ | |
4 | domain_id | string | ✅ |
ProjectGroupMemberRequest
No | Field | Type | Required | Description |
1 | project_group_id | string | ✅ | |
2 | user_id | string | ✅ | |
3 | domain_id | string | ✅ | |
4 | roles | list of string | ❌ | |
5 | labels | list of string | ❌ |
ProjectGroupMembersInfo
No | Field | Type | Description |
1 | results | ||
2 | total_count |
ProjectGroupProjectInfo
No | Field | Type | Description |
1 | project_id | string | |
2 | name | string | |
3 | state | string | |
4 | project_group_info | ||
5 | domain_id | string | |
6 | tags | list of spaceone.api.core.v1.Tag | |
7 | created_by | string | |
8 | created_at | ||
9 | deleted_at |
ProjectGroupProjectQuery
No | Field | Type | Required | Description |
1 | query | ❌ | ||
2 | project_group_id | string | ✅ | |
3 | recursive | bool | ❌ | |
4 | domain_id | string | ✅ |
ProjectGroupProjectsInfo
No | Field | Type | Description |
1 | results | ||
2 | total_count |
ProjectGroupQuery
No | Field | Type | Required | Description |
1 | query | ❌ | ||
2 | project_group_id | string | ❌ | |
3 | parent_project_group_id | string | ❌ | |
4 | name | string | ❌ | |
5 | user_id | string | ❌ | |
6 | domain_id | string | ✅ |
ProjectGroupRequest
No | Field | Type | Required | Description |
1 | project_group_id | string | ✅ | |
2 | domain_id | string | ✅ |
ProjectGroupStatQuery
No | Field | Type | Required | Description |
1 | query | ✅ | ||
2 | domain_id | string | ✅ | |
3 | user_id | string | ❌ |
ProjectGroupsInfo
No | Field | Type | Description |
1 | results | ||
2 | total_count |
RemoveProjectGroupMemberRequest
No | Field | Type | Required | Description |
1 | project_group_id | string | ✅ | |
2 | user_id | string | ✅ | |
3 | domain_id | string | ✅ |
UpdateProjectGroupRequest
No | Field | Type | Required | Description |
1 | project_group_id | string | ✅ | |
2 | parent_project_group_id | string | ❌ | |
3 | name | string | ❌ | |
4 | release_parent_project_group | bool | ❌ | |
5 | domain_id | string | ✅ | |
6 | tags | list of spaceone.api.core.v1.Tag | ❌ |
Last updated