github.com/twilio/twilio-go@v1.20.1/rest/verify/v2/docs/VerifyV2Service.md (about)

     1  # VerifyV2Service
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **Sid** | Pointer to **string** | The unique string that we created to identify the Service resource. |
     8  **AccountSid** | Pointer to **string** | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Service resource. |
     9  **FriendlyName** | Pointer to **string** | The string that you assigned to describe the verification service. It can be up to 32 characters long. **This value should not contain PII.** |
    10  **CodeLength** | Pointer to **int** | The length of the verification code to generate. |
    11  **LookupEnabled** | Pointer to **bool** | Whether to perform a lookup with each verification started and return info about the phone number. |
    12  **Psd2Enabled** | Pointer to **bool** | Whether to pass PSD2 transaction parameters when starting a verification. |
    13  **SkipSmsToLandlines** | Pointer to **bool** | Whether to skip sending SMS verifications to landlines. Requires `lookup_enabled`. |
    14  **DtmfInputRequired** | Pointer to **bool** | Whether to ask the user to press a number before delivering the verify code in a phone call. |
    15  **TtsName** | Pointer to **string** | The name of an alternative text-to-speech service to use in phone calls. Applies only to TTS languages. |
    16  **DoNotShareWarningEnabled** | Pointer to **bool** | Whether to add a security warning at the end of an SMS verification body. Disabled by default and applies only to SMS. Example SMS body: `Your AppName verification code is: 1234. Don’t share this code with anyone; our employees will never ask for the code` |
    17  **CustomCodeEnabled** | Pointer to **bool** | Whether to allow sending verifications with a custom code instead of a randomly generated one. Not available for all customers. |
    18  **Push** | Pointer to **interface{}** | Configurations for the Push factors (channel) created under this Service. |
    19  **Totp** | Pointer to **interface{}** | Configurations for the TOTP factors (channel) created under this Service. |
    20  **DefaultTemplateSid** | Pointer to **string** |  |
    21  **Whatsapp** | Pointer to **interface{}** |  |
    22  **VerifyEventSubscriptionEnabled** | Pointer to **bool** | Whether to allow verifications from the service to reach the stream-events sinks if configured |
    23  **DateCreated** | Pointer to [**time.Time**](time.Time.md) | The date and time in GMT when the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. |
    24  **DateUpdated** | Pointer to [**time.Time**](time.Time.md) | The date and time in GMT when the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. |
    25  **Url** | Pointer to **string** | The absolute URL of the resource. |
    26  **Links** | Pointer to **map[string]interface{}** | The URLs of related resources. |
    27  
    28  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    29  
    30