Skip to content

Latest commit

 

History

History
63 lines (47 loc) · 1.86 KB

File metadata and controls

63 lines (47 loc) · 1.86 KB
title preAuthorizedApplication resource type
description Lists the preauthorized client applications
ms.localizationpriority medium
doc_type resourcePageType
ms.subservice entra-applications
author eringreenlee
ms.date 03/21/2024

preAuthorizedApplication resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Lists the client applications that are preauthorized with the specified delegated permissions to access this application's APIs. Users aren't required to consent to any preauthorized application (for the permissions specified). However, any other permissions not listed in preAuthorizedApplications (requested through incremental consent for example) require user consent.

In some rare cases, an identifier listed in the permissionIds property may refer to an app role (from the service principal's appRoles property), indicating that the client application identified by the appId property has been preauthorized for that app role.

Properties

Property Type Description
appId String The unique identifier for the client application.
permissionIds String collection The unique identifier for the scopes the client application is granted.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "appId": "String",
  "permissionIds": ["String"]
}