ScopeAccessReviewScheduleDefinitionsOperations interface

Interfejs reprezentujący operacje ScopeAccessReviewScheduleScheduleDefinitions.

Właściwości

createOrUpdateById

Tworzenie lub aktualizowanie definicji harmonogramu przeglądu dostępu.

deleteById

Usuwanie definicji harmonogramu przeglądu dostępu

getById

Uzyskiwanie definicji przeglądu dostępu jednokrotnego

list

Uzyskiwanie definicji harmonogramu przeglądu dostępu

stop

Zatrzymaj definicję przeglądu dostępu

Szczegóły właściwości

createOrUpdateById

Tworzenie lub aktualizowanie definicji harmonogramu przeglądu dostępu.

createOrUpdateById: (scope: string, scheduleDefinitionId: string, properties: AccessReviewScheduleDefinitionProperties, options?: ScopeAccessReviewScheduleDefinitionsCreateOrUpdateByIdOptionalParams) => Promise<AccessReviewScheduleDefinition>

Wartość właściwości

(scope: string, scheduleDefinitionId: string, properties: AccessReviewScheduleDefinitionProperties, options?: ScopeAccessReviewScheduleDefinitionsCreateOrUpdateByIdOptionalParams) => Promise<AccessReviewScheduleDefinition>

deleteById

Usuwanie definicji harmonogramu przeglądu dostępu

deleteById: (scope: string, scheduleDefinitionId: string, options?: ScopeAccessReviewScheduleDefinitionsDeleteByIdOptionalParams) => Promise<void>

Wartość właściwości

(scope: string, scheduleDefinitionId: string, options?: ScopeAccessReviewScheduleDefinitionsDeleteByIdOptionalParams) => Promise<void>

getById

Uzyskiwanie definicji przeglądu dostępu jednokrotnego

getById: (scope: string, scheduleDefinitionId: string, options?: ScopeAccessReviewScheduleDefinitionsGetByIdOptionalParams) => Promise<AccessReviewScheduleDefinition>

Wartość właściwości

(scope: string, scheduleDefinitionId: string, options?: ScopeAccessReviewScheduleDefinitionsGetByIdOptionalParams) => Promise<AccessReviewScheduleDefinition>

list

Uzyskiwanie definicji harmonogramu przeglądu dostępu

list: (scope: string, options?: ScopeAccessReviewScheduleDefinitionsListOptionalParams) => PagedAsyncIterableIterator<AccessReviewScheduleDefinition, AccessReviewScheduleDefinition[], PageSettings>

Wartość właściwości

(scope: string, options?: ScopeAccessReviewScheduleDefinitionsListOptionalParams) => PagedAsyncIterableIterator<AccessReviewScheduleDefinition, AccessReviewScheduleDefinition[], PageSettings>

stop

Zatrzymaj definicję przeglądu dostępu

stop: (scope: string, scheduleDefinitionId: string, options?: ScopeAccessReviewScheduleDefinitionsStopOptionalParams) => Promise<void>

Wartość właściwości

(scope: string, scheduleDefinitionId: string, options?: ScopeAccessReviewScheduleDefinitionsStopOptionalParams) => Promise<void>