Share via


ScopeAccessReviewHistoryDefinitions interface

Interface representing a ScopeAccessReviewHistoryDefinitions.

Methods

getById(string, string, ScopeAccessReviewHistoryDefinitionsGetByIdOptionalParams)

Get access review history definition by definition Id

list(string, ScopeAccessReviewHistoryDefinitionsListOptionalParams)

Lists the accessReviewHistoryDefinitions available from this provider, definition instances are only available for 30 days after creation.

Method Details

getById(string, string, ScopeAccessReviewHistoryDefinitionsGetByIdOptionalParams)

Get access review history definition by definition Id

function getById(scope: string, historyDefinitionId: string, options?: ScopeAccessReviewHistoryDefinitionsGetByIdOptionalParams): Promise<AccessReviewHistoryDefinition>

Parameters

scope

string

The scope of the resource.

historyDefinitionId

string

The id of the access review history definition.

Returns

list(string, ScopeAccessReviewHistoryDefinitionsListOptionalParams)

Lists the accessReviewHistoryDefinitions available from this provider, definition instances are only available for 30 days after creation.

function list(scope: string, options?: ScopeAccessReviewHistoryDefinitionsListOptionalParams): PagedAsyncIterableIterator<AccessReviewHistoryDefinition, AccessReviewHistoryDefinition[], PageSettings>

Parameters

scope

string

The scope of the resource.

Returns