Skip to main content

scope_access_review_instance

Creates, updates, deletes, gets or lists a scope_access_review_instance resource.

Overview

Namescope_access_review_instance
TypeResource
Idazure.authorization.scope_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
stopexecscope, schedule_definition_id, idAn action to stop an access review instance.
record_all_decisionsexecscope, schedule_definition_id, idAn action to approve/deny all decisions for a review with certain filters.
reset_decisionsexecscope, schedule_definition_id, idAn action to reset all decisions for an access review instance.
apply_decisionsexecscope, schedule_definition_id, idAn action to apply all decisions for an access review instance.
send_remindersexecscope, schedule_definition_id, idAn action to send reminders for 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.
scopestringThe scope of the resource. Required.

Lifecycle Methods

An action to stop an access review instance.

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