Skip to content

Commit b531e33

Browse files
authored
Add link to permissionGrantPolicy in Graph
------- cc: @yuhko-msft
1 parent 350b3dc commit b531e33

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/active-directory/manage-apps/manage-app-consent-policies.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.custom: contperf-fy21q2
1717

1818
# Manage app consent policies
1919

20-
With [Microsoft Graph PowerShell](/powershell/microsoftgraph/get-started?view=graph-powershell-1.0&preserve-view=true), you can view and manage app consent policies.
20+
With [Microsoft Graph](/graph/overview) and [Microsoft Graph PowerShell](/powershell/microsoftgraph/get-started?view=graph-powershell-1.0&preserve-view=true), you can view and manage app consent policies.
2121

2222
An app consent policy consists of one or more "include" condition sets and zero or more "exclude" condition sets. For an event to be considered in an app consent policy, it must match *at least* one "include" condition set, and must not match *any* "exclude" condition set.
2323

@@ -136,6 +136,7 @@ The following table provides the list of supported conditions for app consent po
136136

137137
To learn more:
138138

139+
* [Configure app consent policies using Microsoft Graph](/graph/api/resources/permissiongrantpolicy)
139140
* [Configure user consent settings](configure-user-consent.md)
140141
* [Configure the admin consent workflow](configure-admin-consent-workflow.md)
141142
* [Learn how to manage consent to applications and evaluate consent requests](manage-consent-requests.md)

0 commit comments

Comments
 (0)