Skip to main content
Version: 8.10 (unreleased)

Type Alias: BatchOperationFilter

type BatchOperationFilter = object;

Batch operation filter request.

Properties

actorId?

optional actorId?: StringFilterProperty;

The ID of the actor who performed the operation.


actorType?

optional actorType?: AuditLogActorTypeEnum;

The type of the actor who performed the operation.


batchOperationKey?

optional batchOperationKey?: BasicStringFilterProperty;

The key (or operate legacy ID) of the batch operation.


operationType?

optional operationType?: BatchOperationTypeFilterProperty;

The type of the batch operation.


state?

optional state?: BatchOperationStateFilterProperty;

The state of the batch operation.