Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,25 @@ m365 entra groupsettingtemplate get [options]

<Global />

## Permissions

<Tabs>
<TabItem value="Delegated">

| Resource | Permissions |
|------------------|------------------------|
| Microsoft Graph | GroupSettings.Read.All |

</TabItem>
<TabItem value="Application">

| Resource | Permissions |
|------------------|------------------------|
| Microsoft Graph | GroupSettings.Read.All |

</TabItem>
</Tabs>

## Examples

Get information about the group setting template with id _62375ab9-6b52-47ed-826b-58e47e0e304b_
Expand Down Expand Up @@ -97,4 +116,4 @@ m365 entra groupsettingtemplate get --displayName Group.Unified
```

</TabItem>
</Tabs>
</Tabs>
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,27 @@ m365 entra groupsettingtemplate list [options]

<Global />

## Permissions

## Permissions

<Tabs>
<TabItem value="Delegated">

| Resource | Permissions |
|------------------|------------------------|
| Microsoft Graph | GroupSettings.Read.All |

</TabItem>
<TabItem value="Application">

| Resource | Permissions |
|------------------|------------------------|
| Microsoft Graph | GroupSettings.Read.All |

</TabItem>
</Tabs>

## Examples

List all group setting templates in the tenant
Expand Down Expand Up @@ -83,4 +104,4 @@ m365 entra groupsettingtemplate list
```

</TabItem>
</Tabs>
</Tabs>