Share via


ScopeAccessReviewHistoryDefinitionInstance interface

Interface representing a ScopeAccessReviewHistoryDefinitionInstance.

Methods

generateDownloadUri(string, string, string, ScopeAccessReviewHistoryDefinitionInstanceGenerateDownloadUriOptionalParams)

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, string, ScopeAccessReviewHistoryDefinitionInstanceGenerateDownloadUriOptionalParams)

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(scope: string, historyDefinitionId: string, instanceId: string, options?: ScopeAccessReviewHistoryDefinitionInstanceGenerateDownloadUriOptionalParams): Promise<AccessReviewHistoryInstance>

Parameters

scope

string

The scope of the resource.

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