Skip to content

Commit f2cb1ab

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Inserted permissions Table
1 parent a211ee7 commit f2cb1ab

File tree

6,815 files changed

+54520
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

6,815 files changed

+54520
-0
lines changed

microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Add-MgApplicationKey.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,14 @@ As part of the request validation for this method, a proof of possession of an e
5656
Applications that don't have any existing valid certificates (no certificates have been added yet, or all certificates have expired), won't be able to use this service action.
5757
You can use the Update application operation to perform an update instead.
5858

59+
**Permissions**
60+
61+
| Permission type | Permissions (from least to most privileged) |
62+
| --------------- | ------------------------------------------ |
63+
| Delegated (work or school account) | Application.ReadWrite.All, Directory.ReadWrite.All, |
64+
| Delegated (personal Microsoft account) | Not supported |
65+
| Application | Application.ReadWrite.OwnedBy, Directory.ReadWrite.All, Application.ReadWrite.All, |
66+
5967
## EXAMPLES
6068

6169
### EXAMPLE 1

microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Add-MgApplicationPassword.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,14 @@ Add-MgApplicationPassword -InputObject <IApplicationsIdentity>
4848
Adds a strong password or secret to an application.
4949
You can also add passwords while creating the application.
5050

51+
**Permissions**
52+
53+
| Permission type | Permissions (from least to most privileged) |
54+
| --------------- | ------------------------------------------ |
55+
| Delegated (work or school account) | Application.ReadWrite.All, Directory.ReadWrite.All, |
56+
| Delegated (personal Microsoft account) | Application.ReadWrite.All, |
57+
| Application | Application.ReadWrite.OwnedBy, Directory.ReadWrite.All, Application.ReadWrite.All, |
58+
5159
## EXAMPLES
5260

5361
### EXAMPLE 1

microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Add-MgServicePrincipalKey.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,14 @@ As part of the request validation for this method, a proof of possession of an e
5656
ServicePrincipals that don't have any existing valid certificates (i.e.: no certificates have been added yet, or all certificates have expired), won't be able to use this service action.
5757
Update servicePrincipal can be used to perform an update instead.
5858

59+
**Permissions**
60+
61+
| Permission type | Permissions (from least to most privileged) |
62+
| --------------- | ------------------------------------------ |
63+
| Delegated (work or school account) | Application.ReadWrite.All, Directory.ReadWrite.All, |
64+
| Delegated (personal Microsoft account) | Not supported |
65+
| Application | Application.ReadWrite.OwnedBy, Directory.ReadWrite.All, Application.ReadWrite.All, |
66+
5967
## EXAMPLES
6068

6169
### EXAMPLE 1

microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Add-MgServicePrincipalPassword.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,14 @@ Add-MgServicePrincipalPassword -InputObject <IApplicationsIdentity>
4646
## DESCRIPTION
4747
Add a strong password or secret to a servicePrincipal object.
4848

49+
**Permissions**
50+
51+
| Permission type | Permissions (from least to most privileged) |
52+
| --------------- | ------------------------------------------ |
53+
| Delegated (work or school account) | Application.ReadWrite.All, Directory.ReadWrite.All, |
54+
| Delegated (personal Microsoft account) | Not supported |
55+
| Application | Application.ReadWrite.OwnedBy, Directory.ReadWrite.All, Application.ReadWrite.All, |
56+
4957
## EXAMPLES
5058

5159
### EXAMPLE 1

microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Add-MgServicePrincipalTokenSigningCertificate.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,14 @@ When set during creation through the displayName property, the subject of the ce
6161
The startDateTime is set to the same time the certificate is created using the action.
6262
The endDateTime can be up to three years after the certificate is created.
6363

64+
**Permissions**
65+
66+
| Permission type | Permissions (from least to most privileged) |
67+
| --------------- | ------------------------------------------ |
68+
| Delegated (work or school account) | Application.ReadWrite.All, Directory.ReadWrite.All, |
69+
| Delegated (personal Microsoft account) | Not supported |
70+
| Application | Application.ReadWrite.OwnedBy, Directory.ReadWrite.All, Application.ReadWrite.All, |
71+
6472
## EXAMPLES
6573

6674
### EXAMPLE 1

microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Confirm-MgServicePrincipalMemberGroup.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,14 @@ You can check up to a maximum of 20 groups per request.
5454
This function supports all groups provisioned in Microsoft Entra ID.
5555
Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct.
5656

57+
**Permissions**
58+
59+
| Permission type | Permissions (from least to most privileged) |
60+
| --------------- | ------------------------------------------ |
61+
| Delegated (work or school account) | Application.Read.All, User.ReadWrite.All, GroupMember.Read.All, User.Read.All, Application.ReadWrite.All, Device.Read.All, Directory.Read.All, Directory.ReadWrite.All, Group.Read.All, Group.ReadWrite.All, |
62+
| Delegated (personal Microsoft account) | Not supported |
63+
| Application | Application.Read.All, Application.ReadWrite.All, User.Read.All, GroupMember.Read.All, Group.ReadWrite.All, Group.Read.All, User.ReadWrite.All, Directory.Read.All, Device.ReadWrite.All, Device.Read.All, Directory.ReadWrite.All, |
64+
5765
## EXAMPLES
5866

5967
### EXAMPLE 1

microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Confirm-MgServicePrincipalMemberObject.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,14 @@ Confirm-MgServicePrincipalMemberObject -InputObject <IApplicationsIdentity>
4545
## DESCRIPTION
4646
Invoke action checkMemberObjects
4747

48+
**Permissions**
49+
50+
| Permission type | Permissions (from least to most privileged) |
51+
| --------------- | ------------------------------------------ |
52+
| Delegated (work or school account) | Application.Read.All, User.ReadWrite.All, User.Read, User.Read.All, Application.ReadWrite.All, Device.Read.All, Directory.Read.All, Directory.ReadWrite.All, Group.Read.All, Group.ReadWrite.All, GroupMember.Read.All, |
53+
| Delegated (personal Microsoft account) | Not supported |
54+
| Application | Application.Read.All, Application.ReadWrite.All, User.Read.All, GroupMember.Read.All, Group.ReadWrite.All, Group.Read.All, User.ReadWrite.All, Directory.Read.All, Device.ReadWrite.All, Device.Read.All, Directory.ReadWrite.All, |
55+
4856
## EXAMPLES
4957

5058
### EXAMPLE 1

microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Find-MgServicePrincipalSynchronizationJobSchemaDirectory.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,14 @@ Find-MgServicePrincipalSynchronizationJobSchemaDirectory -InputObject <IApplicat
3030
## DESCRIPTION
3131
Discover the latest schema definition for provisioning to an application.
3232

33+
**Permissions**
34+
35+
| Permission type | Permissions (from least to most privileged) |
36+
| --------------- | ------------------------------------------ |
37+
| Delegated (work or school account) | Directory.ReadWrite.All, |
38+
| Delegated (personal Microsoft account) | Not supported |
39+
| Application | Application.ReadWrite.OwnedBy, Directory.ReadWrite.All, |
40+
3341
## EXAMPLES
3442

3543
### EXAMPLE 1

microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplication.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,14 @@ Get-MgApplication -InputObject <IApplicationsIdentity> [-ExpandProperty <String[
3939
## DESCRIPTION
4040
Get the properties and relationships of an application object.
4141

42+
**Permissions**
43+
44+
| Permission type | Permissions (from least to most privileged) |
45+
| --------------- | ------------------------------------------ |
46+
| Delegated (work or school account) | Application.Read.All, Directory.ReadWrite.All, Directory.Read.All, Application.ReadWrite.All, |
47+
| Delegated (personal Microsoft account) | Application.Read.All, Application.ReadWrite.All, |
48+
| Application | Application.Read.All, Directory.ReadWrite.All, Directory.Read.All, Application.ReadWrite.OwnedBy, Application.ReadWrite.All, |
49+
4250
## EXAMPLES
4351

4452
### EXAMPLE 1

microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationByAppId.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,14 @@ Get-MgApplicationByAppId -InputObject <IApplicationsIdentity> [-ExpandProperty <
3030
## DESCRIPTION
3131
Get the properties and relationships of an application object.
3232

33+
**Permissions**
34+
35+
| Permission type | Permissions (from least to most privileged) |
36+
| --------------- | ------------------------------------------ |
37+
| Delegated (work or school account) | Application.Read.All, Directory.ReadWrite.All, Directory.Read.All, Application.ReadWrite.All, |
38+
| Delegated (personal Microsoft account) | Application.Read.All, User.Read, Application.ReadWrite.All, |
39+
| Application | Application.Read.All, Directory.Read.All, Application.ReadWrite.OwnedBy, Application.ReadWrite.All, |
40+
3341
## EXAMPLES
3442

3543
### EXAMPLE 1

0 commit comments

Comments
 (0)