Dela via


ScopeAccessReviewHistoryDefinition interface

Gränssnitt som representerar ett ScopeAccessReviewHistoryDefinition.

Metoder

create(string, string, AccessReviewHistoryDefinitionProperties, ScopeAccessReviewHistoryDefinitionCreateOptionalParams)

Skapa en schemalagd eller engångsdefinition för åtkomstgranskningshistorik

deleteById(string, string, ScopeAccessReviewHistoryDefinitionDeleteByIdOptionalParams)

Ta bort en definition för åtkomstgranskningshistorik

Metodinformation

create(string, string, AccessReviewHistoryDefinitionProperties, ScopeAccessReviewHistoryDefinitionCreateOptionalParams)

Skapa en schemalagd eller engångsdefinition för åtkomstgranskningshistorik

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

Parametrar

scope

string

Resursens omfång.

historyDefinitionId

string

ID:t för historikdefinitionen för åtkomstgranskning.

properties
AccessReviewHistoryDefinitionProperties

Åtkomstgranskning av definitionsegenskaper för historik.

Returer

deleteById(string, string, ScopeAccessReviewHistoryDefinitionDeleteByIdOptionalParams)

Ta bort en definition för åtkomstgranskningshistorik

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

Parametrar

scope

string

Resursens omfång.

historyDefinitionId

string

ID:t för historikdefinitionen för åtkomstgranskning.

Returer

Promise<void>