Skip to main content
Version: 8.9 (unreleased)

Type Alias: GetAuditLogResponses

type GetAuditLogResponses = object;

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

Properties

200

200: object;

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

Audit log item.

actorId?

optional actorId: string;

The ID of the actor who performed the operation.

actorType?

optional actorType: AuditLogActorTypeEnum;

annotation?

optional annotation: string;

Additional notes about the operation.

auditLogKey?

optional auditLogKey: AuditLogKey;

The unique key of the audit log entry.

batchOperationKey?

optional batchOperationKey: BatchOperationKey;

Key of the batch operation.

batchOperationType?

optional batchOperationType: BatchOperationTypeEnum;

The type of batch operation performed, if this is part of a batch.

category?

optional category: AuditLogCategoryEnum;

decisionDefinitionId?

optional decisionDefinitionId: DecisionDefinitionId;

The decision definition ID.

decisionDefinitionKey?

optional decisionDefinitionKey: DecisionDefinitionKey;

The key of the decision definition.

decisionEvaluationKey?

optional decisionEvaluationKey: DecisionEvaluationKey;

The key of the decision evaluation.

decisionRequirementsId?

optional decisionRequirementsId: string;

The decision requirements ID.

decisionRequirementsKey?

optional decisionRequirementsKey: DecisionRequirementsKey;

The assigned key of the decision requirements.

deploymentKey?

optional deploymentKey: DeploymentKey;

The key of the deployment.

elementInstanceKey?

optional elementInstanceKey: ElementInstanceKey;

The key of the element instance.

entityDescription?

optional entityDescription: string;

Additional description of the entity affected by the operation. For example, for variable operations, this will contain the variable name.

entityKey?

optional entityKey: AuditLogEntityKey;

entityType?

optional entityType: AuditLogEntityTypeEnum;

formKey?

optional formKey: FormKey;

The key of the form.

jobKey?

optional jobKey: JobKey;

The key of the job.

operationType?

optional operationType: AuditLogOperationTypeEnum;

processDefinitionId?

optional processDefinitionId: ProcessDefinitionId;

The process definition ID.

processDefinitionKey?

optional processDefinitionKey: ProcessDefinitionKey;

The key of the process definition.

processInstanceKey?

optional processInstanceKey: ProcessInstanceKey;

The key of the process instance.

relatedEntityKey?

optional relatedEntityKey: AuditLogEntityKey;

The key of the related entity. The content depends on the operation type and entity type. For example, for authorization operations, this will contain the ID of the owner (e.g., user or group) the authorization belongs to.

relatedEntityType?

optional relatedEntityType: AuditLogEntityTypeEnum;

The type of the related entity. The content depends on the operation type and entity type. For example, for authorization operations, this will contain the type of the owner (e.g., USER or GROUP) the authorization belongs to.

resourceKey?

optional resourceKey: ResourceKey;

The system-assigned key for this resource.

result?

optional result: AuditLogResultEnum;

rootProcessInstanceKey?

optional rootProcessInstanceKey: ProcessInstanceKey;

tenantId?

optional tenantId: TenantId;

The tenant ID of the audit log.

timestamp?

optional timestamp: string;

The timestamp when the operation occurred.

userTaskKey?

optional userTaskKey: UserTaskKey;

The key of the user task.