| Name | Type | Description | Notes |
|---|---|---|---|
| Operation | string | Mutation mode - insert (create only) or upsert (create or update). Defaults to insert. This is always a mutation verb — the bulk surface writes only and has no read / query mode. upsert is currently supported for customer only. | [optional] |
| S3Key | string | The s3_key returned by the upload-url endpoint | [optional] |
| WebhookSecret | string | Optional shared secret echoed in the completion POST's Authorization header | [optional] |
| WebhookUrl | string | Optional URL to POST once, on completion | [optional] |