Skip to content

Commit

Permalink
Merge pull request #160 from whdalsrnt/master
Browse files Browse the repository at this point in the history
feat: change role binding fields
  • Loading branch information
whdalsrnt authored Nov 23, 2023
2 parents 0fcf959 + 537c4cc commit bac6a08
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions proto/spaceone/api/identity/v2/role_binding.proto
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ message CreateRoleBindingRequest {

string user_id = 1;
string role_id = 2;
bool is_managed_role = 3;
Scope scope = 4;
Scope scope = 3;
string domain_id = 21;
// +optional
string workspace_id = 22;
Expand All @@ -71,8 +70,9 @@ message CreateRoleBindingRequest {
message UpdateRoleBindingRequest {
string role_binding_id = 1;
string role_id = 2;
bool is_managed_role = 3;
string domain_id = 21;
// +optional
string workspace_id = 22;
}

message RoleBindingRequest {
Expand All @@ -90,13 +90,11 @@ message RoleBindingInfo {
}

string role_binding_id = 1;
bool is_managed_role = 2;
Scope scope = 3;
string domain_id = 21;
string workspace_id = 22;
string role_id = 23;
string user_id = 24;
string repository_id = 25;
string created_at = 31;
}

Expand All @@ -121,8 +119,6 @@ message RoleBindingSearchQuery {
string role_id = 23;
// +optional
string user_id = 24;
// +optional
string repository_id = 25;
}

message RoleBindingsInfo {
Expand Down

0 comments on commit bac6a08

Please sign in to comment.