appConsentRequestScope resource type

Namespace: microsoft.graph

The appConsentRequestScope details the dynamic permission scopes for which access is being requested.

Properties

Property Type Description
displayName String The name of the scope.

Relationships

None.

JSON representation

The following is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.appConsentRequestScope",
  "displayName": "String"
}