Skip to content

Commit

Permalink
feat: add workspace_id field
Browse files Browse the repository at this point in the history
  • Loading branch information
whdalsrnt committed Nov 23, 2023
1 parent 537c4cc commit c921570
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions proto/spaceone/api/identity/v2/role_binding.proto
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,6 @@ message RoleBindingsInfo {
message RoleBindingStatQuery {
spaceone.api.core.v1.StatisticsQuery query = 1;
string domain_id = 21;
// +optional
string workspace_id = 22;
}

0 comments on commit c921570

Please sign in to comment.