Role Binding
Package : spaceone.api.identity.v1
RoleBinding
RoleBinding Methods:
NO
Method
Request Type
Response Type
Description
1
2
3
4
5
6
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
No
Field
Type
Required
Description
1
resource_type
string
✅
2
resource_id
string
✅
3
role_id
string
✅
4
project_id
string
❌
5
project_group_id
string
❌
6
labels
❌
7
tags
❌
8
domain_id
string
✅
GetRoleBindingRequest
No
Field
Type
Required
Description
1
role_binding_id
string
✅
2
domain_id
string
✅
3
only
list of string
❌
RoleBindingInfo
No
Field
Type
Description
1
role_binding_id
string
2
resource_type
string
3
resource_id
string
4
role_info
5
project_info
6
project_group_info
7
labels
8
tags
9
domain_id
string
10
created_at
string
RoleBindingQuery
No
Field
Type
Required
Description
1
query
❌
2
role_binding_id
string
❌
3
resource_type
string
❌
4
resource_id
string
❌
5
role_id
string
❌
6
role_type
string
❌
7
project_id
string
❌
8
project_group_id
string
❌
9
domain_id
string
✅
RoleBindingRequest
No
Field
Type
Required
Description
1
role_binding_id
string
✅
2
domain_id
string
✅
RoleBindingStatQuery
No
Field
Type
Required
Description
1
query
✅
2
domain_id
string
✅
RoleBindingsInfo
No
Field
Type
Description
1
results
2
total_count
UpdateRoleBindingRequest
No
Field
Type
Required
Description
1
role_binding_id
string
✅
2
labels
❌
3
tags
❌
4
domain_id
string
✅
Last updated