Type Alias: BatchOperationFilter
type BatchOperationFilter = object;
Defined in: gen/types.gen.ts:720
Batch operation filter request.
Properties
actorId?
optional actorId: StringFilterProperty;
Defined in: gen/types.gen.ts:740
The ID of the actor who performed the operation.
actorType?
optional actorType: AuditLogActorTypeEnum;
Defined in: gen/types.gen.ts:736
The type of the actor who performed the operation.
batchOperationKey?
optional batchOperationKey: BasicStringFilterProperty;
Defined in: gen/types.gen.ts:724
The key (or operate legacy ID) of the batch operation.
operationType?
optional operationType: BatchOperationTypeFilterProperty;
Defined in: gen/types.gen.ts:728
The type of the batch operation.
state?
optional state: BatchOperationStateFilterProperty;
Defined in: gen/types.gen.ts:732
The state of the batch operation.