From 4a4dd087c0af31e625992fded33c2681543dd93f Mon Sep 17 00:00:00 2001 From: GeorgeShort Date: Tue, 16 Nov 2021 18:00:05 +0000 Subject: [PATCH] Bring documentation inline with resource (#663) --- docs/data-sources/application.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/data-sources/application.md b/docs/data-sources/application.md index cdf16f9682..aa8fa4245b 100644 --- a/docs/data-sources/application.md +++ b/docs/data-sources/application.md @@ -75,7 +75,7 @@ The following attributes are exported: * `known_client_applications` - A set of application IDs (client IDs), used for bundling consent if you have a solution that contains two parts: a client app and a custom web API app. * `mapped_claims_enabled` - Allows an application to use claims mapping without specifying a custom signing key. -* `oauth2_permission_scope` - One or more `oauth2_permission_scope` blocks as documented below, to describe delegated permissions exposed by the web API represented by this application. +* `oauth2_permission_scopes` - One or more `oauth2_permission_scope` blocks as documented below, to describe delegated permissions exposed by the web API represented by this application. * `requested_access_token_version` - The access token version expected by this resource. Possible values are `1` or `2`. ---