Edit

accessReviewInactiveUsersQueryScope resource type

Namespace: microsoft.graph

In an accessReviewScheduleDefinition, the scope property can be configured with this type to review only inactive users. The duration of inactivity is calculated based on the user's last sign-in date against the access review instance's start date as defined in the settings property.

Inherits from accessReviewQueryScope.

Properties

Property Type Description
inactiveDuration Duration 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.
query String Inherited from accessReviewQueryScope.
queryRoot String Inherited from accessReviewQueryScope.
queryType String Inherited from accessReviewQueryScope.

You must also specify the @odata.type type property with the value #microsoft.graph.accessReviewInactiveUsersQueryScope. For more about configuration options for scope using accessReviewInactiveUsersQueryScope, see Configure the scope of your access review definition using the Microsoft Graph API.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.accessReviewInactiveUsersQueryScope",
  "inactiveDuration": "String (duration)",
  "query": "String",
  "queryRoot": "String",
  "queryType": "String"
  
}