Role Binding
Package : spaceone.api.identity.v1
RoleBinding
RoleBinding Methods:
Method | Request | Response |
---|---|---|
create
POST /identity/v1/role-bindings
Type | Message |
---|---|
Request | |
Response |
update
PUT /identity/v1/role-bindings/{role_binding_id}
Type | Message |
---|---|
Request | |
Response |
delete
DELETE /identity/v1/role-bindings/{role_binding_id}
Type | Message |
---|---|
Request | |
Response |
get
GET /identity/v1/role-bindings/{role_binding_id}
Type | Message |
---|---|
Request | |
Response |
list
GET /identity/v1/role-bindings
POST /identity/v1/role-bindings/search
Type | Message |
---|---|
Request | |
Response |
stat
POST /identity/v1/roles/stat
Type | Message |
---|---|
Request | |
Response |
Message
CreateRoleBindingRequest
Field | Type | Required | Description |
---|---|---|---|
resource_type | string | ✔ | |
resource_id | string | ✔ | |
role_id | string | ✔ | |
project_id | string | ✘ | |
project_group_id | string | ✘ | |
labels | ✘ | ||
tags | ✘ | ||
domain_id | string | ✔ |
GetRoleBindingRequest
Field | Type | Required | Description |
---|---|---|---|
role_binding_id | string | ✔ | |
domain_id | string | ✔ | |
only | list of string | ✘ |
RoleBindingInfo
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 |
RoleBindingQuery
Field | Type | Required | Description |
---|---|---|---|
query | ✘ | ||
role_binding_id | string | ✘ | |
resource_type | string | ✘ | |
resource_id | string | ✘ | |
role_id | string | ✘ | |
role_type | string | ✘ | |
project_id | string | ✘ | |
project_group_id | string | ✘ | |
domain_id | string | ✔ |
RoleBindingRequest
Field | Type | Required | Description |
---|---|---|---|
role_binding_id | string | ✔ | |
domain_id | string | ✔ |
RoleBindingStatQuery
Field | Type | Required | Description |
---|---|---|---|
query | ✔ | ||
domain_id | string | ✔ |
RoleBindingsInfo
Field | Type | Description |
---|---|---|
results | ||
total_count |
UpdateRoleBindingRequest
Field | Type | Required | Description |
---|---|---|---|
role_binding_id | string | ✔ | |
labels | ✘ | ||
tags | ✘ | ||
domain_id | string | ✔ |
Last updated