We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8714ee3 commit d497eafCopy full SHA for d497eaf
1 file changed
aip/general/0211.md
@@ -23,8 +23,8 @@ authorization.
23
24
If a request can not pass the authorization check for any reason, the service
25
**must** error with `PERMISSION_DENIED`, and the corresponding error message
26
-**should** look like: "Permission `{p}` denied on resource `{r}` (or it might
27
-not exist)." This avoids leaking resource existence.
+**should** look like: "Permission '`{p}`' denied on resource '`{r}`' (or it
+might not exist)." This avoids leaking resource existence.
28
29
If it is not possible to determine authorization for a resource because the
30
resource does not exist, the service **should** check authorization to read
0 commit comments