ScopeAccessReviewHistoryDefinitionOperations interface

Bir ScopeAccessReviewHistoryDefinition işlemlerini temsil eden arayüz.

Özellikler

create

Zamanlanmış veya tek seferlik Erişim Gözden Geçirme Geçmişi Tanımı oluşturma

deleteById

Erişim gözden geçirme geçmişi tanımını silme

Özellik Ayrıntıları

create

Zamanlanmış veya tek seferlik Erişim Gözden Geçirme Geçmişi Tanımı oluşturma

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

Özellik Değeri

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

deleteById

Erişim gözden geçirme geçmişi tanımını silme

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

Özellik Değeri

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