# TimeTriggerEntity object
This object describes a timing-based 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. |
| timePeriod | TimePeriod | editable. The time period type should be repeated. |
| cronJobFormatValue | string | editable. A time period in the cron syntax (opens new window) that determines when the trigger is signaled. |
| timeZoneId | string | editable. The timezone in which this trigger operates. |
# Operations
Non-exhaustive list of operations that are related to this type: