File tree Expand file tree Collapse file tree
docs/docs/cmd/entra/m365group Expand file tree Collapse file tree Original file line number Diff line number Diff 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
2948Lists conversations for the Microsoft 365 group specified by id.
Original file line number Diff line number Diff 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
3251Lists the posts of the specific conversation of Microsoft 365 group by groupId
You can’t perform that action at this time.
0 commit comments