Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
In an accessReviewScheduleDefinition, the applyActions property of accessReviewScheduleSettings configures the actions to take on reviewed users after an access review instance is completed. The following derived types are supported:
removeAccessApplyAction indicates removing access of an entity being reviewed upon completion of the review. This is the default type for the applyActions property of accessReviewScheduleSettings and doesn't need to be specified.
disableAndDeleteUserApplyAction indicates disabling and deleting the user being reviewed upon completion of the review. This type must be explicitly specified in the applyActions property of accessReviewScheduleSettings.
Properties
None.
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.accessReviewApplyAction"
}