File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,6 @@ The module provides interactive HTML-based visualizations and assessments:
101101- AuditLog.Read.All
102102- Directory.Read.All
103103- Application.Read.All
104- - GroupMember.Read.All (required for break glass assessment)
105104- Mail.Send (only if using email functionality)
106105
107106#### Role Requirements
@@ -131,7 +130,6 @@ Connect-MgGraph -Scopes @(
131130 "AuditLog.Read.All",
132131 "Directory.Read.All",
133132 "Application.Read.All",
134- "GroupMember.Read.All"
135133)
136134```
137135
@@ -151,7 +149,6 @@ Connect-MgGraph -Scopes @(
151149 - AuditLog.Read.All (Application)
152150 - Directory.Read.All (Application)
153151 - Application.Read.All (Application)
154- - GroupMember.Read.All (Application)
155152 - Mail.Send (Application, if using email - see note below)
156153 - Grant admin consent
157154
You can’t perform that action at this time.
0 commit comments