actionSummary resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

This will contain information on the number of authorization system actions that have been granted to an identity and the number of actions executed by this identity in the last 90 days.

Properties

Property Type Description
assigned Int32 This is the number of authorization system actions that have been assigned to the identity.
available Int32 This is the number of authorization system actions that the identity has exercised in the last 90 days.
exercised Int32 This is the maximum number of actions that are available in the authorization system.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.actionSummary",
  "assigned": "Integer",
  "exercised": "Integer",
  "available": "Integer"
}