Microsoft Graph · Schema

microsoft.graph.userLastSignInRecommendationInsightSetting

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Task
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphuserlastsigninrecommendationinsightsetting-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.userLastSignInRecommendationInsightSetting",
  "title": "microsoft.graph.userLastSignInRecommendationInsightSetting",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.accessReviewRecommendationInsightSetting"
    },
    {
      "title": "userLastSignInRecommendationInsightSetting",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "recommendationLookBackDuration": {
          "pattern": "^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$",
          "type": "string",
          "description": "Optional. Indicates the time period of inactivity (with respect to the start date of the review instance) that recommendations will be configured from. The recommendation will be to deny if the user is inactive during the look-back duration. For reviews of groups and Microsoft Entra roles, any duration is accepted. For reviews of applications, 30 days is the maximum duration. If not specified, the duration is 30 days.",
          "format": "duration",
          "nullable": true
        },
        "signInScope": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.userSignInRecommendationScope"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "description": "Indicates whether inactivity is calculated based on the user's inactivity in the tenant or in the application. The possible values are tenant, application, unknownFutureValue. application is only relevant when the access review is a review of an assignment to an application."
        },
        "@odata.type": {
          "type": "string",
          "default": "#microsoft.graph.userLastSignInRecommendationInsightSetting"
        }
      }
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.userLastSignInRecommendationInsightSetting"
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/microsoft-graph-microsoftgraphuserlastsigninrecommendationinsightsetting"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.