scope_access_review_history_definition_instance
Creates, updates, deletes, gets or lists a scope_access_review_history_definition_instance resource.
Overview
| Name | scope_access_review_history_definition_instance |
| Type | Resource |
| Id | azure.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:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
generate_download_uri | exec | scope, history_definition_id, instance_id | 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. |
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.
| Name | Datatype | Description |
|---|---|---|
history_definition_id | string | The id of the access review history definition. Required. |
instance_id | string | The id of the access review history definition instance to generate a URI for. Required. |
scope | string | The scope of the resource. Required. |
Lifecycle Methods
- generate_download_uri
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
;