We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fac2a1d commit cba79afCopy full SHA for cba79af
iam/snippets/src/main/java/AddMember.java
@@ -51,7 +51,7 @@ public static Policy addMember(Policy policy, String role, String member) {
51
.addAllBindings(newBindingsList)
52
.build();
53
54
- System.out.println("Added member: " + updatedPolicy.getBindingsList());
+ System.out.println("Added principal: " + updatedPolicy.getBindingsList());
55
56
return updatedPolicy;
57
}
0 commit comments