Share via


AccessReviewInstancesAssignedForMyApproval interface

Interface representing a AccessReviewInstancesAssignedForMyApproval.

Methods

getById(string, string, AccessReviewInstancesAssignedForMyApprovalGetByIdOptionalParams)

Get single access review instance assigned for my approval.

list(string, AccessReviewInstancesAssignedForMyApprovalListOptionalParams)

Get access review instances assigned for my approval.

Method Details

getById(string, string, AccessReviewInstancesAssignedForMyApprovalGetByIdOptionalParams)

Get single access review instance assigned for my approval.

function getById(scheduleDefinitionId: string, id: string, options?: AccessReviewInstancesAssignedForMyApprovalGetByIdOptionalParams): Promise<AccessReviewInstance>

Parameters

scheduleDefinitionId

string

The id of the access review schedule definition.

id

string

The id of the access review instance.

Returns

list(string, AccessReviewInstancesAssignedForMyApprovalListOptionalParams)

Get access review instances assigned for my approval.

function list(scheduleDefinitionId: string, options?: AccessReviewInstancesAssignedForMyApprovalListOptionalParams): PagedAsyncIterableIterator<AccessReviewInstance, AccessReviewInstance[], PageSettings>

Parameters

scheduleDefinitionId

string

The id of the access review schedule definition.

Returns