# TriggerEntity object

This object describes a trigger used to signal the start for a synchronization.

# Properties

Name Type Description
triggerId integer readonly. The unique id of the trigger.
isActive boolean editable. Determines if this trigger is enabled.
isGlobal boolean readonly. Determines if this trigger is global.
createdOn string readonly. The creation date of this trigger.
lastExecutionTime string readonly. The last time this trigger was signaled.
type SyncTriggerSourceType readonly. The type of trigger.
typeAsInt integer readonly. The type as a number.
syncTargetSystem SyncTarget readonly The target system used by this trigger.
repositoryUrl string readonly. The URL of the repository which this trigger is associated with.
syncJobTrigger array SyncJobTriggerEntity readonly. A navigation property for the associated jobs.

# Operations

Non-exhaustive list of operations that are related to this type:

Zuletzt aktualisiert: 7. Februar 2025 um 08:35