Role
Package : spaceone.api.identity.v1
Role
Role Methods:
NO
Method
Request Type
Response Type
Description
create
POST /identity/v1/roles
update
PUT /identity/v1/roles/{role_id}
delete
DELETE /identity/v1/roles/{role_id}
get
GET /identity/v1/roles/{role_id}
list
GET /identity/v1/roles
POST /identity/v1/roles/search
stat
POST /identity/v1/roles/stat
Message
CreateRoleRequest
No
Field
Type
Required
Description
1
name
string
✅
2
role_type
NONE
SYSTEM
DOMAIN
PROJECT
✅
5
domain_id
string
✅
GetRoleRequest
No
Field
Type
Required
Description
1
role_id
string
✅
2
domain_id
string
✅
3
only
list of string
❌
RoleInfo
No
Field
Type
Description
1
role_id
string
2
name
string
3
role_type
NONE
SYSTEM
DOMAIN
PROJECT
6
domain_id
string
RolePolicy
No
Field
Type
Description
1
policy_type
NONE
MANAGED
CUSTOM
2
policy_id
string
3
repository_id
string
RoleQuery
No
Field
Type
Required
Description
2
role_id
string
❌
3
name
string
❌
4
role_type
NONE
SYSTEM
DOMAIN
PROJECT
❌
5
domain_id
string
✅
RoleRequest
No
Field
Type
Required
Description
1
role_id
string
✅
2
domain_id
string
✅
RoleStatQuery
RolesInfo
UpdateRoleRequest
No
Field
Type
Required
Description
1
role_id
string
✅
2
name
string
❌
5
domain_id
string
✅
Last updated