github.com/twilio/twilio-go@v1.20.1/rest/verify/v2/docs/VerifyV2Webhook.md (about) 1 # VerifyV2Webhook 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **Sid** | Pointer to **string** | The unique string that we created to identify the Webhook resource. | 8 **ServiceSid** | Pointer to **string** | The unique SID identifier of the Service. | 9 **AccountSid** | Pointer to **string** | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Service resource. | 10 **FriendlyName** | Pointer to **string** | The string that you assigned to describe the webhook. **This value should not contain PII.** | 11 **EventTypes** | Pointer to **[]string** | The array of events that this Webhook is subscribed to. Possible event types: `*, factor.deleted, factor.created, factor.verified, challenge.approved, challenge.denied` | 12 **Status** | Pointer to [**string**](WebhookEnumStatus.md) | | 13 **Version** | Pointer to [**string**](WebhookEnumVersion.md) | | 14 **WebhookUrl** | Pointer to **string** | The URL associated with this Webhook. | 15 **WebhookMethod** | Pointer to [**string**](WebhookEnumMethods.md) | | 16 **DateCreated** | Pointer to [**time.Time**](time.Time.md) | The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. | 17 **DateUpdated** | Pointer to [**time.Time**](time.Time.md) | The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. | 18 **Url** | Pointer to **string** | The absolute URL of the Webhook resource. | 19 20 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 21 22