# GcpTriggerData
## Properties
**gcp_resource_path** | **String** | Path to the GCP resource containing service account credentials for authentication. |
**subscription_mode** | [**models::SubscriptionMode**](SubscriptionMode.md) | |
**topic_id** | **String** | Google Cloud Pub/Sub topic ID to subscribe to. |
**subscription_id** | Option<**String**> | Google Cloud Pub/Sub subscription ID. | [optional]
**base_endpoint** | Option<**String**> | Base URL for push delivery endpoint. | [optional]
**delivery_type** | Option<[**models::DeliveryType**](DeliveryType.md)> | | [optional]
**delivery_config** | Option<[**models::PushConfig**](PushConfig.md)> | | [optional]
**path** | **String** | The unique path identifier for this trigger. |
**script_path** | **String** | Path to the script or flow to execute when a message is received. |
**is_flow** | **bool** | True if script_path points to a flow, false if it points to a script. |
**mode** | Option<[**models::TriggerMode**](TriggerMode.md)> | | [optional]
**auto_acknowledge_msg** | Option<**bool**> | If true, automatically acknowledge messages after processing. | [optional]
**ack_deadline** | Option<**i32**> | Time in seconds within which the message must be acknowledged. If not provided, defaults to the subscription's acknowledgment deadline (600 seconds). | [optional]
**error_handler_path** | Option<**String**> | Path to a script or flow to run when the triggered job fails. | [optional]
**error_handler_args** | Option<[**std::collections::HashMap<String, serde_json::Value>**](serde_json::Value.md)> | The arguments to pass to the script or flow | [optional]
**retry** | Option<[**models::Retry**](Retry.md)> | | [optional]
**permissioned_as** | Option<**String**> | The user or group this trigger runs as. Used during deployment to preserve the original trigger owner. | [optional]
**preserve_permissioned_as** | Option<**bool**> | When true and the caller is a member of the 'wm_deployers' group, preserves the original permissioned_as value instead of overwriting it. | [optional]
**labels** | Option<**Vec<String>**> | | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)