windmill-api 1.683.1

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
Documentation
# TriggerExtraProperty

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**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)