Share via


AccessReviewHistoryDefinitionInstance interface

Interface representing a AccessReviewHistoryDefinitionInstance.

Methods

generateDownloadUri(string, string, AccessReviewHistoryDefinitionInstanceGenerateDownloadUriOptionalParams)

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.

Method Details

generateDownloadUri(string, string, AccessReviewHistoryDefinitionInstanceGenerateDownloadUriOptionalParams)

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.

function generateDownloadUri(historyDefinitionId: string, instanceId: string, options?: AccessReviewHistoryDefinitionInstanceGenerateDownloadUriOptionalParams): Promise<AccessReviewHistoryInstance>

Parameters

historyDefinitionId

string

The id of the access review history definition.

instanceId

string

The id of the access review history definition instance to generate a URI for.

Returns