# TriggerExtraProperty
## Properties
**path** | **String** | The unique path identifier for this trigger |
**script_path** | **String** | Path to the script or flow to execute when triggered |
**permissioned_as** | **String** | The user or group this trigger runs as (permissioned_as) |
**extra_perms** | **std::collections::HashMap<String, bool>** | Additional permissions for this trigger |
**workspace_id** | **String** | The workspace this trigger belongs to |
**edited_by** | **String** | Username of the last person who edited this trigger |
**edited_at** | **String** | Timestamp of the last edit |
**is_flow** | **bool** | True if script_path points to a flow, false if it points to a script |
**mode** | [**models::TriggerMode**](TriggerMode.md) | |
**labels** | Option<**Vec<String>**> | | [optional][default to []]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)