Share via


ScopeAccessReviewInstances interface

Interface representing a ScopeAccessReviewInstances.

Methods

create(string, string, string, AccessReviewInstanceProperties, ScopeAccessReviewInstancesCreateOptionalParams)

Update access review instance.

getById(string, string, string, ScopeAccessReviewInstancesGetByIdOptionalParams)

Get access review instances

list(string, string, ScopeAccessReviewInstancesListOptionalParams)

Get access review instances

Method Details

create(string, string, string, AccessReviewInstanceProperties, ScopeAccessReviewInstancesCreateOptionalParams)

Update access review instance.

function create(scope: string, scheduleDefinitionId: string, id: string, properties: AccessReviewInstanceProperties, options?: ScopeAccessReviewInstancesCreateOptionalParams): Promise<AccessReviewInstance>

Parameters

scope

string

The scope of the resource.

scheduleDefinitionId

string

The id of the access review schedule definition.

id

string

The id of the access review instance.

properties
AccessReviewInstanceProperties

Access review instance properties.

options
ScopeAccessReviewInstancesCreateOptionalParams

The options parameters.

Returns

getById(string, string, string, ScopeAccessReviewInstancesGetByIdOptionalParams)

Get access review instances

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

Parameters

scope

string

The scope of the resource.

scheduleDefinitionId

string

The id of the access review schedule definition.

id

string

The id of the access review instance.

options
ScopeAccessReviewInstancesGetByIdOptionalParams

The options parameters.

Returns

list(string, string, ScopeAccessReviewInstancesListOptionalParams)

Get access review instances

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

Parameters

scope

string

The scope of the resource.

scheduleDefinitionId

string

The id of the access review schedule definition.

options
ScopeAccessReviewInstancesListOptionalParams

The options parameters.

Returns