Skip to main content

scope_access_review_history_definition_instance

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

Overview

Namescope_access_review_history_definition_instance
TypeResource
Idazure.authorization.scope_access_review_history_definition_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
generate_download_uriexecscope, history_definition_id, instance_idGenerates a uri which can be used to retrieve review history data. This URI has a TTL of 1 day and can be retrieved by fetching the accessReviewHistoryDefinition object.

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
history_definition_idstringThe id of the access review history definition. Required.
instance_idstringThe id of the access review history definition instance to generate a URI for. Required.
scopestringThe scope of the resource. Required.

Lifecycle Methods

Generates a uri which can be used to retrieve review history data. This URI has a TTL of 1 day and can be retrieved by fetching the accessReviewHistoryDefinition object.

EXEC azure.authorization.scope_access_review_history_definition_instance.generate_download_uri 
@scope='{{ scope }}' --required,
@history_definition_id='{{ history_definition_id }}' --required,
@instance_id='{{ instance_id }}' --required
;