Share via


ScopeAccessReviewHistoryDefinition interface

Interface representing a ScopeAccessReviewHistoryDefinition.

Methods

create(string, string, AccessReviewHistoryDefinitionProperties, ScopeAccessReviewHistoryDefinitionCreateOptionalParams)

Create a scheduled or one-time Access Review History Definition

deleteById(string, string, ScopeAccessReviewHistoryDefinitionDeleteByIdOptionalParams)

Delete an access review history definition

Method Details

create(string, string, AccessReviewHistoryDefinitionProperties, ScopeAccessReviewHistoryDefinitionCreateOptionalParams)

Create a scheduled or one-time Access Review History Definition

function create(scope: string, historyDefinitionId: string, properties: AccessReviewHistoryDefinitionProperties, options?: ScopeAccessReviewHistoryDefinitionCreateOptionalParams): Promise<AccessReviewHistoryDefinition>

Parameters

scope

string

The scope of the resource.

historyDefinitionId

string

The id of the access review history definition.

properties
AccessReviewHistoryDefinitionProperties

Access review history definition properties.

Returns

deleteById(string, string, ScopeAccessReviewHistoryDefinitionDeleteByIdOptionalParams)

Delete an access review history definition

function deleteById(scope: string, historyDefinitionId: string, options?: ScopeAccessReviewHistoryDefinitionDeleteByIdOptionalParams): Promise<void>

Parameters

scope

string

The scope of the resource.

historyDefinitionId

string

The id of the access review history definition.

Returns

Promise<void>