{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/microsoft.graph.accessReviewInactiveUsersQueryScope",
"title": "microsoft.graph.accessReviewInactiveUsersQueryScope",
"allOf": [
{
"$ref": "#/components/schemas/microsoft.graph.accessReviewQueryScope"
},
{
"title": "accessReviewInactiveUsersQueryScope",
"required": [
"@odata.type"
],
"type": "object",
"properties": {
"inactiveDuration": {
"pattern": "^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$",
"type": "string",
"description": "Defines the duration of inactivity. Inactivity is based on the last sign in date of the user compared to the access review instance's start date. If this property is not specified, it's assigned the default value PT0S.",
"format": "duration",
"nullable": true
},
"@odata.type": {
"type": "string",
"default": "#microsoft.graph.accessReviewInactiveUsersQueryScope"
}
}
}
],
"x-ms-discriminator-value": "#microsoft.graph.accessReviewInactiveUsersQueryScope"
}