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

     1  # VerifyV2Notification
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **Sid** | Pointer to **string** | A 34 character string that uniquely identifies this Notification. |
     8  **AccountSid** | Pointer to **string** | The unique SID identifier of the Account. |
     9  **ServiceSid** | Pointer to **string** | The unique SID identifier of the Service. |
    10  **EntitySid** | Pointer to **string** | The unique SID identifier of the Entity. |
    11  **Identity** | Pointer to **string** | Customer unique identity for the Entity owner of the Challenge. This identifier should be immutable, not PII, length between 8 and 64 characters, and generated by your external system, such as your user's UUID, GUID, or SID. It can only contain dash (-) separated alphanumeric characters. |
    12  **ChallengeSid** | Pointer to **string** | The unique SID identifier of the Challenge. |
    13  **Priority** | Pointer to **string** | The priority of the notification. For `push` Challenges it's always `high` which sends the notification immediately, and can wake up a sleeping device. |
    14  **Ttl** | Pointer to **int** | How long, in seconds, the notification is valid. Max: 5 minutes |
    15  **DateCreated** | Pointer to [**time.Time**](time.Time.md) | The date that this Notification was created, given in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. |
    16  
    17  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    18  
    19