Type Alias: AuditLogResult
type AuditLogResult = object;
Defined in: gen/types.gen.ts:13
Audit log item.
Properties
actorId?
optional actorId: string;
Defined in: gen/types.gen.ts:36
The ID of the actor who performed the operation.
actorType?
optional actorType: AuditLogActorTypeEnum;
Defined in: gen/types.gen.ts:37
annotation?
optional annotation: string;
Defined in: gen/types.gen.ts:46
Additional notes about the operation.
auditLogKey?
optional auditLogKey: AuditLogKey;
Defined in: gen/types.gen.ts:17
The unique key of the audit log entry.
batchOperationKey?
optional batchOperationKey: BatchOperationKey;
Defined in: gen/types.gen.ts:24
Key of the batch operation.
batchOperationType?
optional batchOperationType: BatchOperationTypeEnum;
Defined in: gen/types.gen.ts:28
The type of batch operation performed, if this is part of a batch.
category?
optional category: AuditLogCategoryEnum;
Defined in: gen/types.gen.ts:47
decisionDefinitionId?
optional decisionDefinitionId: DecisionDefinitionId;
Defined in: gen/types.gen.ts:84
The decision definition ID.
decisionDefinitionKey?
optional decisionDefinitionKey: DecisionDefinitionKey;
Defined in: gen/types.gen.ts:88
The key of the decision definition.
decisionEvaluationKey?
optional decisionEvaluationKey: DecisionEvaluationKey;
Defined in: gen/types.gen.ts:92
The key of the decision evaluation.
decisionRequirementsId?
optional decisionRequirementsId: string;
Defined in: gen/types.gen.ts:76
The decision requirements ID.
decisionRequirementsKey?
optional decisionRequirementsKey: DecisionRequirementsKey;
Defined in: gen/types.gen.ts:80
The assigned key of the decision requirements.
deploymentKey?
optional deploymentKey: DeploymentKey;
Defined in: gen/types.gen.ts:96
The key of the deployment.
elementInstanceKey?
optional elementInstanceKey: ElementInstanceKey;
Defined in: gen/types.gen.ts:64
The key of the element instance.
entityDescription?
optional entityDescription: string;
Defined in: gen/types.gen.ts:122
Additional description of the entity affected by the operation. For example, for variable operations, this will contain the variable name.
entityKey?
optional entityKey: AuditLogEntityKey;
Defined in: gen/types.gen.ts:18
entityType?
optional entityType: AuditLogEntityTypeEnum;
Defined in: gen/types.gen.ts:19
formKey?
optional formKey: FormKey;
Defined in: gen/types.gen.ts:100
The key of the form.
jobKey?
optional jobKey: JobKey;
Defined in: gen/types.gen.ts:68
The key of the job.
operationType?
optional operationType: AuditLogOperationTypeEnum;
Defined in: gen/types.gen.ts:20
processDefinitionId?
optional processDefinitionId: ProcessDefinitionId;
Defined in: gen/types.gen.ts:51
The process definition ID.
processDefinitionKey?
optional processDefinitionKey: ProcessDefinitionKey;
Defined in: gen/types.gen.ts:55
The key of the process definition.
processInstanceKey?
optional processInstanceKey: ProcessInstanceKey;
Defined in: gen/types.gen.ts:59
The key of the process instance.
relatedEntityKey?
optional relatedEntityKey: AuditLogEntityKey;
Defined in: gen/types.gen.ts:110
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;
Defined in: gen/types.gen.ts:116
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;
Defined in: gen/types.gen.ts:104
The system-assigned key for this resource.
result?
optional result: AuditLogResultEnum;
Defined in: gen/types.gen.ts:42
rootProcessInstanceKey?
optional rootProcessInstanceKey: RootProcessInstanceKey;
Defined in: gen/types.gen.ts:60
tenantId?
optional tenantId: TenantId;
Defined in: gen/types.gen.ts:41
The tenant ID of the audit log.
timestamp?
optional timestamp: string;
Defined in: gen/types.gen.ts:32
The timestamp when the operation occurred.
userTaskKey?
optional userTaskKey: UserTaskKey;
Defined in: gen/types.gen.ts:72
The key of the user task.