Project
Package : spaceone.api.identity.v1
Project
Project Methods:
Method | Request | Response |
---|---|---|
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
Field | Type | Required | Description |
---|---|---|---|
project_id | string | ✔ | |
user_id | string | ✔ | |
role_id | string | ✘ | |
labels | ✘ | ||
tags | ✘ | ||
domain_id | string | ✔ | |
is_external_user | bool | ✘ |
CreateProjectRequest
Field | Type | Required | Description |
---|---|---|---|
name | string | ✔ | |
project_group_id | string | ✔ | |
tags | ✘ | ||
domain_id | string | ✔ |
GetProjectRequest
Field | Type | Required | Description |
---|---|---|---|
project_id | string | ✔ | |
domain_id | string | ✔ | |
only | list of string | ✘ |
ModifyProjectMemberRequest
Field | Type | Required | Description |
---|---|---|---|
project_id | string | ✔ | |
user_id | string | ✔ | |
labels | ✘ | ||
tags | ✘ | ||
domain_id | string | ✔ |
ProjectInfo
Field | Type | Description |
---|---|---|
project_id | string | |
name | string | |
tags | ||
project_group_info | ||
domain_id | string | |
created_by | string | |
created_at | string |
ProjectMemberQuery
Field | Type | Required | Description |
---|---|---|---|
query | ✘ | ||
project_id | string | ✔ | |
user_id | string | ✘ | |
role_id | string | ✘ | |
include_parent_member | bool | ✘ | |
domain_id | string | ✔ |
ProjectQuery
Field | Type | Required | Description |
---|---|---|---|
query | ✘ | ||
project_id | string | ✘ | |
name | string | ✘ | |
project_group_id | string | ✘ | |
user_id | string | ✘ | |
domain_id | string | ✔ |
ProjectRequest
Field | Type | Required | Description |
---|---|---|---|
project_id | string | ✔ | |
domain_id | string | ✔ |
ProjectRoleBindingInfo
Field | Type | Description |
---|---|---|
role_binding_id | string | |
resource_type | string | |
resource_id | string | |
role_info | ||
project_info | ||
project_group_info | ||
labels | ||
tags | ||
domain_id | string | |
created_at | string |
ProjectRoleBindingsInfo
Field | Type | Description |
---|---|---|
results | ||
total_count |
ProjectStatQuery
Field | Type | Required | Description |
---|---|---|---|
query | ✔ | ||
domain_id | string | ✔ |
ProjectsInfo
Field | Type | Description |
---|---|---|
results | ||
total_count |
RemoveProjectMemberRequest
Field | Type | Required | Description |
---|---|---|---|
project_id | string | ✔ | |
user_id | string | ✔ | |
domain_id | string | ✔ |
UpdateProjectRequest
Field | Type | Required | Description |
---|---|---|---|
project_id | string | ✔ | |
project_group_id | string | ✘ | |
name | string | ✘ | |
tags | ✘ | ||
domain_id | string | ✔ |
Last updated