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 ee677a2 commit 51a6625Copy full SHA for 51a6625
examples/CloudFunctions/IAMPolicy/CreatePolicy/CreatePolicy.ino
@@ -88,7 +88,7 @@ void setup()
88
audit_config.addAuditLogConfig(&audit_log_config, true);
89
90
audit_log_config.setLogType("DATA_WRITE");
91
- audit_log_config.addexemptedMembers("user:aliya@example.com");
+ audit_log_config.addExemptedMembers("user:aliya@example.com");
92
93
94
policy.addAuditConfig(&audit_config, true);
0 commit comments