Skip to content

Commit e4eb550

Browse files
authored
Merge pull request #1088 from marikamiwa/main
marikamiwa patch 1104
2 parents 3037745 + a890d01 commit e4eb550

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/azure-active-directory/microsoft-graph-powershell-grant-permissions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ $OAuth2PermissionGrantId = (Get-MgOauth2PermissionGrant -filter "PrincipalId eq
9191
Update-MgOauth2PermissionGrant -OAuth2PermissionGrantId $OAuth2PermissionGrantId -Scope $scopes
9292
```
9393
<br>
94-
94+
9595
## 付与したアクセス許可の削除
9696
特定のユーザーに対して付与したアクセス許可をすべて削除したい場合には、以下の形式で削除用のコマンドを実行します。
9797
```
@@ -106,3 +106,4 @@ Remove-MgOauth2PermissionGrant -OAuth2PermissionGrantId $OAuth2PermissionGrantId
106106
ご紹介したコマンドの oAuth2PermissionGrant リソースにつきましては、必要に応じて以下公開情報もご参照ください。
107107
[oAuth2PermissionGrant リソースの種類 - Microsoft Graph v1.0 | Microsoft Learn](https://learn.microsoft.com/ja-jp/graph/api/resources/oauth2permissiongrant?view=graph-rest-1.0)
108108

109+

0 commit comments

Comments
 (0)