Microsoft Graph · Schema

AdminConsentRequestPolicy

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-adminconsentrequestpolicy-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AdminConsentRequestPolicy",
  "title": "AdminConsentRequestPolicy",
  "allOf": [
    {
      "$ref": "#/components/schemas/Entity"
    },
    {
      "title": "AdminConsentRequestPolicy",
      "type": "object",
      "properties": {
        "isEnabled": {
          "type": "boolean"
        },
        "notifyReviewers": {
          "type": "boolean"
        },
        "remindersEnabled": {
          "type": "boolean"
        },
        "requestDurationInDays": {
          "type": "integer",
          "format": "int32"
        },
        "version": {
          "type": "integer",
          "format": "int32"
        },
        "@odata.type": {
          "type": "string"
        }
      }
    }
  ]
}