accessReviewApplyAction resource type

Namespace: microsoft.graph

Represents a base class for apply actions in the accessReviewScheduleSettings of an accessReviewScheduleDefinition object. 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 in accessReviewScheduleSettings and doesn't need to be specified.

  • disableAndDeleteUserApplyAction indicates disabling and deleting the user being reviewed upon completion of the review. This is the nondefault type and must be explicitly specified in accessReviewScheduleSettings.

Properties

None.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.accessReviewApplyAction"
}