Skip to main content

access_review_instance

Creates, updates, deletes, gets or lists an access_review_instance resource.

Overview

Nameaccess_review_instance
TypeResource
Idazure.authorization.access_review_instance

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
stopexecschedule_definition_id, id, subscription_idAn action to stop an access review instance.
reset_decisionsexecschedule_definition_id, id, subscription_idAn action to reset all decisions for an access review instance.
apply_decisionsexecschedule_definition_id, id, subscription_idAn action to apply all decisions for an access review instance.
send_remindersexecschedule_definition_id, id, subscription_idAn action to send reminders for an access review instance.
accept_recommendationsexecschedule_definition_id, idAn action to accept recommendations for decision in an access review instance.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
idstringThe id of the access review instance. Required.
schedule_definition_idstringThe id of the access review schedule definition. Required.
subscription_idstring

Lifecycle Methods

An action to stop an access review instance.

EXEC azure.authorization.access_review_instance.stop 
@schedule_definition_id='{{ schedule_definition_id }}' --required,
@id='{{ id }}' --required,
@subscription_id='{{ subscription_id }}' --required
;