A duration string in ISO 8601 duration format specifying the lookback period of the generated review history data. For example, if a history definition is scheduled to run on the first of every month,
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/microsoft.graph.accessReviewHistoryScheduleSettings",
"title": "accessReviewHistoryScheduleSettings",
"required": [
"@odata.type"
],
"type": "object",
"properties": {
"recurrence": {
"$ref": "#/components/schemas/microsoft.graph.patternedRecurrence"
},
"reportRange": {
"type": "string",
"description": "A duration string in ISO 8601 duration format specifying the lookback period of the generated review history data. For example, if a history definition is scheduled to run on the first of every month, the reportRange is P1M. In this case, on the first of every month, access review history data is collected containing only the previous month's review data. Note: Only years, months, and days ISO 8601 properties are supported. Required."
},
"@odata.type": {
"type": "string"
}
}
}