Skip to content

Commit 13be771

Browse files
authored
telemetry(IamPolicyChecks) Add new policy check type #756
1 parent 82b8f2d commit 13be771

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

telemetry/definitions/commonDefinitions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,8 @@
162162
"type": "string",
163163
"allowedValues": [
164164
"CheckNoNewAccess",
165-
"CheckAccessNotGranted"
165+
"CheckAccessNotGranted",
166+
"CheckNoPublicAccess"
166167
],
167168
"description": "User inputted check type to denote which custom check to run."
168169
},

0 commit comments

Comments
 (0)