Role Binding
Package : spaceone.api.identity.v1
RoleBinding
RoleBinding Methods:
NO
Method
Request Type
Response Type
Description
create
POST /identity/v1/role-bindings
update
PUT /identity/v1/role-bindings/{role_binding_id}
delete
DELETE /identity/v1/role-bindings/{role_binding_id}
get
GET /identity/v1/role-bindings/{role_binding_id}
list
GET /identity/v1/role-bindings
POST /identity/v1/role-bindings/search
stat
POST /identity/v1/roles/stat
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
list of string
❌
7
tags
list of spaceone.api.core.v1.Tag
❌
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
7
labels
list of string
8
tags
list of spaceone.api.core.v1.Tag
9
domain_id
string
RoleBindingQuery
No
Field
Type
Required
Description
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
RoleBindingsInfo
UpdateRoleBindingRequest
No
Field
Type
Required
Description
1
role_binding_id
string
✅
2
labels
list of string
❌
3
tags
list of spaceone.api.core.v1.Tag
❌
4
domain_id
string
✅
Last updated