Skip to main content
Version: 8.9 (unreleased)

Type Alias: AuditLogFilter

type AuditLogFilter = object;

Defined in: gen/types.gen.ts:150

Audit log filter request

Properties

actorId?

optional actorId: StringFilterProperty;

Defined in: gen/types.gen.ts:182

The actor ID search filter.


actorType?

optional actorType: AuditLogActorTypeFilterProperty;

Defined in: gen/types.gen.ts:186

The actor type search filter.


auditLogKey?

optional auditLogKey: AuditLogKeyFilterProperty;

Defined in: gen/types.gen.ts:154

The audit log key search filter.


batchOperationType?

optional batchOperationType: BatchOperationTypeFilterProperty;

Defined in: gen/types.gen.ts:218

The batch operation type search filter.


category?

optional category: CategoryFilterProperty;

Defined in: gen/types.gen.ts:202

The category search filter.


decisionDefinitionId?

optional decisionDefinitionId: StringFilterProperty;

Defined in: gen/types.gen.ts:242

The decision definition ID search filter.


decisionDefinitionKey?

optional decisionDefinitionKey: DecisionDefinitionKeyFilterProperty;

Defined in: gen/types.gen.ts:246

The decision definition key search filter.


decisionEvaluationKey?

optional decisionEvaluationKey: DecisionEvaluationKeyFilterProperty;

Defined in: gen/types.gen.ts:250

The decision evaluation key search filter.


decisionRequirementsId?

optional decisionRequirementsId: StringFilterProperty;

Defined in: gen/types.gen.ts:234

The decision requirements ID search filter.


decisionRequirementsKey?

optional decisionRequirementsKey: DecisionRequirementsKeyFilterProperty;

Defined in: gen/types.gen.ts:238

The decision requirements key search filter.


deploymentKey?

optional deploymentKey: DeploymentKeyFilterProperty;

Defined in: gen/types.gen.ts:206

The deployment key search filter.


elementInstanceKey?

optional elementInstanceKey: ElementInstanceKeyFilterProperty;

Defined in: gen/types.gen.ts:166

The element instance key search filter.


entityDescription?

optional entityDescription: StringFilterProperty;

Defined in: gen/types.gen.ts:262

The entity description filter.


entityKey?

optional entityKey: AuditLogEntityKeyFilterProperty;

Defined in: gen/types.gen.ts:190

The entity key search filter.


entityType?

optional entityType: EntityTypeFilterProperty;

Defined in: gen/types.gen.ts:194

The entity type search filter.


formKey?

optional formKey: FormKeyFilterProperty;

Defined in: gen/types.gen.ts:210

The form key search filter.


jobKey?

optional jobKey: JobKeyFilterProperty;

Defined in: gen/types.gen.ts:226

The job key search filter.


operationType?

optional operationType: OperationTypeFilterProperty;

Defined in: gen/types.gen.ts:170

The operation type search filter.


processDefinitionId?

optional processDefinitionId: StringFilterProperty;

Defined in: gen/types.gen.ts:222

The process definition ID search filter.


processDefinitionKey?

optional processDefinitionKey: ProcessDefinitionKeyFilterProperty;

Defined in: gen/types.gen.ts:158

The process definition key search filter.


processInstanceKey?

optional processInstanceKey: ProcessInstanceKeyFilterProperty;

Defined in: gen/types.gen.ts:162

The process instance key search filter.


relatedEntityKey?

optional relatedEntityKey: AuditLogEntityKeyFilterProperty;

Defined in: gen/types.gen.ts:254

The related entity key search filter.


relatedEntityType?

optional relatedEntityType: EntityTypeFilterProperty;

Defined in: gen/types.gen.ts:258

The related entity type search filter.


resourceKey?

optional resourceKey: ResourceKeyFilterProperty;

Defined in: gen/types.gen.ts:214

The resource key search filter.


result?

optional result: AuditLogResultFilterProperty;

Defined in: gen/types.gen.ts:174

The result search filter.


tenantId?

optional tenantId: StringFilterProperty;

Defined in: gen/types.gen.ts:198

The tenant ID search filter.


timestamp?

optional timestamp: DateTimeFilterProperty;

Defined in: gen/types.gen.ts:178

The timestamp search filter.


userTaskKey?

optional userTaskKey: BasicStringFilterProperty;

Defined in: gen/types.gen.ts:230

The user task key search filter.