Skip to content

Commit 36d62d4

Browse files
authored
Adds Permissions section for entra m365group conversation commands. Closes #6940
1 parent af0ea57 commit 36d62d4

2 files changed

Lines changed: 38 additions & 0 deletions

File tree

docs/docs/cmd/entra/m365group/m365group-conversation-list.mdx

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,25 @@ m365 entra m365group conversation list [options]
2424

2525
<Global />
2626

27+
## Permissions
28+
29+
<Tabs>
30+
<TabItem value="Delegated">
31+
32+
| Resource | Permissions |
33+
|-----------------|-----------------------------|
34+
| Microsoft Graph | Group-Conversation.Read.All |
35+
36+
</TabItem>
37+
<TabItem value="Application">
38+
39+
| Resource | Permissions |
40+
|-----------------|-----------------------------|
41+
| Microsoft Graph | Group-Conversation.Read.All |
42+
43+
</TabItem>
44+
</Tabs>
45+
2746
## Examples
2847

2948
Lists conversations for the Microsoft 365 group specified by id.

docs/docs/cmd/entra/m365group/m365group-conversation-post-list.mdx

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,25 @@ m365 entra m365group conversation post list [options]
2727

2828
<Global />
2929

30+
## Permissions
31+
32+
<Tabs>
33+
<TabItem value="Delegated">
34+
35+
| Resource | Permissions |
36+
|-----------------|-----------------------------|
37+
| Microsoft Graph | Group-Conversation.Read.All |
38+
39+
</TabItem>
40+
<TabItem value="Application">
41+
42+
| Resource | Permissions |
43+
|-----------------|-----------------------------|
44+
| Microsoft Graph | Group-Conversation.Read.All |
45+
46+
</TabItem>
47+
</Tabs>
48+
3049
## Examples
3150

3251
Lists the posts of the specific conversation of Microsoft 365 group by groupId

0 commit comments

Comments
 (0)