| title | appConsentRequestScope resource type |
|---|---|
| description | Details of the dynamic permission scopes for which access is requested. |
| author | eringreenlee |
| ms.localizationpriority | medium |
| ms.subservice | entra-id-governance |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
The appConsentRequestScope details the dynamic permission scopes for which access is being requested.
| Property | Type | Description |
|---|---|---|
| displayName | String | The name of the scope. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.appConsentRequestScope",
"displayName": "String"
}