You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/cmd/entra/app/app-role-add.mdx
+22-1Lines changed: 22 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,6 @@
1
-
importGlobalfrom'/docs/cmd/_global.mdx';
1
+
importGlobalfrom"/docs/cmd/_global.mdx";
2
+
importTabsfrom"@theme/Tabs";
3
+
importTabItemfrom"@theme/TabItem";
2
4
3
5
# entra app role add
4
6
@@ -49,6 +51,25 @@ For best performance use the `appObjectId` option to reference the Entra applica
49
51
50
52
If the command finds multiple Entra application registrations with the specified app name, it will prompt you to disambiguate which app it should use, listing the discovered object IDs.
51
53
54
+
## Permissions
55
+
56
+
<Tabs>
57
+
<TabItemvalue="Delegated">
58
+
59
+
| Resource | Permissions |
60
+
| --------------- | ------------------------- |
61
+
| Microsoft Graph | Application.ReadWrite.All |
62
+
63
+
</TabItem>
64
+
<TabItemvalue="Application">
65
+
66
+
| Resource | Permissions |
67
+
| --------------- | ------------------------- |
68
+
| Microsoft Graph | Application.ReadWrite.All |
69
+
70
+
</TabItem>
71
+
</Tabs>
72
+
52
73
## Examples
53
74
54
75
Add role to the Entra application registration specified by its object ID
Copy file name to clipboardExpand all lines: docs/docs/cmd/entra/app/app-role-list.mdx
+58-41Lines changed: 58 additions & 41 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
importGlobalfrom'/docs/cmd/_global.mdx';
2
-
importTabsfrom'@theme/Tabs';
3
-
importTabItemfrom'@theme/TabItem';
1
+
importGlobalfrom"/docs/cmd/_global.mdx";
2
+
importTabsfrom"@theme/Tabs";
3
+
importTabItemfrom"@theme/TabItem";
4
4
5
5
# entra app role list
6
6
@@ -39,6 +39,25 @@ For best performance use the `appObjectId` option to reference the Entra applica
39
39
40
40
If the command finds multiple Entra application registrations with the specified app name, it will prompt you to disambiguate which app it should use, listing the discovered object IDs.
41
41
42
+
## Permissions
43
+
44
+
<Tabs>
45
+
<TabItemvalue="Delegated">
46
+
47
+
| Resource | Permissions |
48
+
| --------------- | -------------------- |
49
+
| Microsoft Graph | Application.Read.All |
50
+
51
+
</TabItem>
52
+
<TabItemvalue="Application">
53
+
54
+
| Resource | Permissions |
55
+
| --------------- | -------------------- |
56
+
| Microsoft Graph | Application.Read.All |
57
+
58
+
</TabItem>
59
+
</Tabs>
60
+
42
61
## Examples
43
62
44
63
Get roles for the Entra application registration specified by its object ID
@@ -64,58 +83,56 @@ m365 entra app role list --appName "My app"
0 commit comments