File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
acceptance/bundle/deployment/unbind/permissions Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ Deployment complete!
1111{
1212 "all_permissions": [
1313 {
14+ "inherited": false,
1415 "permission_level": "CAN_MANAGE"
1516 }
1617 ],
@@ -31,6 +32,7 @@ Deployment complete!
3132{
3233 "all_permissions": [
3334 {
35+ "inherited": false,
3436 "permission_level": "CAN_MANAGE"
3537 }
3638 ],
Original file line number Diff line number Diff line change @@ -141,7 +141,9 @@ func (s *FakeWorkspace) SetPermissions(req Request) any {
141141 // Convert PermissionLevel to Permission
142142 if acl .PermissionLevel != "" {
143143 response .AllPermissions = append (response .AllPermissions , iam.Permission {
144+ Inherited : false ,
144145 PermissionLevel : acl .PermissionLevel ,
146+ ForceSendFields : []string {"Inherited" },
145147 })
146148 }
147149
You can’t perform that action at this time.
0 commit comments