Skip to main content

access_review_history_definition_instance

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

Overview

Nameaccess_review_history_definition_instance
TypeResource
Idazure.authorization.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_uriexechistory_definition_id, instance_id, subscription_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.
subscription_idstring

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.access_review_history_definition_instance.generate_download_uri 
@history_definition_id='{{ history_definition_id }}' --required,
@instance_id='{{ instance_id }}' --required,
@subscription_id='{{ subscription_id }}' --required
;